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

Dialog Program??

Former Member
0 Likes
679

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
Read only

Former Member
0 Likes
647

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
Read only

Former Member
0 Likes
647

hi Prasad,

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

Regards,

Santosh

Read only

gopi_narendra
Active Contributor
0 Likes
647

answer is option 'e'.

be more specific.

Regards

- Gopi

Read only

Former Member
0 Likes
648

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

Read only

Former Member
0 Likes
647

Hi Max,

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

Thanks in Advance.

Read only

0 Likes
647

Hi

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

Max