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

signed int declaration

Former Member
0 Likes
417

Hi Abapers,

my client have a requirement to download certain data to a text file.in tht for amount fields they had given the format as

signed number of size 23.2, how to declare this as packed data type allows only 16 digits.

And also while downloading fields of type 'CURR'(domain data type) using WS_Download into file type 'ASC' i am getting spl chars. i declared tht field like bsid-dmbtr. Can any one help me to solve this issue.

thnx

Sravanthi

2 REPLIES 2
Read only

Former Member
0 Likes
390

any one answer this plz..

Read only

former_member386202
Active Contributor
0 Likes
390

Hi,

Declare that field as character type (26).

And use GUI_DOWNLOAD to download the data from intarnal table.

Regards,

Prashant