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 for MR21

Former Member
0 Likes
1,934

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,543

Hi,

This thread was answered before, spend some time in searching in SDN before posting, it can save your time.

Thanks,

Krishna..

6 REPLIES 6
Read only

Former Member
0 Likes
1,543

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

Read only

Former Member
0 Likes
1,543

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_MAIN

and 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

Read only

Former Member
0 Likes
1,543

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

Read only

Former Member
0 Likes
1,544

Hi,

This thread was answered before, spend some time in searching in SDN before posting, it can save your time.

Thanks,

Krishna..

Read only

0 Likes
1,543

Dear friends,

Thanks a lot for all your suggestions and help.

I am through with the requirement.

Read only

Former Member
0 Likes
1,543

problem solved.

Cheers,

Rishi