Ansicht
Dokumentation

ABENSEL_SCREEN_SUBSCREEN_ABEXA - SEL SCREEN SUBSCREEN ABEXA

ABENSEL_SCREEN_SUBSCREEN_ABEXA - SEL SCREEN SUBSCREEN ABEXA

BAL_S_LOG - Application Log: Log header data   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

- As Subscreens

The example demonstrates how selection screens can be included in subscreens.

Source Code

Execute

Description

The two selection screens 1100 and 1200 are defined as subscreens. The static next dynpro number of dynpro 100 is 100. A subscreen area area and two pushbuttons with the function codes BUTTON1 and BUTTON2 are created. The dynpro flow logic for dynpro 100 is as follows:

PROCESS BEFORE OUTPUT.
  MODULE status_0100.
  CALL SUBSCREEN area INCLUDING sy-repid number.
PROCESS AFTER INPUT.
  MODULE cancel AT EXIT-COMMAND.
  CALL SUBSCREEN area.
  MODULE user_command_0100.

When the program is executed, the screen of dynpro 100 is displayed. There, the selection screen 1100 is shown as a subscreen. The pushbuttons of the main dynpro can be used to switch between the two selection screens in the subscreen area. The mandatory input fields must be filled before it is possible to browse from selection screen 1200 to 1100. The input data is available to the program in the parameters at PAI.






General Material Data   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1421 Date: 20240425 Time: 131521     sap01-206 ( 29 ms )