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: 

How to Debug large data.

akjayaa
Explorer
0 Kudos
385

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

former_member808116
Participant
319

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

former_member808116
Participant
320

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...

Sandra_Rossi
Active Contributor
0 Kudos
319

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