ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete User Dialogs → Obsolete statements of the screen flow logic
CALL CUSTOMER SUBSCREEN
Other versions: 7.31 | 7.40 | 7.54
Obsolete Syntax
CALL CUSTOMER SUBSCREEN sub_area INCLUDING prog dynnr.
Effect
Like the corresponding variant of CALL SUBSCREEN
,
with the difference that the subscreen dynpro is only included if it was activated in transaction CMOD
as an enhancement. In addition, the program name prog
must be specified as a literal and begin with SAPLX (the subscreen dynpro must be a component of a function group beginning with "X").
Note
The execution of enhancements using transaction CMOD is now obsolete. Instead, the new enhancement concept should be used.