Get Example source ABAP code based on a different SAP table
ABAP_DYNPRO - Simple Module Call This example demonstrates how to call a module.
ABAP_SOURCE_CODE ABAP_EXEC >
ABAP_DESCRIPTION The static next dynpro number of dynpro 100 is 100. Its layout is taken from the fields of the structure DEMO_CONN>> in the ABAP Dictionary. The dynpro flow logic is as follows: PROCESS BEFORE OUTPUT. MODULE init_screen_100. MODULE status_0100. PROCESS AFTER INPUT. MODULE clear_ok_code. MODULE get_data. MODULE user_command_0100.> In the GUI status STATUS_100>, the icon Cancel> (F12)> is activated using the function code CANCEL> and the function keys F5> and Shift+F2> are assigned the function codes DISPLAY> and CLEAR>. The way this program works is similar to the executable example Processing Input/Output Fields> , but the processing logic is distributed across multiple dialog modules and a subroutine is used to read the data from the database.