‎2019 Dec 09 2:11 PM
‎2019 Dec 09 2:18 PM
Hi,
This is module pool program. You have to create Tcode with the screen. then only you can run it.
Regards,
Nawa.
‎2019 Dec 09 6:20 PM
Type is for MODULE POOL PROGRAMS
Module Programs are other wise called as Dialog Programs. Since they handle with Screen and Screen elements they cant be executed like a executable program. You Need to explicitly create a T-Code for the same.
The below Link helps you with a basic MODULE POOL PROGRAM, this will help you understanding the concepts. Once you are good at the basics you can try complex scenario.
Regards!
‎2019 Dec 09 6:43 PM
‎2019 Dec 10 6:31 AM
Hi nick reyan,
As others mentioned, type M belongs to module pool, these can't be run in SE38, it can be run only by transaction codes.
Find a where used list of the module pool program for transactions, so you can run that Module pool with those transactions.
For example, I just did a where used list of SAPMV45A and could find plenty of transactions, do it in a similar way for your module pool program.

