cancel
Showing results for 
Search instead for 
Did you mean: 

process codes..

Former Member
0 Kudos

hello friends,

i m trying to implement a scenario where i need to send a MATMAS05 IDoc from MDM to R3 via XI....

once IDoc reaches R3 i want to update the database using MATMAS05 IDoc...

can any 1 please tell me the process code that is used for MATMAS05....

can i use MATM process code?

function module used is IDOC_INPUT_MATMAS01

i also found a process code MAT2

Function Module -- IDOC_INPUT_MATMAS_MDM..

is this the relevant process code for MATMAS05?

also where can i search for the process codes?

thanks in advance

Roshani

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
prateek
Active Contributor
0 Kudos

Hi Roshani,

The idoc type ia attached to the message type and the message type is linked tro the process code.

Process code inturn is attached to the function module (like idoc_input_<objecttype>)

Idoc versions will not have different process code .It is the process code that trigerss the inbound process.

So you will have different message type for different versions of idoc and the process code remains the same.

for eg material will have matmas01,matmas02..matmas05 but the process code remains the same MATM.

<i>[Reward points if found helpful]</i>

Regards,

Prateek

Former Member
0 Kudos

hello prateek,

so if the process code is same.. MATM in this case, can we use the function module <b>IDOC_INPUT_MATMAS01</b> to update the database for <b>MATMAS05</b> IDoc?

prabhu_s2
Active Contributor
0 Kudos

yes u will be able to do so.

prabhu_s2
Active Contributor
0 Kudos

u can go4 the std process pointed. IDOC_INPUT_MATMAS01

. maybe u can check the documentation of IDOC_INPUT_MATMAS_MDM and check for which purpose it is intended to use

Former Member
0 Kudos

hi,

i checked the code...basically the function IDOC_INPUT_MATMAS_MDM then calls the IDOC_INPUT_MATMAS01 function only.

i just wanted to know whether IDOC_INPUT_MATMAS01 can be used to update MATMAS05 ?

or there is some other process code specifically for MATMAS05?

Thanks!

Message was edited by:

roshani jain

prabhu_s2
Active Contributor
0 Kudos

IDOC_INPUT_MATMAS01 will sufice to update the material master...i hope this what u are looking into