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

diffrent data in debug

Former Member
0 Likes
575

in the debug in the table i see value 2.00

but in fields i wrote itab-field i get 0.00

why???????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
550

It cannot be that way. You might have cleared it after the point where you are seeing it in debugging or, you are looking at another field.

Regards,

ravi

5 REPLIES 5
Read only

Former Member
0 Likes
551

It cannot be that way. You might have cleared it after the point where you are seeing it in debugging or, you are looking at another field.

Regards,

ravi

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
550

Maybe you are looking at the header line data.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
550

i guess that field value is not getting assigned to the respective field .. check at the place where you are trying to assign the value on to the field from table..

Regards,

Santosh

Read only

Former Member
0 Likes
550

Try to not use internal tables with header line. YOu will avoid such a problem in the future.

BR< Jacek

Read only

Former Member
0 Likes
550

Hi,

You may be seeing value of previous record in table

check sy-tabix value in ur table and than

see the value

Regards,

Amole