Hi
You cannot execute a Module pool program as you execute other ABAP programs.
For executing a Module pool program, <b>create a z-transaction code</b> for that M-program
& then execute the z-transaction code.
Goto Transaction <b>SE93</b> to create a z-transaction code for that m-program.
Then execute the Z-Transaction code.
Kindly reward points for helpful answers!
Best regards,
Thangesh
Commonly, module Pools is for Screen Painter Screens, it Contains detail processing steps for screen modules from the transaction and can only be executed with a transaction code or a menu function, you can define your own (dialog) transactions via t-code SE93 by input the program name and screen number.
Add a comment