MODULE POOL PROG
module pool programming
SR KRISHNA
BY SR KRISHNA
MAIL ID: srksapabap@[Link]
Working with Module Pool Programming
Step1: Program creation in SE38 with type ‘M’.
Step2: Screen creation in SE51 ( SCREEN PAINTER ).
Step3: Status creation in SE41 ( MENU PAINTER ).
Step4: TCODE creation.
Step5: Test TCODE Finally.
Module pool program: To display customer no wise details
SCREE
N
PROGRAM PAI
SE93
SE38
PBO
SCREEN 0100
Making INPUT field as DISABLE
Double click on any input field
The properties screen is displayed
Set the property as below
Select program input not possible
Single Field Validation
Multiple Field Validation
USING CHECKBOX in MPP
SE38
SE51 - Click on layout button.
Click on dictionary/program fields icon.
Give the field name as V_CH1.
Select Check box button .
Place it on the screen.
Click on dictionary/program fields icon again .
Give the field name V_TEXT
Place it on the layout
PAI
USING RADIOBUTTON in MPP
SE51 - Click on layout button.
SE38
Click on dictionary/program fields icon.
Give the field name as *.
Select the following as below.
Place them on screen
Now Select two radio buttons Right click Radio button Group
Provide the properties as below or each radio button:
PAI
TABSTRIP in MPP
Develop a MPP program which displays EKKO EKPO MARA details in 3 separate tabs
TABSTRIP SCREEN DESIGNING
TABSTRIP CONTROL
TABSTRIP SCREEN DESIGNING
TABSTRIP SCREEN DESIGNING
TABLE CONTROL
TABLE CONTROL
TABLE CONTROL
Business scenario : Modal Dialog Box in Module Pool Programming
PAI PBO
SE38 SE51
PAI
SE93