SAP Reports / Programs | Payroll(PY) SAP PY

HHRCEEB2 SAP ABAP Report - Employee book







HHRCEEB2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program for Employee book collects relevant data of employees for specified period and produces output in PDF file...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HHRCEEB2 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT HHRCEEB2. "Basic submit
SUBMIT HHRCEEB2 AND RETURN. "Return to original report after report execution complete
SUBMIT HHRCEEB2 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_WCITY = City of work (IT35 subty)
Selection Text: P_TREND = Trainee end data type (IT41)
Selection Text: P_TRBEG = Trainee begin data type (IT41)
Selection Text: P_PRN = Output device
Selection Text: P_MABRO = Company MB number
Selection Text: P_FSTWD = First working date type (IT41)
Selection Text: P_FPNAM = PDF form name
Selection Text: P_EXJT = Excluded job types (IT575)
Selection Text: P_DT219 = IT 219 for Rad u inozemstvu
Selection Text: P_COMCL = Competition clause(IT19 subty)
Selection Text: P_APPSB = Trainee exam (IT19 subty)
Selection Text: PA_PDF = Display PDF
Selection Text: PA_OBJPF = PDF MIME object
Selection Text: PA_LOGPH = Logical path
Selection Text: PA_FORMX = Split documents
Title: Employee book
Text Symbol: PDF = Output options
Text Symbol: G02 = Z
Text Symbol: G01 = M
Text Symbol: 193 = skraceno
Text Symbol: 192 = nepuno
Text Symbol: 191 = puno
Text Symbol: 181 = Rad se obavlja na razlicitim mjestima
Text Symbol: 172 = ne
Text Symbol: 171 = da
Text Symbol: 122 = neodredeno
Text Symbol: 121 = odredeno
Text Symbol: 002 = Additional options


INCLUDES used within this REPORT HHRCEEB2

INCLUDE RPC1TX00.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE HHRUSFP1.
INCLUDE HHRUSFP2.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_HR_COMPANYCODE_GETDETAIL CALL FUNCTION 'HR_HR_COMPANYCODE_GETDETAIL' EXPORTING comp_code = gt_cc-bukrs IMPORTING comp_code_data = caddr.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' TABLES pphifi = hifi pp0000 = p0000 pp0001 = p0001.

HR_HR_WORKINTERVAL CALL FUNCTION 'HR_HR_WORKINTERVAL' EXPORTING begda = p0016-begda endda = p0016-ctedt CHANGING days = lv_dur_days.

STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING iv_domname = c_0564_kateg_domain iv_value = p0564-kateg IMPORTING ev_value_text = lv_dom_text EXCEPTIONS value_not_found = 1 OTHERS = 2.

HR_HR_WORKINTERVAL CALL FUNCTION 'HR_HR_WORKINTERVAL' EXPORTING begda = p0000-begda endda = p0000-endda CHANGING days = lv_dur_days0.

HR_HR_WORKINTERVAL CALL FUNCTION 'HR_HR_WORKINTERVAL' EXPORTING begda = p2001-begda endda = p2001-endda CHANGING days = lv_dur_days.

HR_HR_WORKINTERVAL CALL FUNCTION 'HR_HR_WORKINTERVAL' EXPORTING begda = p0000-begda endda = p0000-endda CHANGING days = lv_dur_days.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name HHRCEEB2 or its description.