Ansicht
Dokumentation

ABENOO_OBS_CALL_DIALOG_2 - OO OBS CALL DIALOG 2

ABENOO_OBS_CALL_DIALOG_2 - OO OBS CALL DIALOG 2

ROGBILLS - Synchronize billing plans   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

No Implicit Field Names When Calling Dialog Modules

To call dialog modules, the names of the fields from or to which data is transferred must be specified explicitly in ABAP Objects.

In ABAP Objects, the following syntax causes an error message:

CALL DIALOG ... EXPORTING f1 ... fn
                IMPORTING f1 ... fn.

Correct syntax:

CALL DIALOG ... EXPORTING f1 FROM f1 ... fn FROM fn
                IMPORTING f1 TO   f1 ... fn TO   fn.

Reason:

The use of implicit names can cause errors. With the implicit method, the system tries to find global data objects in the called program whose names are literally the same as the names specified after FROM or TO. If offset/length specifications or preceding selectors are used in the names, data objects with identical names cannot exist in the called program.






General Material Data   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1362 Date: 20240423 Time: 235327     sap01-206 ( 31 ms )