Application Development 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: 

macros in HR abap

Former Member
0 Kudos

Where can i find the macros i.e tcode if any and any info regarding macros.

Points will be given to all contributors.

Thanks,

Venkat Chaitanya

4 REPLIES 4

Former Member
0 Kudos

Hi venkal

look at table TRMAC.

regards, Dieter

Former Member
0 Kudos

Hi:

Macro contains some part of source code which it will be useful for number of applications.

You can get the list of macros in the table TRMAC.

Whenever you are using the macros ,check whether you have included the relevany logical database in program attributes.

Macros can also be defined as TRMAC macros. The source code of these modules is stored in

the function section of the control table TRMAC. This code is grouped under a specific name

in the table key. According to conventions, the first two letters of the name must stand for the

application. The rest of the name is freely definable.

Customer-specific macro modules should begin with a special character. The macros

defined in the control table TRMAC can be used by all reports.

Regards,

Sookshma

Former Member
0 Kudos

Thanks to both of you............

Venkat

0 Kudos

Hi venkat,

To add above two,You can see HR Macros in includes DBPNPCOM and DBPCHCOM.

The macros in logical database PNP (i.e for PA data) are located in Include DBPNPCOM.(which also has Include DBPNPMAC)

Macros like RP_LOWDATE_HIGHDATE,rp_read_infotype etc.

The macros in logical database PCH (i.e for Org.Mgmt)are located in Include DBPCHCOM.which has macros like

PH_SEL_ONE_OBJID,RH_SEL_KEYDATE etc.

Hope this Helps,

Regards,

Shrinivas