Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

About Macros.

Former Member
0 Likes
614

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
592

Check in table : TRMAC

4 REPLIES 4
Read only

Former Member
0 Likes
593

Check in table : TRMAC

Read only

Former Member
0 Likes
592

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

Read only

Former Member
0 Likes
592

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.

Read only

Former Member
0 Likes
592

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.