cancel
Showing results for 
Search instead for 
Did you mean: 

How can I debug a routine created in Deletion of similar requests?

Former Member
0 Kudos

Hello Experts,

I need some help from you. I need to delete overlapping requests and the common

settings you can set are not suitable, so I decided to write my own ABAP routine.

But how can I debug a routine, which is implemented in the deletion of similar requests?

Hope you can help me.

Cheers

Daniel Weilbacher

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please go to the routine code..

In the menu options..u will find an option for breakpoint--set..

The line where breakpoint is set will get highlighted and u will also see a STOP symbol..

then come out of routine..and then run the data load..

this ABAP routine for overlapping request deletion runs before the scheduled data load..

the run shud stop at the set breakpoint and show the routine code..in debugger mode..

cheers,

Vishvesh

Former Member
0 Kudos

Thanks a lot Vishvesh, points rewarded .

Answers (0)