‎2007 Oct 03 7:27 AM
Hi ,
i created new custom defined ZIDOC , ZMESSAGE TYPE and .. but for adding that in Pratenr profile inbound side.. it was asking the <b>PROCESS CODE</b>..
So , for Zmessage types how can we find that Process code.. and if we need to create that process code.. means where can we create that ..
Thanks
Babu
‎2007 Oct 03 7:31 AM
Hi,
U can create it in WE42 transaction code....there u ahve to give the processcode name as z<some relevant name> and then u need tp specfiy the ZFunction module which triggers the idoc...Then in WE20 u ahve to give ur Z process code..
Reward ponts if helpful..
Regards,
Nagaraj
‎2007 Oct 03 7:31 AM
Hi,
U can create it in WE42 transaction code....there u ahve to give the processcode name as z<some relevant name> and then u need tp specfiy the ZFunction module which triggers the idoc...Then in WE20 u ahve to give ur Z process code..
Reward ponts if helpful..
Regards,
Nagaraj
‎2007 Oct 03 7:31 AM
hi
babu
u have to crreate u r customized process code in WE41 IN OUT BOUND
WE42 for in bound
process code contain function module which reads application document and generates idoc in outbound system in bound process code reads the idoc and generates application document in inbound system
reward for use ful points
regards
Nagesh.Paruchuri
‎2007 Oct 03 7:34 AM
Hi
Steps for Inbound process code:
1. Create the inbound FM
Tcode SE37.
Copy any standard inbound FM like IDOC_INPUT_MATMAS01.
2. Maintain The Attributes of Inbound FM
Tcode BD51.
3. Assign the Message type to FM
Tcode WE57.
4. Create the Process Code
Tcode WE42.
5. Now this process code can be assigned in Partner profiles.
<b>REWARD IF HELPFUL.</b>