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

SAP data format

Former Member
0 Likes
401

Hi All,

What is the standard data format in SAP?

Is it in unicode, ascii, or binary?

Can you also tell me the difference between the 3?

More specifically, what is the data format for a document downloaded from SAP via GUI_DOWNLOAD?

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
346

Hi,

I'd just like to say that FM GUI_DOWNLOAD can output file in many format.

The output format is handled in FILETYPE parameter in the FM.

By default, if the calling program doesn't pass any value to this FILETYPE parameter, the FM is producing output file in ASCII.

FYI, these info can be found in the FM documentation.

But for your convenience, hereby I attached the function module help, specific to this FILETYPE parameter:

<<Removed by moderator>>

Edited by: Matt on Feb 3, 2010 8:45 AM - please do not reproduce SAP Help.

Read only

0 Likes
346

Hi Prawira,

I'm still confused.

We are using SAP 6.0 which is a unicode system.

Then the FM's explanation is that it can download with ASC filetype as default.

Can you explain to me the theory behind unicode and ASCII with regards to fie downloading?

Thanks.