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

User Exit triger before saving Material document

Former Member
0 Likes
1,800

hi

i am using FM : MB_CREATE_MATERIAL_DOCUMENT

in my program for creating Material Document internally.

but i want to know any USER EXIT or BAdi , which get triggerd before SAVING of this material document.

plz help.

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
644

Look at BADI definition MB_DOCUMENT_BADI method MB_DOCUMENT_BEFORE_UPDATE which execute before the update task.

But if you want an exit or badi before the "SAVE" event, so you will have to give the exact transaction or BAPI which creates the document (eg: MB01, BAPI_GOODSMVT_CREATE or so)

Regards