macros ppt

11
MODULARITY IN ABAP MACROS

Upload: lokesh-chowdary

Post on 19-Dec-2015

250 views

Category:

Documents


2 download

DESCRIPTION

Power Point For Macros

TRANSCRIPT

MODULARITY IN ABAP

MODULARITY IN ABAPMACROS

DEFNITION OF MACROSDEFINING LOCAL MACROSDEFINING GLOBAL MACROSEXAMPLES OF MACROS

MACROSWhen we want to reuse the same set of statements more than once in a program, we can include them in a macro. We can only use a macro within the program in which it is defined. Macro definition should occur before the macro is used in the program.DEFNITION OF MACROS

DEFINING LOCAL MACROS

EXAMPLES OF LOCAL MACROS

EXAMPLE-2

DEFINING GLOBAL MACROS

EXAMPLES FOR GLOBAL MACROS