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: 

Why does my IDoc exits/BADIs do not trigger in WE19 but triggers in others.

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

I am using WE19 for testing my IDoc and I wonder why my exits and BADIs do not trigger. This is an inbound IDoc

and I am sure that my enhancements will trigger since there is another transaction to simulate the IDoc and all of

them triggers.

Is this normal for enhancements not to trigger when using WE19? Also, this IDoc creates a document but that is not

the case for WE19.

Hope you can help me guys. Thank you and take care!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

in we19 exits/BADIs do trigger i. please check whether exit is configured in CMOD and BADI is activated.

regards

3 REPLIES 3

Former Member
0 Kudos

in we19 exits/BADIs do trigger i. please check whether exit is configured in CMOD and BADI is activated.

regards

0 Kudos

Hi,

I debugged the standard FM that process my IDoc which is 'IDOC_INPUT_STOREORDER' and found out that some routines are not being called. It has something to do with IDoc parser and/or 'range' not being active.

0 Kudos

in classic debugger click on setting tab and click on update debugging checkbox and save and then press F8. dont forget to put break points at the location u want to debug.

Try this and reply

regards