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: 

debugging

Former Member
0 Kudos

Hi,

I am extracting XML data through Ws_upload to an internal table.

in debugging it is showing 5 records.i.e the entire file is adjusted as five records.

When i want to see a single record, only part of the record it is showing in Tables Tab.i.e upto 255 char.

How to view the entire record of any length in debugging?

Regards,

Ratna

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try this using menu.

Goto -> Display data Object -> Structure Editor.

3 REPLIES 3

Former Member
0 Kudos

I guess it is not possible to view more than 255

Former Member
0 Kudos

Try this using menu.

Goto -> Display data Object -> Structure Editor.

Former Member
0 Kudos

Hi,

Use offset of the field such as filed+256(100), you can able to view the data.

Regards

Bhupal Reddy