Invoke SE80 to decide the program
to be linked to the transaction
Customer dialog programs should
begin with SAPMZ or SAPMY
Lets name the program SAPMZTRY.
Do not forget to give the type as
M – module pool
SAP provides some standard include
in this main program
Program sapmztry.
Include mztrytop
. (include for data declarations)
Include
mztryo01. (include for PBO modules)
Include
mztryi01. (include for PAI modules)
Include
mztryf01. (include for subroutines)
We will create 2 screens for our
transaction as shown below
Screen 100




Screen 200






Invoke transaction SE51 and create
both the screens for the program SAPMZTRY. The screen numbers should
be given as 100 and 200.

