‎2008 Jan 05 9:11 AM
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
‎2008 Jan 05 7:21 PM
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
‎2008 Jan 06 5:46 AM
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
‎2008 Jan 09 1:48 PM
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.