0% found this document useful (0 votes)
6 views

7.Module Pool Prog

The document outlines the steps for creating a Module Pool Program in SAP, including program creation, screen design, and transaction code setup. It also discusses various UI elements such as input fields, checkboxes, radio buttons, tab strips, and modal dialog boxes. Additionally, it provides guidance on implementing single and multiple field validations within the program.

Uploaded by

snehalchavan899
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

7.Module Pool Prog

The document outlines the steps for creating a Module Pool Program in SAP, including program creation, screen design, and transaction code setup. It also discusses various UI elements such as input fields, checkboxes, radio buttons, tab strips, and modal dialog boxes. Additionally, it provides guidance on implementing single and multiple field validations within the program.

Uploaded by

snehalchavan899
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

MODULE POOL PROG

module pool programming

SR KRISHNA

BY SR KRISHNA
MAIL ID: [email protected]
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

You might also like