Quantcast
Channel: SCN: Message List
Viewing all 8667 articles
Browse latest View live

Post the Document through Workflow

$
0
0

Hi,

 

I have a requirement where the Document (F-53) should not be Posted after save but trigger a Workflow for approval and post after approved. I don't have any appropriate BTE and User Exit for this. My deal with how to stop posting the document.

 

Please help,

Regards,

Bikash.


Re: measurement results from multiple systems/installations using LAW?

$
0
0

Adarsh,

 

Application user licenses are measured in PRD systems, as the end product developed(DEVELOPMENT system),tested(Quality system) is moved to PRD and End users will login in PRD to work on them(or use them).

 

SAP will verify whether you have created 70 Application users or more than that through Measurement report.

 

For Developer User information.

 

SAP will ask you to provide system measurement report from DEV system.

 

Because any development or change to SAP objects are performed mostly in DEV system.

 

If multiple user ids used for changing SAP objects through developer keys. in that case those users who are involved in changing the objects with developer keys will be treated are developers.


In your case you should be using single user for Changing the SAP objects.

 

Regards

Anand

Re: Payment block on invoice based on amount limit

sum up quantity based on least transaction date

$
0
0

Hi all,

          I have some data in the following way. I need to sum up the qty of least(minimum) transaction date and display on group header (group 1 :item)

 

Itemtran dateqty
CB-5M-921-0032/25/20144
CB-5M-921-0032/25/20146
CB-5M-921-00303/12/201411
CB-5M-921-0033/22/20145
CB-5M-921-0033/22/20148
CB-5M-921-0034/25/20149

 

 

group 1 : item

 

group 2 : tran date

 

 

output in group header 1 :      item : CB-5M-921-003   Qty : 10

 

please let me know your views .

Requisition data transferring from ECC to EREC

$
0
0

Hi...All,

 

We have customized the Requisition form for additional fields(CI_P5125).

After all approvals requisition data is updating in HRP5125 ( EREC-server ).

But my concern is how to handle the additional field updation either in ecc or erec.We are not able to trace the spot.

Kindly suggest us ....possible enhancement spots to update additional fields in Ztable with Requisition number.

 

 

 

Regards,

Mahesh

Re: To display a URL in pop up message along with some more messages

$
0
0

Hi Ibrahim,

 

Thanks for the idea. If possible can you please share the sample code I will try that also and let you know.

Many Thanks,

Pavithrra

Re: Why my post has been unnecessarily rejected?

$
0
0

Hello,

 

Please contact me via Email (can be found in my profile) if you thin escalation is needed.

 

Regard,

Moshe

Re: Variable selection in Dropdown

$
0
0

Hi Nishant,

 

In this case, I suggest that you apply the Application.getVariableValue() and DROPDOWN.addItem() in the onResultSetChanged event script of the data source.  If you don't want to subsequently repopulate the dropdown with new values each time a new selection is made, you should define a global boolean variable, say yearListSet with a default value of false.  Using an if then statement you should check if yearListSet is false, in which case you should populate the dropdown and also set yearListSet to true.

 

In the onSelect event script of the dropdown, you can code the setVariableValue() logic for the selected year.

 

 

Regards,

 

Mustafa.


Their is no data in goods movement in Process order confirmation in COR6

$
0
0

Hello all,

 

When the customer is clicking "goods movement in process order confirmation in cor6, he is not getting any data".

what could be the possible reason. kindly suggest.

Also see attach screen shot for you ref.

 

Regards.

Re: Warehouse costing & Warehouse handling costing ?

$
0
0

You can't find that information in any of the tables.
SAP doesn't have support for that functionality in ERP.

 

Basically you have 2 options:

 

1) You can install an addon that can calculate that values,
I have seen one good addon for those calculation, it's basically intended to be used for 3PL companies, but can be put to use in any scenarion.

 

2) Or the other option is to develop tailored solution for your client.

 

I'd go with number 1 if it can fulfill the requirements.

 

Regards,
Mihailo

Re: Variable selection in Dropdown

$
0
0

Hi Mustafa,

 

I tried...but its giving me error. SetvariableValue is giving me unexpected error page during run time. Also i didnt found Application.GetVariableValue(), instead i got Application.SetVariableValue(). Do i have to apply patch or something? i have installed 1.5 version.

 

I tried something else and it worked for only one year.

 

intially i set on variable initialization as APPLICATION.setVariableValue("ZFYEAR", "2015");

 

then on dropdown i set

DROPDOWN_1.addItem("K4/2014", "2014");

APPLICATION.setVariableValue("ZFYEAR", "2014");

 

It worked but if i select 2015 from dropdown its not working.

Regards

Nishant

Re: Reg: Unit to be inspected tab in QE11

$
0
0

Hi daya,

 

I hope they made some Enhancement (Tab exit) in RR screen Check with ABAPer for the following Link

 

User Exits - SAP QM

 

Thanks

Re: FBCJ - ABAP runtime error while clicking on 'Print Cash Journal"

$
0
0

Dear Akshay Jharchur

 

kindly check Form assignment to company code  in tcode FBCJC3 .

 

With Regards,

Ganesh

Re: Document numbering series - After changing next number can't change documents in the series

$
0
0

Hi Foster,

 

Can you share the screenshot to understand better.

 

 

Thanks,

 

Harshal

Re: How to create PS Validation on WBS element System Status ?

$
0
0

Thank you for your input Sammar that was very helpful

 

 

The question should be closed now


Re: FBCJ - ABAP runtime error while clicking on 'Print Cash Journal"

$
0
0

Hi Mukthar,

 

Thanks for your reply, I will surely check with them.

 

Regards,

Akshay


Re: In SAP Business One there is multi level approval is possible .

$
0
0

Dear Dhananjay Singh

not possible ,three stages should be follow.

 

 

regards

Ramandeep

Re: Use Cases of Detail Variables

$
0
0

Dimension objects and Detail objects have a fundamental difference: Dimension objects usually represent a different level of granularity. For example, State and City might be two dimension objects in your universe. City is a lower level of granularity than State. So, when you add City to an existing block that already includes State, the measure objects will be aggregated at a lower level of granularity.

Detail objects, on the other hand, typically do not represent a lower level of granularity when used with their related dimension. For example, if I have Sales Revenue broken down by Customer in a block, and then add the Eye Color detail object, Sales Revenue will not be aggregated at a lower level. It will stay at the level of Customer. This is how detail objects work.

So, if I have two queries merged on State, and try to display another dimension, that is not merged, such as State Capitol, Web Intelligence doesn’t know how to aggregate the measures at the lower level of State Capitol, since that dimension doesn’t exist as a merged dimension. Of course, you and I both know that each State only has one State Capitol, so it’s not really a lower level of granularity. But Web Intelligence doesn’t know that. So we have to tell it.

The way we tell is as follows: Create a detail variable. In this case, maybe we call it Capitol. Make it a detail of the State merged dimension. The formula for this Detail variable is:

=[State Capitol]

We can then add the variable to the block, as Web Intelligence sees it as a detail of State, rather than a different level of granularity. Note that the detail variable must be a detail of a merged dimension. Otherwise, you still won’t be able to add it to the block.

Re: How to Create a composite key in BO.

$
0
0

Hi Papps,

 

Yes, it is simple. You can try for example: this.AKextensionfield =  this.extensionfield1 + this.extensionfield2;

 

Regards,

Qiang

green arrows in stms after configuration of common tp folder

$
0
0

Hello,

 

I've configured a common transport folder for my ERP landscape. Everything works fine for newly released transports. But the "old" transports still have a green arrow in the front.

 

If I click on the green arrow on the top left of the screen, I get the following message: "No system found in another group for import queue".

If I try to import the transport, I get the same message.

 

If I do a consistency check on the queue, I can clearly see that the system accesses the new common transport folder and can see the files.

 

Any ideas are welcome.

 

Thank you,

  julian

Viewing all 8667 articles
Browse latest View live




Latest Images