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

Displaying # value when feteching data

Former Member
0 Likes
610

Hi ,

1. Uploading data from file to internal table.

2. From internal table to Z table.

3. Using SELECT on Z table, am trying to fetech data into internal table.

Upto 2nd step, the values are populating correctly. Even the database Ztable is populated with correct value.

in the 3rd step, when i am trying to fetch data, the vakue at 609 postion it is showing as #.

In the field in the Ztable using is SDATA, which is of 1000 LCHAR in length.

The value is working fine in Dev system.....in Quality it is showing error.

Thanks,

Manju.

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
578

From internal table to Z table.

In this step does the itab have any #. ?

Read only

0 Likes
578

No it is not coming

Read only

0 Likes
578

Hi Manju,

  1. just means it can not be displayed as a character. In debugger, you may switch to hexadecimal display to find out what value you have there.

Check if the character is the same in DEV and QA. If so, check with Basis admin.

Regards,

Clemens

Read only

Former Member
0 Likes
578

Hi,

Check your file is there any tab space in the SDATA column??

Regards

Praveen

Read only

Former Member
0 Likes
578

Thanks, Problem solved