Get Example source ABAP code based on a different SAP table
NO •
File Interface in ABAP Release 6.40 ITOC
ABAP_MODIFICATION_NN New Statement TRUNCATE DATASET>>
The new statement TRUNCATE DATASET>> sets the end of the file to a specified item, which truncates or expands the file.
ABAP_MODIFICATION_NN New Addition NO END OF LINE> in TRANSFER>>
The new addition NO END OF LINE> of the statement TRANSFER>> prevents an end of file marker from being appended to the transferred data in a text file> or legacy> text file. • END-OF-FILE SET DATASET - obsolete
ABAP_MODIFICATION_NN Change to the Addition POSITION END-OF-FILE>>
In the statement SET DATASET>>, the name of the addition POSITION END-OF-FILE> has been changed to POSITION END OF FILE> for consistency. The END-OF-FILE> spelling is still supported for compatibility reasons, but is no longer documented and no longer recommended.