Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Send automatically IDOC after received PO confirmation

Former Member
0 Kudos

Hi everyone,

I'm trying to understand how I can solve such issue. I have information interchange with IDOC between three systems.

1. Customer sends PO to Vendor1 to buy goods (Idoc ORDERS). Vendor1 receives PO create after it Sales order and send it to Customer back confirmation of PO IDOC (ORDRSP). 2. After Customer received this confirmation right away suppose to be created IDOC of this PO to other Vendor2 (with confirmations information from Vendor1).

Is there any tips how to do it?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I have solved my issue in such way.

I created custom Process Code and FM.

Custom FM acted as wrapper upon FM IDOC_INPUT_ORDRSP and my custom code. Custom code with the help FMs - RV_MESSAGE_UPDATE_SINGLE and WFMC_MESSAGES_PROCESS will process output type (configured in NACE) to other vendor

4 REPLIES 4

former_member190103
Participant
0 Kudos

Hi Maria,

What s your configuration details for partner profile. IF possible send post the configuration details for better under standing.

Cheers,

Sravan

0 Kudos

Hi Sravan

All configured as logical systems and with RFC communication

0 Kudos

Hi Maria,

Please check this link may be it will be help ful to you.

http://saptechnical.com/Tutorials/ALE/AutoIDOCGen/AutomaticIDocGeneration1.htm

Cheers,

Sravan

Former Member
0 Kudos

I have solved my issue in such way.

I created custom Process Code and FM.

Custom FM acted as wrapper upon FM IDOC_INPUT_ORDRSP and my custom code. Custom code with the help FMs - RV_MESSAGE_UPDATE_SINGLE and WFMC_MESSAGES_PROCESS will process output type (configured in NACE) to other vendor