‎2010 Dec 15 9:07 AM
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.
‎2010 Dec 15 11:29 AM
From internal table to Z table.
In this step does the itab have any #. ?
‎2010 Dec 15 11:48 AM
‎2010 Dec 15 12:35 PM
Hi Manju,
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
‎2010 Dec 15 1:00 PM
Hi,
Check your file is there any tab space in the SDATA column??
Regards
Praveen
‎2010 Dec 23 12:11 PM