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

madan_ullasa
Contributor
0 Likes
1,350

hi frnds,

i have a user exit 'EXIT_SAPLVBMD_001' for the TC 'MSC2N'.

this is to change the self life expiration. I have added some code in the include 'ZXMHDU01'. but the exit is not getting fired. i have also put a break point. is the exit i have found wrong ?????

points assure to all the replies.

Regards,

Madan..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,161

Hello,

Please try activating your project in CMOD.

Reward if helps

Thanks,

Krishnakumar

10 REPLIES 10
Read only

guillaume-hrc
Active Contributor
0 Likes
1,161

Hi,

Did you activate the Exit (transaction CMOD/SMOD) ?

Best regards,

Guillaume

Read only

Former Member
0 Likes
1,162

Hello,

Please try activating your project in CMOD.

Reward if helps

Thanks,

Krishnakumar

Read only

0 Likes
1,161

Hi Madan,

You would have created the project and then assigned the Enhancements. You have to activate the project, for the user exit to be enabled.

Further did you select the correct enhancement for your purpose. Check this also.

Regards

Arun

Read only

0 Likes
1,161

hi,

enter T-Code CMOD and enter your user-exit name and then follow this path i.e, <b>Project-> Activate Project</b>

Read only

0 Likes
1,161

i have done that also. inspite of that, its not working.

regards,

Madan..

Read only

0 Likes
1,161

Hai,

Check if u have activated the project and then set the breakpoint.If it is still not fired, then it may be triggered for someother operation(check for it).If it is not coming for the operation u needed, then go for any other exit.

Regrads,

Suganya Jayabalan

Read only

aakash_neelaperumal2
Active Participant
0 Likes
1,161

We are experiencing the same problem. If you have already found the solution please inform the same

Read only

Former Member
0 Likes
1,161

Hello,

I would suggest you to go for BADI's.

Follow the below steps to find out what all BADI's are called when you press any button in any transaction.

1) Goto se24 (Display class cl_exithandler)

2) Double click on the method GET_INSTANCE.

3) Put a break point at Line no.25 (CASE sy-subrc).

Now

4) Execute SAP standard transaction

5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.

6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.

7) This way you will find all the BADIs called on click of any button in any transaction.

Regs,

Venkat Ramanan N

Read only

Former Member
0 Likes
1,161

Hi Madan

This User Exit is called in the function module VB_MAINTAIN_MHD. There is a condition when this Exit is called, so just put a break oint in this FM.

regards

Srikanth M

Read only

Former Member
0 Likes
1,161

this user exit will tigger when u are doing the MIGO.let us know what u are looking for ?

Regards

Prabhu