Application Development 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: 

User Exit OR Badi for MK01 transaction (used for saving vendor amster data)

Former Member
0 Kudos

Hi All,

I have a requirement where I have to call my workflow, when we create the Vendor using my custom transaction (ZMK01, which is a copy of standard transaction MK01).

For Workflow triggering I am using FM 'SAP_WAPI_CREATE_EVENT' in the user exit 'EXIT_SAPMF02K_001' but this is only for checking the data on saving Vendor Master.

So I want to use FM 'SAP_WAPI_CREATE_EVENT' at right place. For that , I need User-Exit or BADI which is used for saving vendor master data.

Could anyone please help me to find out the user exit or BADI for save event of vendor master data using transaction MK01.

Looking forward to your advise and thanks in advance.

Best Regards,

Mamta

3 REPLIES 3

nabheetscn
Active Contributor
0 Kudos

As you have already made a Z copy of it you should debug and see the program where it saves the data finally. Make a Z copy of the include and raise the event.

Nabheet

0 Kudos

Hi ,

I forgot to activiate the project linked with User exit 'EXIT_SAPMF02K_001' .

so problem is solved now

Thanks,

Mamta

Former Member
0 Kudos

Thanks