SAP EXPORT IMPORT - Obsolete ABAP Statements
Get Example source ABAP code based on a different SAP table
• EXPORT - short form ABAP Statement
• IMPORT - short form ABAP Statement
ABAP_SYNTAX_OBS
What does it do?
If the parameter lists of the statements
instead of
or
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
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.
Latest notes:
If the parameter list is specified dynamically in an internal table
ABAP_HINT_END
Return to menu