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

Query on Strings

Former Member
0 Likes
551

Hi Guys,

I have a Internal Table which is of type string.

After filling My Internal Table has 2 records like below

Details(This is Fieldname in my Internal Table)

1.xxx,yyy,zzz,abc,123,456,Etc.............,

2.abd,134,Etc..............

When I am debugging this I am able to see upto xxx,yy

How to check the full content ,bcoz I need to know whether full data is present or not.

Thanks,

Prasad.

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
530

In the debugging mode open your internal table "details" and press Ctrl+F11 your internal table get exported to excel

a®

Read only

0 Likes
530

Hi aRs,

It did not completely resolved,,,,But this seems to be a good one.

Read only

0 Likes
530

Hi aRs,

It did not completely resolved,,,,But this seems to be a good one.

Read only

0 Likes
530

U can use offset, like my_itab-details+100(10).

thanq

Read only

GauthamV
Active Contributor
0 Likes
530

Just double click on that field in debugging mode.