‎2009 Jul 16 7:44 PM
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.
‎2009 Jul 16 7:52 PM
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
‎2009 Jul 16 7:53 PM
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
‎2009 Jul 17 6:11 AM
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).
‎2009 Jul 17 6:19 AM
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.