Application Development 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: 

How do I effectively determine the main program of an include?

walkerist
Participant
0 Kudos

I was trying to check the main program of the program SAPMV45A. Is it already the main program?

7 REPLIES 7

abo
Active Contributor

I'm not sure I understand your problem but that is a module pool.

0 Kudos

Yes I stand corrected. Do module pools have main program?

FredericGirod
Active Contributor

Yes, but maybe not what you expect. What exactly did you search ?

Sandra_Rossi
Active Contributor
0 Kudos

walkerist

Do module pools have main program? See my answer.

Patrice
Participant
0 Kudos

Hi Wane,

This is a module pool and does not have a main program with a selection screen. But it has different screens that are called by different transactions. You can do a where-used of transactions to see them.

I hope this helps.

Patrice

roberto_forti
Contributor
0 Kudos

Hi,

Keep in mind when talking about Module Pool.

Processing Blocks and the dialog modules - Begins with MODULE and ends with ENDMODULE.

PAI=Process After Input

PBO=Process Before Output

POH=Process On Help Request

POV=Process On Value Request

Sandra_Rossi
Active Contributor
0 Kudos

Are you talking about a Main Program (depends at run time), or about a Master Program (A.K.A. a Frame Program)?

About Frame Programs: any program which is not an Include Program is a Frame Program i.e. a Frame Program is any program of type:

  • Executable Program
  • Module Pool
  • Class Pool
  • Interface Pool
  • Subroutine Pool
  • etc.