‎2008 Feb 13 11:53 AM
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
‎2008 Feb 13 12:03 PM
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
‎2008 Feb 13 5:51 PM
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