Ansicht
Dokumentation

ABAPEXPORT_IMPORT_OBSOLETE - EXPORT IMPORT OBSOLETE

ABAPEXPORT_IMPORT_OBSOLETE - EXPORT IMPORT OBSOLETE

CPI1466 during Backup   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

EXPORT, IMPORT, Short Form of the Parameter List

EXPORT dobj1 dobj2 ... TO medium $[COMPRESSION${ON$|OFF$}$].

IMPORT dobj1 dobj2 ...  FROM medium $[conversion_options$].


Effect

If the parameter lists of the statements EXPORT or IMPORT use the short form

dobj1 dobj2 ...

instead of

p1 = dobj1 p2 = dobj2 ...

or

p1 FROM$|TO dobj1 p2 FROM$|TO dobj2

the parameters are stored or searched for implicitly in the cluster under the name of the specified data object.

This short form is only allowed outside of classes and only if the name does not contain an address specified using an instance component selector or an offset/length specification. If the short form is possible, it can be mixed with the correct form:

dobj1 p2 = dobj2 ...

This short form is prone to errors since the current name is used as an ID for the stored data. When imported into another context, the names of the exporting context must be known and specified identically.

Note

If the parameter list is specified dynamically in an internal table ptab, the short form is also supported outside of classes by specifying a single-column table. Just like the static short form, this is now also obsolete.






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

Length: 2270 Date: 20240425 Time: 181551     sap01-206 ( 30 ms )