2013 Dec 05 6:01 AM
Hi,
My user exit is not getting triggered for outbound invoice idoc extension ZINVOIC01 which is Enhancment LVEDF001 exit EXIT_SAPLVEDF_002 for IDOC_OUTPUT_INVOIC. what could be the reason ?
Please help.
Regards
Vishnu
2013 Dec 05 6:19 AM
Hi,
Check your partner profile/IDOC extension configuration.
Check your project activation of customer exit.
Thanks,
Kiran
2013 Dec 05 6:32 AM
Did you create project in CMOD for enhancement LVEDF001. If not please activate it.
Nabheet
2013 Dec 05 6:39 AM
Extension is populated to the generated idoc but to populate the custom field data ,the user exit should trigger right ... that is stopping at user exit for project ZLVEDF00
regards
Vishnu
2013 Dec 05 6:41 AM
So if it is stopping at breakpiint inside it...you can code to fill the data.. What exactly is the issue
2013 Dec 05 6:41 AM
it is not stopping at the user exit after putting a break point...at the moment
2013 Dec 05 6:46 AM
2013 Dec 05 6:53 AM
Is the include created? Seconldy put a break point outside its call check whether control goes there
2013 Dec 06 10:33 AM
Hi Madhan,
How i can restrict this customer exit for single call ? please tell
regards
Vishnu
2013 Dec 06 10:58 AM
Hi
Declare a static : lv_flag type c.
Put your code inside if lv_flag is initial. lv_flag = 'X'. endif. So next time it wont run