ABAPCALL_DIALOG_SHORTREF - CALL DIALOG SHORTREF
PERFORM Short Reference Fill RESBD Structure from EBP Component StructureThis documentation is copyright by SAP AG.
CALL DIALOG
Syntax
CALL DIALOG dialog [ {AND SKIP FIRST SCREEN}
| {USING bdc_tab [MODE mode]} ]
[EXPORTING p1 FROM a1 p2 FROM a2 ...]
[IMPORTING p1 TO a1 p2 TO a2 ...].
Effect
Obsolete: Calls the dialog module specified in dialog.
Additions
- AND SKIP FIRST SCREEN
Suppresses the display of the initial screen. - USING bdc_tab [MODE mode]
Executes the dialog module through abatch input session in the internal table bdc_tab. The processing mode can be specified in mode. - EXPORTING p1 FROM a1 p2 FROM a2 ...
Passes on actual parameters a1, a2, ... to input parameters p1, p2, ... - IMPORTING p1 TO a1 p2 TO a2 ...
Takes output parameters p1, p2, ... into actual parameters a1, a2, ...
BAL Application Log Documentation Fill RESBD Structure from EBP Component Structure
This documentation is copyright by SAP AG.
Length: 1755 Date: 20120518 Time: 195244 triton ( 47 ms )






