‎2006 Jul 17 10:52 AM
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..
‎2006 Jul 17 10:57 AM
Hello,
Please try activating your project in CMOD.
Reward if helps
Thanks,
Krishnakumar
‎2006 Jul 17 10:54 AM
Hi,
Did you activate the Exit (transaction CMOD/SMOD) ?
Best regards,
Guillaume
‎2006 Jul 17 10:57 AM
Hello,
Please try activating your project in CMOD.
Reward if helps
Thanks,
Krishnakumar
‎2006 Jul 17 11:04 AM
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
‎2006 Jul 17 11:04 AM
hi,
enter T-Code CMOD and enter your user-exit name and then follow this path i.e, <b>Project-> Activate Project</b>
‎2006 Jul 17 11:05 AM
i have done that also. inspite of that, its not working.
regards,
Madan..
‎2006 Jul 17 11:14 AM
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
‎2006 Sep 15 10:19 AM
We are experiencing the same problem. If you have already found the solution please inform the same
‎2006 Sep 15 10:27 AM
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
‎2006 Sep 15 10:36 AM
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
‎2006 Sep 15 11:06 AM
this user exit will tigger when u are doing the MIGO.let us know what u are looking for ?
Regards
Prabhu