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

Macros

Former Member
0 Likes
571

Hi friends,

I have created a macro in my program and the name of the macro is SALES.

now i want to see in which table this macro( SALES) is stored.

I have searched teh forum and i found out TRMAC is the table which stores macros but iam not able to find the macro SALES

which i have created in my program in this table TRMAC.

does TRMAC stores only standard macros ....?

if so what is the table name in which i can find my macro SALES.

Regards

satish.

4 REPLIES 4
Read only

Former Member
0 Likes
534

Hi,

TRMAC stores only standard macros

what you have defined is a local to that program so it will not store it in any table

Regards

Krishna

Read only

guilherme_frisoni
Contributor
0 Likes
534

Hi,

where did you create your macro?

Why to you need it in TRMAC table?

You could create your macro in a Type-pools to use in your programs, for example.

Frisoni

Read only

Former Member
0 Likes
534

table TRMAC stored the standard macros. If you want to use your macro in other program then declare this macro into tthe include and use this includein your program (where you need this macro).

Read only

Former Member
0 Likes
534

Hi ,

thouse are the standard micros which are stored in the table, if you want to create your own check the below link.

[http://help.sap.com/saphelp_nw70/helpdata/en/9f/db972835c111d1829f0000e829fbfe/content.htm]

Please let me know if you still need any more help.

Thanks and regrads,

Rajeshwar.