cancel
Showing results for 
Search instead for 
Did you mean: 

How to transfer Sales order data from R/3 to APO!!

Former Member
0 Kudos

Hi Techies,

I am in the process of moving some sales order data for a particular mat/loc combination in cfm1 after creating a integration model iam even activating even in R/3 but after doing this iam not able to view those sales orders in RRP3 t-code IN APO side.

Kindly let me know what is the procedure to transfer transactional data from R/3 to APO and to do enhancement in CIF which carries Transactional data .

Problem solving answers would be rewarded duly !!.

+PKP.

Accepted Solutions (1)

Accepted Solutions (1)

m_manimaran
Active Contributor
0 Kudos

Hi,

Have you already transferred the location and the material to APO? Please check that the material and location exist in APO. If you don't find the location and material, then transfer them first.

If you have already transferred the material and location, then in ECC, in transaction CFM5, make sure that integration model for that location and material is/are active.

Then you re-transfer the sales orders for that material/ location by regenerating the integration model.

You can also check the queues for some errors, t-codes SMQ1 and SMQ2 both in ECC and APO systems.

Please check and revert.

Regards,

Manimaran M.

Former Member
0 Kudos

Hi ,

I have done all the steps which you had mentioned earlier but i dont know what was the problem ,and now its working fine .

Kindly let me know the procedure to do some enhancement in the cif for transactional data from r/3 to apo for sales order .

Thnks,

PKP.

Former Member
0 Kudos

Hi

You need to check the user exits available for Sales Order in CIF Inbound based on your specific requirement. For example, you can start with EXIT_/SAPAPO/SAPLCIF_SLS_001.

Thanks,

Prasun

former_member209769
Active Contributor
0 Kudos

Hi PKP,

If you can specify your exact requirement, then only its possible to suggest an enhancement.

There are different enhancements for different kind of requirements.

Thanks - Pawan

Former Member
0 Kudos

Hi,

The scenario is ,i just wanted to do enhancement in the cif channel which passes on sales order data from R/3 -> APO for a particular MAT/LOC combination.

Where i am trying to make a value default for a particular field which is not used by business so that it gets reflected in rrp3 t-code .

The FM name which u have given is for inboubound cif from apo i suppose kindly suggest how to take this forward.

Thanks ,

PKP.

former_member209769
Active Contributor
0 Kudos

Hi PKP,

And your source and target data fields are?

RRP3 is a SAP standard and important T-code, so you need to think carefully before you plan to touch it in any way.

If you share your plan with exact details, then only it's possible to comment whether it's feasible in some way or not.

Thanks - Pawan

Former Member
0 Kudos

Hi Pawan,

Iam now trying to make some changes in the P.O cif from r/3 and iam using Enhancement - > CIFPUR01 , FM -> EXIT_SAPLMEAP_001

and there i want to add a customized comment in field SPEC_STOCK which is not used by our business it can be found in table IT_OUTPUT in the EXIT.

And when tried to debug it gets updated in the cif structure and the internal table during runtime and after the transfer i cant see this particular field in RRP3 t-code .

This is were iam little confused since all the transactional data would be stored in live cache should i go and check in live cache or i can see this particular field in rrp3 itself.

And moreover tell me if iam right till the steps i have carried on , if so what changes should i make to see the value in apo side ??

Thanks & Regards,

PKP.

former_member209769
Active Contributor
0 Kudos

Hi PKP,

The field SPEC_STOCK has the description "Key for Special Stock Section" and is linked to schedule line of the PO. This seems to be something linked to special stock, but I am not very sure about the relevance of this field.

I do not see any related field when I check the order in RRP3 or in RRP2. In standard SAP, you would only be able to use the fields that are already visible in APO. Otherwise you need to add the field to the standard SAP t-code display (read the value from SOMEWHERE and then display it in RRP3. This is possible using Badi /SAPAPO/RRP_IO_COL). Then only you can see the values which you have populated.

If this field SPEC_STOCK already has some functionality (which it should have, though I am not sure what it is), you might not be able to use it for other purposes (since system does some validations for certain fields).

You are updating the value for this field in IT_OUTPUT internal table, you also need to add an X in the corresponding field in the internal table IT_OUTPUTX.

You could try putting this X, so that your changes are considered in CIF, but I am not sure what the impact may be, and you could get a dump also possibly. Even otherwise, since this field doesn't seem to be visible against a PO in APO, I am not sure if this would be helpful for you.

As far as I could see, I did not find any standard field which could be helpful for you.

May be if you open a fresh thread and ask for advice on how to send any custom comments for PO to APO, someone could provide some inputs.

Thanks - Pawan

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the answer i shall look in that direction to close this issue .

Thanks,

PKP

former_member209769
Active Contributor
0 Kudos

Hi,

You did not mention whether you faced any issue while activating the integration model or not (in CFM2). If you faced any particular issue during activation of Integration Model, please mention the same as well.

In CFM2, is the system selecting your Sales Order or not? If you are running CFM2 directly, then you can select the integration model, click on detail button and see if your location product is selected or not in your ACTIVE integration model.

Also, I think first of all you should check whether your Sales Orders are available in some active integration model or not (in CFM5 transaction). Ideally, you should have only one active Integration Model for a particular master data or transaction data.

Please let us know the results of your checks.

Thanks - Pawan