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: 

File extensions (like .dat, .csv, .xls) that supports in ABAP upload

Former Member
0 Kudos

Hi All,

Which are all the file types and extensions (like .DAT, .CSV, .XLS) that are possible with ABAP, specifically while uploading a file from presentation server to application server ?

Thanks in advance.

Regards,

Harsha

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Harsha,

Check out this [link|;

Regards,

Pranaam.

4 REPLIES 4

Former Member
0 Kudos

Hi Harsha,

Check out this [link|;

Regards,

Pranaam.

0 Kudos

Hi Pranaam,

Thanks for your reply.

Is it possible to get a set of file extensions that ABAP supports while using function module "UPLOAD" ?

0 Kudos

Hello

For FM 'UPLOAD' you may use FM 'TB_DOMAINVALUES_GET' with DOMAIN = 'FILEFORMAT'.

You will have all extensions supported by FM 'UPLOAD'.

0 Kudos

Thanks Dzed