SAP ABAP LANGUAGE FILES



Get Example source ABAP code based on a different SAP table
  


ID OPEN-DATASET

ABAP File Interface
The statements of the ABAP file interface enable ABAP statements to process files on the host computers of the current ABAP_ASINSTANCE . Methods of the global class CL_GUI_FRONTEND_SERVICES are available for files on presentation servers.
SUBNODES



Latest notes:

Files on the host computers of the ABAP_ASINSTANCES are not usually suited as persistent repositories of data from application programs. Data is stored in a platform-dependent way, and usually only files on the host computer of the current ABAP_ASINSTANCE can be accessed. This can be a problem in systems with multiple ABAP_ASINSTANCES .
Files on the host computers of the ABAP_ASINSTANCES can be used to exchange data with non-SAP systems.
ABAP_HINT_END