SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

MM Tcodes in ABAP

Former Member
0 Kudos

HI All,

Can the Tcodes of MM Module be executed in ABAP??

Thanks in advance.

Regards,

Venu Gopal Nidamarthi

3 REPLIES 3

Former Member
0 Kudos

Hi Venu,

Yes you should be able to call a transaction in ABAP, using the statement

CALL TRANSACTION '<Transaction Code>'.

Like: CALL TRANSACTION 'MM03'.

This can work from an ABAP code.

Regards,

Nikhil Jain

former_member182609
Active Contributor
0 Kudos

ABAP program can call any transaction using BDC transaction.

Former Member
0 Kudos

Yes, You can use also a BADI.

Example: BADI PO_CREATE1.

Regards,

Luiz Huelsmann