SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

RPCHRT09_GET_FORM_CE SAP ABAP INCLUDE - RPCHRT09GETFORMCE







RPCHRT09_GET_FORM_CE 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 RPCHRT09_GET_FORM_CE 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 RPCHRT09_GET_FORM_CE. "Basic submit
SUBMIT RPCHRT09_GET_FORM_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPCHRT09_GET_FORM_CE 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 RPCHRT09_GET_FORM_CE

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_RETROCALC_PERIOD CALL FUNCTION 'CD_RETROCALC_PERIOD' EXPORTING entry = rgdir IMPORTING calcd = lv_calcd.

HRO1_INIT_FORM CALL FUNCTION 'HRO1_INIT_FORM' EXPORTING country_modifier = calcmolga selection_variant = edt_vari iabkrs = rgdir-iabkrs inper = rgdir-inper payty = rgdir-payty payid = rgdir-payid bondt = rgdir-bondt fpbeg = rgdir-fpbeg fpend = rgdir-fpend EXCEPTIONS rpcedt_error = 1 wrong_variant = 2 OTHERS = 3.

HRO2_SET_BUFFER CALL FUNCTION 'HRO2_SET_BUFFER' EXPORTING country_modifier = calcmolga buffer = local_buffer EXCEPTIONS OTHERS = 0.

HRO2_GET_MAIN_PERNRS CALL FUNCTION 'HRO2_GET_MAIN_PERNRS' EXPORTING country_modifier = calcmolga personid = person-objid inper = rgdir-inper modif = rgdir-permo payty = rgdir-payty payid = rgdir-payid bondt = rgdir-bondt IMPORTING main_pernrs = lt_grouping EXCEPTIONS rpcedt_error = 1 OTHERS = 2.

HRO1_FILL_EVAL_DIR CALL FUNCTION 'HRO1_FILL_EVAL_DIR' EXPORTING iabkrs = iabkrs "WOG note 760945 rgdir_line = rgdir payroll_dir = lt_rgdir[] "JLA1457202 IMPORTING eval_tab = eval_tab "WOG note 760945 payr_dir = rgdir_2 EXCEPTIONS no_evaluated_periods = 2 OTHERS = 3.

HRO1_FILL_INFOTYPES CALL FUNCTION 'HRO1_FILL_INFOTYPES' EXPORTING country_modifier = calcmolga employee_number = l_main_pernr IMPORTING read_it = infty.

HRO2_INIT_PERAS CALL FUNCTION 'HRO2_INIT_PERAS' EXPORTING country_modifier = calcmolga iperm = rgdir-permo inper = rgdir-inper payty = rgdir-payty payid = rgdir-payid bondt = rgdir-bondt main_pernr = l_main_pernr EXCEPTIONS rpcedt_error = 1 OTHERS = 2.

HRO1_CREATE_FORM_2 CALL FUNCTION 'HRO1_CREATE_FORM_2' EXPORTING country_modifier = calcmolga employee_number = l_main_pernr buffer = local_buffer payroll_dir = rgdir_2 eval_tab = eval_tab "WOG note 760945 infty_content = infty IMPORTING xinfo = xinfo TABLES xform = xform EXCEPTIONS rpcedt_error = 0 OTHERS = 0.

HR_PL_APPEND_FORM CALL FUNCTION 'HR_PL_APPEND_FORM' EXPORTING imp_pernr = l_main_pernr imp_period = rgdir-inper TABLES imp_form = xform EXCEPTIONS OTHERS = 0.

HR_GET_ERROR_LIST CALL FUNCTION 'HR_GET_ERROR_LIST' TABLES error = l_error_tab EXCEPTIONS no_errors = 1.



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