Hi there,
I run Stock Turnover Analysis query in Inventory Module and found that I can't understand source and calculation of column "Days of Stock taking" and "Next reorder Point". Can anyone please explain?
Regards,
Katee C.
Hi there,
I run Stock Turnover Analysis query in Inventory Module and found that I can't understand source and calculation of column "Days of Stock taking" and "Next reorder Point". Can anyone please explain?
Regards,
Katee C.
Hi,
Can you possible to post using MB1B.
If yes, check your reservation number. It may already used.
Arivazhagan S
Hi Ajay M,
Thank you for the prompt reply.
1. I have tried keeping the APC identical tick ON.Keeping the tick ON copied value of 01 to 01.However as sending asset does not have any value posted to 05 area the value remains 0.00 for area 05 in the new asset(receiving asset)We require 01 of the sending asset to be copied to 05 of the new asset(receiving asset).
2.Will this transaction type have to be run manually for every asset that is transferred by posting it directly to the G/L Account?
I look forward to your reply.
Regards,
Khazi.
Hi Swapna
Follow this steps
1. Create one container variable one for order number say ZORDNUM. Use transaction ALRTCATDEF.
2. Generate the short text and long text using that container variable in alert category.
example:
3. Write an udf in message mapping and generate the alert message.
Sample map:
Use order number as input to the alert UDF and name the argument as ordernum
Sample UDF code:
java.util.Map map;
try {
Channel channel = LookupService.getChannel("DE1CLNTXXX","CC_RFC_R_PI");
RfcAccessor accessor = LookupService.getRfcAccessor(channel);
String rfcXML= "<ns0:SALERT_CREATE xmlns:ns0=\"urn:sap-com:document:sap:rfc:functions\">"+
"<IP_ALIAS/>"+
"<IP_APPLICATION_GUID/>"+
"<IP_CAT>ALERT_TEST_UDF</IP_CAT>"+
"<IP_XML_CONTAINER/>"+
"<IT_CONTAINER>"+
"<item>"+
"<ELEMENT>ZORDNUM</ELEMENT>"+
"<TAB_INDEX>0</TAB_INDEX>"+
"<ELEMLENGTH>20</ELEMLENGTH>"+
"<TYPE>C</TYPE>"+
"<VALUE>"+ordernum+"</VALUE>"+
"</item>"+
"</IT_CONTAINER>"+
"</ns0:SALERT_CREATE>";
InputStream inputStream =new ByteArrayInputStream(rfcXML.getBytes());
XmlPayload payload = LookupService.getXmlPayload(inputStream);
Payload rfcOutPayload = accessor.call(payload);
throw new StreamTransformationException ( " Message Mapping Failed because of invalid adrdess ");
}
catch(Exception e)
{
throw new RuntimeException("Exception while checking for Distribution channel : "+e);
}
Let me know if you have any doubts.
I have solved.
I have to insert the flag in:
1. Carry out batch input;
2. Call transaction;
3. Replace FB05 with FB01.
In this mode, the report will create two documents, the first document about the trasfer, the second document the clearing. The same documents will have the same document type. If you want the different document type for the different document, you can see the Note 1369338 - RFUMSV25: Different document type for clearing
documents.
Regards
Giampaolo
Hi Gaurav
I don't know we have to wait for Nelson reply.I thing in windows 8.1 by default browser version IE 11, but the same Activex issue on Windows 7 with IE 11. (Not on Windows 7 with IE 10/9)
Regards
Ram
Hi venkat ,
thanks for your response I need to fetch the values for database can you please guide how to sum the individual field.
example:
data:lv_text1(5) type c,
lv_text2(5) type c,
lv_text3(10) type c.
lv_text1 = 100.00
lv_text1 = 20.00
lv_text2 = 30.00
lv_text2 = 40.00.
sum
concatenate lv_text1 lv_text2 into lv_text3.
write"/ lv_text3.
how to sum the fields which comes under specific fields.
thanks
Ravi.
Hi All,
can use reuse_alv_block_display with header or top of page.
I display two alv grids in a single screen. so i use alv block display. I wan't to use the either single header or two headers for the alv lists.
I use the headers in the alv_grid_display. Now i want to display the header in alv_block_display.
Congrats buddy .Close the thread then.
Hello Santosh,
Not exactly. Some customers order with CS (cases) and some with EA (eaches).
But in the sales order they should all be CS for the same material master settings.
Best regards,
Peter
Yes, just schedule the .bat files, as required. But you need to use the installer as Konstantin says - the connection details are encrypted in a file for the batch jobs to use.
Thanks for such a quick response KC.
Thanks a lot.
Nanda
Dear Raj.
During earlier phases - SUM has prompted to replace the latest R3trans and tp and i have replaced the same with latest one available in SMP and proceeded further till this phase.
Thanks for your suggestion.
Regards
Mohd Basis
HI,
CL_salv_table factory method is more easy, if report only for display data (not edit)
look at se38 and SALV* examples
if you need to edit any fields or cells - use another methods
Hi Ashish,
I think there might be another MSS role which have been delta linked or copied and assigned to that user. I can see the master rule is being applied according to your portal role.
Hi everyone
We are in the process of providing an efforts estimate to our client regarding an upgarde project from 4.7 to ECC 6.00 EHP 5
Although we have ready reckoners for this, but my question is specifically regarding retrofitting, do we consider 'ALL' the custom objects when considering the upgrade effort or only those which are most used by the client in Production ? If it is the latter, then how would I come to know which are the frequently used programs by the client in Production for a period of say - one year, because sql trace would not give me historical data.
Help will be appreciated.
Thanks
Sameer
Hi,
Can u explain the requirement.
Regards,
Babu.
Hi Benjamin,
Just wondering, when using Entity Framework, are you not tight with MSSqlServer ? Or is it DBMS independant ?
Regards
Guillaume
YOu have provided in the logic..kindly clarify on it...