11
MODULARITY IN ABAP MACROS

Macros Ppt

Embed Size (px)

DESCRIPTION

Power Point For Macros

Citation preview

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