‎2009 Mar 03 5:00 AM
Dear friends,
Can somebody assist me in finding the User Exits for T-code 'MR21'. However, I tried to find with the package CKMPC in SMOD but no results found.Is there any other way to find the same?
Thanks,
Rishi
‎2009 Mar 03 7:29 AM
‎2009 Mar 03 5:26 AM
Hi Rishi,
These are the Enhancements Spots
ES_SAPLCKM_PRICECHANGES_2
ES_SAPRCKM_MR21
ES_SAPRCKM_MR22
ES_SAPRCKM_PRCH
ES_SAPRCKM_PRMT
ES_SAPRCKM_PRMT_MAIN
based on this U have to create a BADI
Reagrds,
Vijaya Lakshmi.T
‎2009 Mar 03 5:31 AM
Hi.
Check these enhancement spots related to CKMPC package
ES_SAPLCKM_PRICECHANGES_2
ES_SAPRCKM_MR21
ES_SAPRCKM_MR22
ES_SAPRCKM_PRCH
ES_SAPRCKM_PRMT
ES_SAPRCKM_PRMT_MAINand following spots and Business addins related to MR package
"Badi definitions
MR_CIN_LMR1MI2G
MR_CIN_LMR1MI2G_SEL
MR_CIN_MM08RFS0
MR_CIN_MM08RFX0
MR_CIN_RMMR01RS
"Enhancement spots
ES_MM08KO10
ES_MM08RCOM
ES_RMVKON00
ES_SAPLGNB8
ES_SAPLKONT
‎2009 Mar 03 5:34 AM
Hi ,
Follow the below steps to find the BADI for particular Transaction
1. Execute transaction SE37 or SE80 and find function module 'SXV_GET_CLIF_BY_NAME'.
2. Insert a breakpoint in it.
3. Now go to the SAP transaction you want to find a BADI in.
4. When you execute it, it will stop at the above function module.
5. Look at the value of field EXIT_NAME.
6. This will provide you with the name of the BADI that is available in your SAP transaction code.
Regards,
Vijaya Lakshmi.T
‎2009 Mar 03 7:29 AM
‎2009 Mar 04 1:48 PM
Dear friends,
Thanks a lot for all your suggestions and help.
I am through with the requirement.
‎2009 Mar 04 1:50 PM