cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BTP, ABAP Edition and use of flat files

felixw
Explorer
0 Kudos
1,004

Dear community,

Is the usage of flat files/CSV files still supported with BTP, ABAP Edition?

E.g. is it still possible to upload files to a storage reachable by ABAP jobs running in the BTP, use the respective ABAP statements to read and process the files? (And also write to files and make them available to a location outside BTP)

Thank you for your help.

 

Felix

Accepted Solutions (1)

Accepted Solutions (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

You right that classic function modules as the ones you mentioned are not supported in SAP BTP ABAP Environment.

Instead you would have to use integration scenarios like the following:

Integrating SAP Document Management Service | SAP Help Portal

Kind regards,

Andre

 

Answers (1)

Answers (1)

felixw
Explorer
0 Kudos

I think I can answer my own question: I tried out some ABAP keywords (WRITE, OPEN DATASET ...) and some standard function modules (e.g. KCD_CSV_FILE_TO_INTERN_CONVERT) in Eclipse ADT. They fail with errors sich as "WRITE" is not allowed in the current ABAP language version".

Thus, the answer seems that flat file is not supported in BTP, ABAP.

However, I would be grateful for a more precise answer.