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

Modules in SE80

Former Member
0 Likes
362

Can anyone tell me about these modules

Include mztrytop . (include for data declarations)

Include mztryo01. (include for PBO modules)

Include mztryi01. (include for PAI modules)

Include mztryf01. (include for subroutines)

Are these modules default for any module program in SE80.Even though I write different module programs,Should I use same modules as above.Can anyone tell me more about each module.While creating program in SE80,what is that check,whats that With TOP incl?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
311

Hi,

if you write a program which uses dynpros (screens), then these modules help you structuring your code. But these includes aren't mandatory. You must not use them. But if you decide to use them (for a better clarity of your code), you should put the right stuff in it (what you've written between the braces).

Regards

Mark-André

1 REPLY 1
Read only

Former Member
0 Likes
312

Hi,

if you write a program which uses dynpros (screens), then these modules help you structuring your code. But these includes aren't mandatory. You must not use them. But if you decide to use them (for a better clarity of your code), you should put the right stuff in it (what you've written between the braces).

Regards

Mark-André