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

ASCII FORMAT

Former Member
0 Likes
478

Hi All

the file save on the SAP Application server is created in HEXADECIMAL foramat.

my requirement is to create in ASCII foramat.

1 ACCEPTED SOLUTION
Read only

anuj_srivastava
Active Participant
0 Likes
457

Hi Ritesh ,

If you are using GUI_Upload FM , then you can specify the File format as ASC in it.

Hope this solves your problem.

2 REPLIES 2
Read only

anuj_srivastava
Active Participant
0 Likes
458

Hi Ritesh ,

If you are using GUI_Upload FM , then you can specify the File format as ASC in it.

Hope this solves your problem.

Read only

Former Member
0 Likes
457

Hello,