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

Days of Stock Taking & Next Reorder Point in Stock Turnover Analysis

$
0
0

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.


Re: For reservation 0000004102 0001, no movements can be posted

$
0
0

Hi,

 

Can you possible to post using MB1B.

 

If yes, check your reservation number. It may already used.

 

Arivazhagan S

Re: Transfer of asset between company codes with same Chart of Depreciation

$
0
0

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.

Re: How to send variable data through alert mail without BPM

$
0
0

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:

 

Displaying Payload content in alert message [Compatibility Mode] - Microsoft Word.jpg

 

 

3. Write an udf in message mapping and generate the alert message.

 

Sample map:

 

Enterprise Services Builder (FRPARIFIBXDPI_PID_00)_9.jpg

 

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.

Re: Report RFUMSV25

$
0
0

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

Re: sso certificate not installed windows 8.1

$
0
0

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

Re: how to sum the concatenated fileds in abap?

$
0
0

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.

how to use reuse alv block display with header

$
0
0

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.


Re: Unable to transfer Application data to Action screen !!!

$
0
0

To Transfer Applicant Data You need to assign Position in Vacancy Column .

 

11.JPG

Re: Customized adapter module deployment issue

$
0
0

Congrats buddy   .Close the thread then.

Re: Orders iDoc - UoM conversion in sales order

$
0
0

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

Re: ME Scripts installation to be done on NW server or WIP+ODS server?

$
0
0

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.

Re: ME Scripts installation to be done on NW server or WIP+ODS server?

$
0
0

Thanks for such a quick response KC.

Thanks a lot.

 

Nanda

Re: Solman 7.1 SPS 10 Upgrade using SUM tool hangs

$
0
0

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

Re: Best way to develop a Report

$
0
0

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


Re: Portal blank screen with Exclamation and log off button for one role

$
0
0

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.

Upgrade from 4.7 to ECC 6.00

$
0
0

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

Re: How do I use a POST_POPUP feature to pass in values for my Bex report?

$
0
0

Hi,

 

Can u explain the requirement.

 

Regards,

Babu.

Re: programming language selection

$
0
0

Hi Benjamin,

Just wondering, when using Entity Framework, are you not tight with MSSqlServer ? Or is it DBMS independant ?

Regards

Guillaume

Re: UJA_MAINTAIN_MEASURE_FORMULA Triggering

$
0
0

YOu have provided in the logic..kindly clarify on it...

Viewing all 8734 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>