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: 

Dialog Program??

Former Member
0 Kudos

Hi all,

I came across one question as follows:

Dialog programs have which naming convention?

a) ZPBOxxx

b) SAPMZxxx

c) ZDIAxxx

d) ZPAIxxx

e) Zxxx

Can anybody give me answer?

Thanks in Advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

The name convention is:

SAPMZXXXX -> Main program

MZXXXXTOP -> Top Include

MZXXXXO01 -> Module PBO Include

MZXXXXI01 -> Module PAI Include

MZXXXXF01 -> Form Include

If you create a program with name SAPMZXXXX the system automatically sets M as program type (so dialog program)

If you don't use this convention you have to set that flag by your self.

Max

5 REPLIES 5

Former Member
0 Kudos

hi Prasad,

Answer is<b> e) Zxxx</b> .. because irrespective of which program it is it starts with Z only ..

Regards,

Santosh

gopi_narendra
Active Contributor
0 Kudos

answer is option 'e'.

be more specific.

Regards

- Gopi

Former Member
0 Kudos

Hi

The name convention is:

SAPMZXXXX -> Main program

MZXXXXTOP -> Top Include

MZXXXXO01 -> Module PBO Include

MZXXXXI01 -> Module PAI Include

MZXXXXF01 -> Form Include

If you create a program with name SAPMZXXXX the system automatically sets M as program type (so dialog program)

If you don't use this convention you have to set that flag by your self.

Max

Former Member
0 Kudos

Hi Max,

That means can i create the dialog program throgh SE38 which starts with SAPMZXXX?

Thanks in Advance.

0 Kudos

Hi

Yes you can! But it would be better to use SE80 because many objects (as TOP include) are automatically created.

Max