PCMDAIE0 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter PCMDAIE0 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: HR-IE: General routines based on master data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_MAKE_ADDRESS CALL FUNCTION 'HR_MAKE_ADDRESS' EXPORTING pp0001 = p0001 pp0002 = p0002 pp0006 = p0006 edit_name = p0001-ename line_count = lines IMPORTING adrs = adrs.
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = p0002-knznm langu = sy-langu molga = molga pp0002 = p0002 namel = call_len IMPORTING edit_name = ename retcode = return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCMDAIE0 - HR-IE: General routines based on master data PCMCSMX0 - documentation and ABAP source code PCMCSHK3 - HR-HK: Payroll operations for MPF/ORSO Contribution PCMCSHK2 - HR-HK: Payroll common forms for MPF/ORSO Contribution PCMCSHK1 - HR-HK: Payroll data declarations for MPF/ORSO Contribution PCMCSHK0 - HR-HK: Payroll functions for MPF/ORSO Contribution