data : N1 type i. data : N2 type i. data : ok_code type sy-ucomm. module STATUS_9000 output. * SET PF-STATUS ‘xxxxxxxx’. * SET TITLEBAR ‘xxx’. endmodule. ” STATUS_9000 OUTPUT module USER_COMMAND_9000 input. CASE OK_CODE. WHEN ‘SHOW’. CALL SCREEN 9001. ENDCASE. endmodule. ” USER_COMMAND_9000 INPUT module STATUS_9001 output. * SET PF-STATUS ‘xxxxxxxx’. * SET TITLEBAR ‘xxx’. N2 = N1. endmodule. ” STATUS_9001 OUTPUT module USER_COMMAND_9001 input. CASE OK_CODE. WHEN ‘BACK’. CALL SCREEN 9000. ENDCASE.
Category: Uncategorized
Module Pool Program
Scenario : Here we would design a single screen(9000) with two i/p fields & one o/p field. Upon entering the values in the i/p field,
ICON in Module Pool
Description: Displaying ICON on the Screen based on some Condition. All Icon names can be obtained from Tcode – ICON. Step 0. Create a Module
Process On Value-Request [POV] Event in Module Pool
Description: The event POV in module pool program is used to display the F4 values for a field if there is no search help is
Table Control in Module Pool
Description: Table Control generally used to display Multiple records in a single screen. Step 1. Create a Module Pool Program , declare some variables and
Tab Strip In Module Pool
Description: Each tab of the Tab Strip control is attached with a sub screen. When Particular tab is clicked by the user then the appropriate