Ansicht
Dokumentation

ABAPEXPORT_SHORTREF - EXPORT SHORTREF

ABAPEXPORT_SHORTREF - EXPORT SHORTREF

BAL_S_LOG - Application Log: Log header data   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

EXPORT

Reference



Syntax

EXPORT { {p1 = dobj1 p2 = dobj2 ...}
       | {p1 FROM dobj1 p2 FROM dobj2 ...}
       | (ptab) }
    TO { { DATA BUFFER xstr }
       | { INTERNAL TABLE itab }
       | { MEMORY ID id }
       | { DATABASE      dbtab(ar) [FROM wa] [CLIENT cl] ID id }
       | { SHARED MEMORY dbtab(ar) [FROM wa] [CLIENT cl] ID id }
       | { SHARED BUFFER dbtab(ar) [FROM wa] [CLIENT cl] ID id } }
       [ COMPRESSION { ON | OFF } ].


Effect

Saves data objects dobj1, dobj2, ... in a data cluster.

Additions

  • ID id
    Specifies the ID of the data cluster in id.
  • FROM wa
    Specifies a work area wa to save information about the data cluster.
  • COMPRESSION ${ ON $| OFF $}
    Specifies whether or not the data cluster is saved in compressed form.
    Specifies the ID of the data cluster in id.
  • FROM wa
    Specifies a work area wa to save information about the data cluster.





ROGBILLS - Synchronize billing plans   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 4320 Date: 20240517 Time: 121932     sap01-206 ( 42 ms )