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 for my ZIDOC

Former Member
0 Likes
769

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

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
663

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

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
664

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

Read only

paruchuri_nagesh
Active Contributor
0 Likes
663

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

Read only

varma_narayana
Active Contributor
0 Likes
663

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>