‎2008 Nov 26 4:00 AM
Hi All ,
I know the purpose of process code which will post the data in the idoc into database.But my query is after creating function module why cant we directly link that FM in partner profile.I mean ofcourse we dont have such option, but why they introduced this proces code concept.Any special purpose???
Regards,
Rakesh.
‎2008 Nov 26 4:52 AM
HI,
It is something like the transaction code we have for our ABAP Programs. Process Codes are easy to remember and use even for functional consultants.
Cheers,
Hakim
‎2008 Nov 26 4:52 AM
HI,
It is something like the transaction code we have for our ABAP Programs. Process Codes are easy to remember and use even for functional consultants.
Cheers,
Hakim
‎2008 Nov 26 5:07 AM
Hi Rakesh,
Process codes will process the data existing in Idoc type.Process code are two.
1. Out bound process code -> IDOC_OUTUT_IDOCTYPE
2. Inbound process code-> IDOC_INPUT_IDOCTYPE.
Based on Outbound and Inbound function modules data will process.
Thanks
Prakash
‎2008 Nov 27 1:37 PM
‎2008 Nov 28 4:52 AM
Hi Boss,
Process code process the with function module and it will generates a idoc.
Bothe sides we are having the process codes that is
outbound process code we41
inbound process code we 42
we will maintain the process code in Partner profiles only.
Best Regards,
Narasimha Rao.