SAP Reports / Programs

HROCBT01A SAP ABAP Report - Update data for HROCBT01







HROCBT01A is a standard Executable ABAP Report 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 HROCBT01A 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 HROCBT01A. "Basic submit
SUBMIT HROCBT01A AND RETURN. "Return to original report after report execution complete
SUBMIT HROCBT01A VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Update data for HROCBT01
Text Symbol: 000 = Test
Text Symbol: 001 = A - Unemployment
Text Symbol: 002 = B - Pension
Text Symbol: 003 = C - Health
Text Symbol: 004 = D - CASS
Text Symbol: 005 = E - Work accidents
Text Symbol: 006 = F - ITM
Text Symbol: 007 = G - Challenged
Text Symbol: 008 = H - Sick leave and allowances
Text Symbol: 009 = Sick Leaves
Text Symbol: 010 = I - Granting Fund
Text Symbol: 01A = J - Work accidents
Text Symbol: 01B = K - Work accidents (posting)


INCLUDES used within this REPORT HROCBT01A

No INCLUDES are used within this REPORT code!


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:

CD_READ_RGDIR call function 'CD_READ_RGDIR' exporting persnr = pernr-pernr tables in_rgdir = rgdir exceptions no_record_found = 1 others = 2.

PYXX_READ_RGDIR_PAYRESULTS call function 'PYXX_READ_RGDIR_PAYRESULTS' exporting clusterid = 'RO' employeenumber = pernr-pernr tables rgdir = rgdir imported_periods = rtdet exceptions import_error = 1.

HR_RO_GENWS_IN_INTERVAL * call function 'HR_RO_GENWS_IN_INTERVAL' * exporting * begda = wa_rtdet-evp-fpbeg * endda = wa_rtdet-evp-fpend * mofid = wa_t001p-mofid * tables * gpsp = gws.

HR_RO_AB_CONCAT call function 'HR_RO_AB_CONCAT' exporting begda = evp-fpbeg endda = evp-fpend tables ab = ab pab = pab ablog = ablog.

HR_RO_WORKDAYS_IN_INTERVAL call function 'HR_RO_WORKDAYS_IN_INTERVAL' exporting begda = ab-begda endda = ab-endda mofid = t001p-mofid tables i2003 = p2003 changing wrkdays = ws_wdays.

HR_RO_GENWS_IN_INTERVAL call function 'HR_RO_GENWS_IN_INTERVAL' exporting begda = evp-fpbeg endda = evp-fpend mofid = wa_t001p-mofid tables i2003 = p2003 gpsp = ws.

HR_RO_WORKDAYS_IN_INTERVAL call function 'HR_RO_WORKDAYS_IN_INTERVAL' exporting begda = wpbp-begda endda = wpbp-endda mofid = t001p-mofid tables i2003 = p2003 changing wrkdays = ws_wdays holidays = ws_hdays.

HR_FEATURE_BACKFIELD call function 'HR_FEATURE_BACKFIELD' exporting feature = '61ALG' struc_content = pro07 importing back = febck exceptions dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 others = 7.

HR_RO_AB_CONCAT call function 'HR_RO_AB_CONCAT' "nt1327533 exporting "nt1327533 begda = evp-fpbeg "nt1327533 endda = evp-fpend "nt1327533 tables "nt1327533 ab = ab "nt1327533 pab = pab "nt1327533 ablog = ablog. "nt1327533

HR_RO_WORKDAYS_IN_INTERVAL call function 'HR_RO_WORKDAYS_IN_INTERVAL' exporting begda = ab-begda endda = ab-endda mofid = t001p-mofid tables i2003 = p2003 changing wrkdays = ws_wdays holidays = ws_hdays.

HR_RO_READ_PYRES_INTERVAL CALL FUNCTION 'HR_RO_READ_PYRES_INTERVAL' EXPORTING pernr = pernr-pernr mode = 'A' begda = wa_549q-begda endda = wa_549q-endda inper = paipe tprun = '' tpall = '' TABLES runs = lv_it_runs myrg = lv_it_myrg rtdet = lv_it_rtdet.

HR_RO_AB_CHECK_PERIODS CALL FUNCTION 'HR_RO_AB_CHECK_PERIODS' TABLES ab = lv_wa_rtdet-inter-ab abc = lv_it_ab.



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 HROCBT01A or its description.