SAP Reports / Programs | Payroll(PY) SAP PY

RPCREGTF1 SAP ABAP INCLUDE - Include RPCREGTD4 - definicia dat pre XLM subor REGISTRA







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


INCLUDES used within this REPORT RPCREGTF1

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:

HR_CZ_GET_ADR * CALL FUNCTION 'HR_CZ_GET_ADR' * EXPORTING * anart = ianart * vargu = ivargu * IMPORTING * a_text = adr_a "Nazov organizacie * e_text = adr_i "Stat ktory ICO vydal * h_text = adr_h "sidlo zamestnavatela - stat * i_text = adr_b "Ulica * j_text = adr_c "Cislo domu * k_text = adr_d "Obec * l_text = adr_e "PSC * q_text = adr_q "ICO * 1_text = adr_a1 "Nazov organizacie c.2

HR_CZ_GET_ADR_09 CALL FUNCTION 'HR_CZ_GET_ADR_09' EXPORTING anart = ianart vargu = ivargu endda = pn-endda repid = 'RPCREGTF1' IMPORTING nazev = loc_nazev nazev2 = loc_nazev2 ulice = loc_ulice cislo = loc_cislo psc = loc_psc obec = loc_obec stat = loc_stat ico = loc_ico ico_stat = loc_ico_stat adresa = loc_adresa ***** begin of change nt1567821(ins) METODA = lv_method ***** end of change nt1567821(ins) EXCEPTIONS no_data = 1 OTHERS = 2.

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING pernr = pernr-pernr infty = '0008' subty = p0008-subty objps = p0008-objps begda = p0008-begda endda = p0008-endda dlspl = ' ' "XPSN159482 TABLES ppbwla = ppbwla pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 pp0230 = p0230 "YPMP30K111993 EXCEPTIONS error_at_indirect_evaluation = 1.

RP_EVALUATE_INDIRECTLY_P0014 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0014' EXPORTING pbegda = p0014-begda pmolga = t001p-molga ppernr = pernr-pernr pp0001 = p0001 TABLES ptbindbw = tbindbw EXCEPTIONS bad_parameters = 1 error_at_indirect_evaluation = 2 OTHERS = 3.

HR_CZ_HIRE_FIRE CALL FUNCTION 'HR_CZ_HIRE_FIRE' EXPORTING beg = '18000101' end = '99991231' consider_0016 = 'X' TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001.

RP_GET_FIRE_DATE CALL FUNCTION 'RP_GET_FIRE_DATE' EXPORTING persnr = register2005-pernr IMPORTING firedate = fdate.

HR_CZ_HIRE_FIRE CALL FUNCTION 'HR_CZ_HIRE_FIRE' EXPORTING beg = tpomer-begda end = tpomer-endda TABLES pphifi = hpphifi pp0000 = p0000 pp0001 = p0001.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = register2005-pernr IMPORTING entrydate = e_date TABLES entry_dates = e_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = register2005-pernr IMPORTING entrydate = e_date TABLES entry_dates = e_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = register2005-pernr IMPORTING entrydate = e_date TABLES entry_dates = e_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING persnr = register2005-pernr IMPORTING entrydate = e_date TABLES entry_dates = e_dates EXCEPTIONS entry_date_not_found = 1 pernr_not_assigned = 2 OTHERS = 3.

HR_CZ_DETERMINATION_PERIODS CALL FUNCTION 'HR_CZ_DETERMINATION_PERIODS' EXPORTING PERNR = PERNR-PERNR FROM_PERIOD = FOBD TO_PERIOD = TOBD TABLES OUT_RGTAB = MYRGDIR EXCEPTIONS RGDIR_EMPTY = 1 WRONG_INTERVAL = 2 OTHERS = 3.

HR_CZ_GET_VALID_ONZ CALL FUNCTION 'HR_CZ_GET_VALID_ONZ' EXPORTING I_PERNR = pv_pernr I_ACT_DATUM = pv_endda I_VAL_DATUM = '99991231' ***** begin of change nt1681425(ins) * I_DOC_TYPE = '2' I_DOC_TYPE = '3' ***** end of change nt1681425(ins) ***** begin of change nt1537272(ins) I_CORR_DRVCI = 'X' ***** end of change nt1537272(ins) * I_LOG_HANDLE = I_CREATE_LOG = ' ' I_DEBUG = ' ' IMPORTING E_RETURN = ls_reg2005 .

HR_CZ_GET_CONDINSU_FROM_RT CALL FUNCTION 'HR_CZ_GET_CONDINSU_FROM_RT' EXPORTING i_pernr = pernr-pernr i_begda = lv_begda i_endda = lv_endda i_last = 'R' IMPORTING e_cinsu_perperiod = lte_cinsu_perperiod.



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