‎2008 Mar 11 12:37 PM
Hi,
Could you please help me to know where can I find the source codes for the different macros used in LDB's?
Thanks,
Sandeep.
‎2008 Mar 11 12:43 PM
‎2008 Mar 11 12:43 PM
‎2008 Mar 11 12:51 PM
Hi,
source code of a program, you can also store macros in the database table TRMAC, where they can be used by any program. The system first searches in the current program for a macro, and then in the table TRMAC. Do not define your own macros in TRMAC. One example of a macro in TRMAC is break, which sets a breakpoint in the system field sy-uname, depending on the current user name
Regards,
Venkat
‎2008 Mar 11 1:03 PM
Hi,
I do know that TRMAC stores some of the macros but not all.For e.g. could you tell me where to find the code for the macro 'rp_set_data_interval' ?
Thanks,
Sandeep.
‎2008 Mar 11 1:07 PM
Hi,
Thanks for the responses but I managed to find the correct place where to find it.It is there in the include DBPNPMAC.This include contains all the macros.
Thanks,
Sandeep.