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

inbound processing pgm for material

Former Member
0 Likes
495

hi there,

please let me know what the inbound processing program or tcode for posting the material master data is.

thanks in advance

pavan.

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
455

Hi Pawan,

You can use process code <b>MATM</b> to process inbound MATMAS message type.

The system will use FM <b>IDOC_INPUT_MATMAS</b> for further data processing.

If you set the partner profile to process via background job then you need to execute program <b>RBDAPP01</b> to post the idoc to SAP application.

Hope this will help.

Regards,

Ferry Lianto

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
455

Hi Pawan,

You can take a look at direct input data load program <b>RMDATIND</b> or you can use tcode <b>MM01</b> for BDC solution.

Hope this will help.

Regards,

Ferry Lianto

Read only

0 Likes
455

i mean i want the (idoc) posting program

Read only

ferry_lianto
Active Contributor
0 Likes
456

Hi Pawan,

You can use process code <b>MATM</b> to process inbound MATMAS message type.

The system will use FM <b>IDOC_INPUT_MATMAS</b> for further data processing.

If you set the partner profile to process via background job then you need to execute program <b>RBDAPP01</b> to post the idoc to SAP application.

Hope this will help.

Regards,

Ferry Lianto