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: 

exit fired while using me41

Former Member
0 Kudos

Hi All,

Pls tell me the exit or Badi fired while entering the collective number or saving a RFQ when we create a RFQ using ME41.

This number will be used as a key field in Z table which will be updated when this RFQ will be saved.

Regards,

Vijendra

3 REPLIES 3

Former Member
0 Kudos

check the package of ME41,

find suitable customer exit / BADI.

well to find them analyze the text given besides,

you can also put a manual break point within customer exit or BADI, then run the transaction to see if it being fired or not,

in import parameters of function module (for customer exit )

or method in class ( for BADI)

you shoudd be able to import the fields mentioned by you.

and then you can play as you want.

Regards

Former Member
0 Kudos

There is one ENHANCEMENT-POINT MM06EI0E_EKKO_SAVE_01

ENHANCEMENT SPOTS ES_SAPMM06E

You shud try this one to get the number......

Hope this helps.

Vinodh Balakrishnan

Former Member
0 Kudos

Hi,

There are many Exits and BADis available with ME41.

For finding exits for that;

Take transaction SMOD and F4. In information system give package as ME. You will get the list from which you can select one for your requirement.

For BADIs;

Take transaction SE18 and F4. In information system give package as ME. You will get the list from which you can select one for your requirement.

Hope this helps.

Regards,

Renjith Michael.