SAP Reports / Programs | Payroll | Germany | Social Insurance(PY-DE-NT-NI) SAP PY

RPLBGND0_GENERAL SAP ABAP INCLUDE - RPLBGND0GENERAL







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

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_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYDESV' msgty = 'E' msgno = '313'.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING arbgb = 'HRPAYDESV' msgty = 'W' msgno = '314'.

HR_GET_REPORTING_COMPANY CALL FUNCTION 'HR_GET_REPORTING_COMPANY' EXPORTING p_molga = gc_molga p_appl = gc_appl p_werks = _ap_key-werks p_btrtl = _ap_key-btrtl p_struc = pmebg p_date = pn-endps IMPORTING werks_sum = _ap-pbbw-werks btrtl_sum = _ap-pbbw-btrtl EXCEPTIONS rep_comp_not_found = 1 OTHERS = 2.

HR_GET_REPORTING_COMPANY call function 'HR_GET_REPORTING_COMPANY' exporting p_molga = '01' p_appl = 'BG02' p_werks = $_wpbp-werks p_btrtl = $_wpbp-btrtl p_struc = ls_struc p_date = $_wpbp-endda importing werks_sum = l_werks btrtl_sum = l_btrtl exceptions rep_comp_not_found = 1 others = 2.

HR_GET_REPORTING_COMPANY_DATA call function 'HR_GET_REPORTING_COMPANY_DATA' exporting p_molga = '01' p_appl = 'BG02' p_werks_sum = l_werks p_btrtl_sum = l_btrtl p_date = $_wpbp-endda p_anart = 'A' importing data = ls_bgdat exceptions rep_comp_not_found = 1 others = 2.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = 'HRPAYDESV' msgty = 'E' msgno = $_mnr msgv1 = $_v1 msgv2 = $_v2 msgv3 = $_v3 msgv4 = $_v4.

HR_APPEND_ERROR_LIST

HR_COLLECT_ERROR_LIST * CALL FUNCTION 'HR_APPEND_ERROR_LIST' "26 call function 'HR_COLLECT_ERROR_LIST' "26
EXPORTING arbgb = 'HRPAYDESV' msgty = 'E' msgno = $_mnr msgv1 = $_v1 msgv2 = $_v2 msgv3 = $_v3 msgv4 = $_v4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = $_pernr arbgb = 'HRPAYDESV' msgty = 'E' msgno = $_mnr msgv1 = $_v1 msgv2 = $_v2 msgv3 = $_v3 msgv4 = $_v4.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = $_pernr arbgb = 'HRPAYDESV' msgty = 'W' msgno = $_mnr msgv1 = $_v1 msgv2 = $_v2 msgv3 = $_v3 msgv4 = $_v4.



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