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: 

Idoc user exits

former_member474221
Participant
0 Kudos

Hi,

I have 2 questions -

1. The user exits that we have to populate the z extensions in idocs..can they also be used when we are not using any extension..when we want to manipulate the data going from a standard inbound/outbound idoc ? OR Idoc exits are only used for extended Idocs ?

2. I know that we can use we19 to debug Z-inbound FM's ....can we use the same method to put a breakpoint in a standard FM like IDOC_INPUT_ORDERS to stop at that break-point or it works only for Z inbound FM's??

1 REPLY 1

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

1. If you give an example which IDoc are you dealing with, that'd be helpful in answering this question. But IDoc user exits are normally useful for standard segments as well, not just extensions.

2. WE19 doesn't care what the process code behind an IDoc is... so if you put a break point into the FM that is invoked when processing the IDoc, it will work just the same.