Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

program type m

Former Member
0 Likes
2,526

how to run programs like m

4 REPLIES 4
Read only

Nawanandana
Active Contributor
1,878

Hi,

This is module pool program. You have to create Tcode with the screen. then only you can run it.

Module Pool Program

Regards,

Nawa.

Read only

former_member1716
Active Contributor
0 Likes
1,878

nick reyan,

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.

MODULE POOL BASIC PROGRAM

Regards!

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,878

can tcode or subscr... (I think)

Read only

ThangaPrakash
Active Contributor
0 Likes
1,878

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.