Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xamafe/abap_Filehandler
Construction to handle Files in ABAP
https://github.com/xamafe/abap_Filehandler
abap abap-filehandler
Last synced: 6 days ago
JSON representation
Construction to handle Files in ABAP
- Host: GitHub
- URL: https://github.com/xamafe/abap_Filehandler
- Owner: xamafe
- License: gpl-3.0
- Created: 2018-04-03T20:53:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T16:24:49.000Z (over 4 years ago)
- Last Synced: 2024-08-02T19:01:53.590Z (4 months ago)
- Topics: abap, abap-filehandler
- Language: ABAP
- Size: 57.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- abap-florilegium - abap_Filehandler
README
# abap_Filehandler
Construction to handle Files in ABAPThe classes are designed to handle any kind of incoming/outgoing file. There are many ways to handle different filetypes: Windows and Linux/Unix files (different line wrapper), binary or text, ASCII UTF-8 odr UTF-16, frontend server or the application server?
The goal is to implement a Coding in which the developer has not to care about if it's a UTF-16 BE flatfile or a binary and if its on application server or on the frontend server.
The ZCL_FILEHANDLER* classes were originally designed for a 7.30 Kernel and later adapted to 7.00. This is why the structure is messed up. They will be deleted after they are fully converted.
The new classes are ZCL_FILE* .
Next steps are:
* Convert everything to 7.5X Syntax
* Implement the (SAP Standard) Authorization
* Implement a codepage conversion for both
* (?)Implement FTP Access
* ... your ideas?Lets see how far we can get :)