Wednesday, December 29, 2010
Definition
If you want to reuse the same set of statements more than once in a program, you can include them in a macro.
Points to remember
If you want to reuse the same set of statements more than once in a program, you can include them in a macro.
Points to remember
- You can use maximum 9 placeholders only (&1, &2,...., &9.)
- You must define the macro before the point in the program at which you want to use it.
- Macros do not belong to the definition part of the program.
- RP-PROVIDE-FROM-LAST
- RP-PROVIDE-FROM-FRST
- RP_READ_INFOTYPE
- RP_READ_ALL_TIME_ITY
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.