Ansicht
Dokumentation

ABAPOPEN_DATASET_SHORTREF - OPEN DATASET SHORTREF

ABAPOPEN_DATASET_SHORTREF - OPEN DATASET SHORTREF

Vendor Master (General Section)   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

OPEN DATASET

Reference



Syntax

OPEN DATASET dset
  FOR { INPUT | OUTPUT | APPENDING | UPDATE }
  IN { { BINARY MODE }
     | { TEXT MODE ENCODING { DEFAULT
                            | {UTF-8 [SKIPPING|WITH BYTE-ORDER MARK]}
                            | NON-UNICODE }
                   [WITH {NATIVE|SMART|UNIX|WINDOWS} LINEFEED]  }
     | { LEGACY BINARY MODE [{BIG|LITTLE} ENDIAN]
                            [CODE PAGE cp] }
     | { LEGACY TEXT MODE [{BIG|LITTLE} ENDIAN]
                          [CODE PAGE cp]
                          [WITH {NATIVE|SMART|UNIX|WINDOWS} LINEFEED] } }
  [AT POSITION pos]
  [TYPE attr]
  [FILTER opcom]
  [MESSAGE msg]
  [IGNORING CONVERSION ERRORS]
  [REPLACEMENT CHARACTER rc].


Effect

Opens the file specified in dset on the host computer of the current .

Additions

  • CODE PAGE cp
    Specifies that character-like data objects in the file are handled in accordance with the code page specified in cp.
  • TYPE attr
    Either sets operating-system-specific parameters for the file or controls the end-of-line selection for a text file.
  • FILTER opcom
    Transfers a statement to the operating system.
  • REPLACEMENT CHARACTER rc
    Specifies a replacement character for non-convertible characters in rc. If nothing is specified, "#" is used.
  • REPLACEMENT CHARACTER rc
    Specifies a replacement character for non-convertible characters in rc. If nothing is specified, "#" is used.





Vendor Master (General Section)   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 6866 Date: 20240328 Time: 102239     sap01-206 ( 50 ms )