Application Development 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: 

error while populating data in internal table to Application server

Former Member
0 Kudos
79

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
50

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.

1 REPLY 1

Former Member
0 Kudos
51

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.