SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete User Dialogs → Obsolete statements of the screen flow logic →
CALL CUSTOMER SUBSCREEN
Obsolete Syntax
CALL CUSTOMER SUBSCREEN sub_area INCLUDING prog dynnr.
Effect
Like the corresonding 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, you should use the new enhancement concept.