Dec
Macros in HR-ABAP programming
Most commonly used Macros in HR ABAP ?
Macro contains some part of source code which it will be useful for number of applications.( Like function modules )
Generally we use two macros in HR ABAP
RP-PROVIDE-FROM-LAST
RP-PROVIDE-FROM-FRST
The macro RP-PROVIDE-FROM-LAST retrieves the last(latest) data record which is valid in the data selection period.
The macro RP-PROVIDE-FROM-FRST retrieves the first(start)data record [...]
