Application Development and Automation 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: 
Read only

Jump into Debugging

Former Member
0 Likes
922

Hi SCN-Community,

we are loading delivieries into our BI System via an an Custom-extractor. Of some reason i cant figure out the delta isn't triggered correctly, which means more precicely that the deleted datasets aren't handed over to our BW system . The logic is implemented in an extractor in our ERP system, where i suggest the mistake.

I need to jump into the debugging of the extractor when the data is requested by the Infopackage. Therefore I implemented an waiting loop to find the process in the SM50 workprocess overview and jump into the dialog debugging. This doesn't work for me.


Is it even possible or could somebody tell me what i am doing wrong?

Thanks in advance

best regards TS

5 REPLIES 5
Read only

FredericGirod
Active Contributor
0 Likes
832

Hi,

why didn't you put an external break point on this application ?  Make sure your user will be used to make the interface.

regards

Fred

Read only

0 Likes
832

This Is not possible because the user ALEREMOTE is used.

Read only

0 Likes
832

Not possible is not SAP

Read only

0 Likes
832

Hi,

Check as below and activate user id in SRDEBUG tcode.

Thanks.

Read only

0 Likes
832

@Frederic: External debugging is only allowed to users if the type "dialog". It seems as if you can change the user type for a short period but since it is our productive system and all kind of jobs are handled by this user this is no option!

@Ranju: Could you please explain  this transaction to me? Do you think it is possible do debug the session even if it is a non dialog user?