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

How to Debug large data.

akjayaa
Explorer
0 Likes
957

There are 3659 line items from that i want specific line item .

eg :- I need exact 1959th line item .. so how to get and how to debugging particular line item?

1 ACCEPTED SOLUTION
Read only

former_member808116
Participant
891

You need to you Watchpoint.

Use the link below to view the user manual.

https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_FOR_SOH_740/c238d694b825421f940829321ffa326a/4ecc8cb...

2 REPLIES 2
Read only

former_member808116
Participant
892

You need to you Watchpoint.

Use the link below to view the user manual.

https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_FOR_SOH_740/c238d694b825421f940829321ffa326a/4ecc8cb...

Read only

Sandra_Rossi
Active Contributor
0 Likes
891

Conditional break-point. Stop when something equals a value corresponding to 1959th item.