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 outbound IDOC ARTMAS01

Former Member
0 Likes
1,098

HI Experts,

I am looking for the process code for IDOC type ARTMAS01 (message type ARTMAS). Please note that IDOC is outbound (from SAP retail to third party system).

Kindly help.

Thanks,

Priyanka Rai

1 REPLY 1
Read only

Former Member
0 Likes
713

No standard process code associated with message type. For this message types idocs are generated using the function module, MASTERIDOC_CREATE_SMD_ARTMAS (Maintained in table TBDME) & transaction code BD10. If you want to trigger the IDOC based on Process code, you have to create a new one and assign the above function module to it.