Application Development and Automation 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: 
Read only

Process Code in outbound IDOC

Former Member
0 Likes
6,679

Hi,

We have created a process code for outbound IDOC and assigned an FM to it.In that FM, code is written to generate an IDOC(FM 'master_idoc_distribute').Please let us know how to trigger the outbound IDOC using the process code.Are there any FM or standard programs??

Regards

Prathima

2 REPLIES 2
Read only

Former Member
0 Likes
3,476

hi

process code contains function module which reads application document in outbound generates IDOC .

in inbound this process code reads IDOC generates application document

u can find process code for outbound in tcode WE41

for inbound WE42.

Rewards If it is useful.

Thanks,

Krishna Rao

Read only

roger_gomez
Active Participant
0 Likes
3,476

Hi Prathima,

For outbond Idoc you have to define the output parameters for the corresponding Partner profile (transaction WE20). Look there that there is a tab called Messages control to specify and aplication, a message class and a process code. Is here where you have to add the process code.

The application/message is responsible of select the data adapted for the FM linked to the process code.

Reward points if helps.

Roger