Application Development 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: 

Regarding LVEDF001 EXIT_SAPLVEDF_002 for IDOC_OUTPUT_INVOIC

former_member621510
Participant
0 Kudos
1,346

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

9 REPLIES 9

Former Member
0 Kudos
377

Hi,

Check your partner profile/IDOC extension configuration.

Check your project activation of customer exit.

Thanks,

Kiran

nabheetscn
Active Contributor
0 Kudos
377

Did you create project in CMOD for enhancement LVEDF001. If not please activate it.

Nabheet

0 Kudos
377

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

0 Kudos
377

So if it is stopping at breakpiint inside it...you can code to fill the data.. What exactly is the issue

0 Kudos
377

it is not stopping at the user exit after putting a break point...at the moment

0 Kudos
377

in include ZXEDFU02

0 Kudos
377

Is the include created? Seconldy put a break point outside its call check whether control goes there

0 Kudos
377

Hi Madhan,

How i can restrict this customer exit for single call ? please tell

regards

Vishnu

0 Kudos
377

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