2007 Sep 03 10:24 AM
Hi ,
I have to populate data in internal table to Application server.
After populating the data to application server . when i open the file in Application server , i got ##### symbols in place of some quantity fields.But those filelds have values in internal table.
Plz look into this . and give me suggestions.
Thanks & Regards
Suresh kumar D
2007 Sep 03 10:27 AM
Hi Suresh,
You will need to pass the quantity fields as characters..
move the quantity values to a char type workarea first.. or best thing is make the qty or amount field of ur internal table of char type..
and while filling the internal table, move the qty in the char type field..
Thanks and Best Regards,
Vikas Bittera.
2007 Sep 03 10:27 AM
Hi Suresh,
You will need to pass the quantity fields as characters..
move the quantity values to a char type workarea first.. or best thing is make the qty or amount field of ur internal table of char type..
and while filling the internal table, move the qty in the char type field..
Thanks and Best Regards,
Vikas Bittera.