‎2007 Dec 17 10:16 AM
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?
‎2007 Dec 17 11:42 AM
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é
‎2007 Dec 17 11:42 AM
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é