Google Search - Blog...........

Use Of Time Macro rp-read-all-time-ity in HR ABAP

REPORT ZHR_TEIME2
no standard page heading.


tables: pernr.
infotypes: 2001 mode n,
2002 mode n.

get pernr.
rp-read-all-time-ity pn-begda pn-endda.

sort p2001 by begda.
write:/ 'Start Date',
14 'End Date',
27 'Absence Type',
42 'Absence hours',
57 'Absence days'.
loop at p2001.
write: / p2001-begda,
14 p2001-endda,
27 p2001-awart,
42 p2001-stdaz,
57 p2001-abwtg.
endloop.

write:/ 'Attendances'.
write:/ 'Start Date',
14 'End Date',
'Attendance type',
'Attendance hours',
'Attendance days'.
loop at p2002.
write:/ p2002-begda,
14 p2002-endda,
27 p2002-awart,
42 p2002-stdaz,
57 p2002-abwtg.
endloop.


ALSO READ:

- HR TABLES.

- HR Tables & Infotypes.

- HR T-Codes.

- Cumulative List Of Absences For Company Code, Personnel Area & Personnel Subarea.

- Employee Data Using Function Module In HR ABAP.

- BDC For The Action Transfer Of Location In HR ABAP.

.....Back To Index On HR ABAP.

.....Back To MAIN INDEX.


No comments:

Post a Comment