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

RPLBGND0_SELECT SAP ABAP INCLUDE - RPLBGND0SELECT







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

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_BG_ASSIGN_WAGETYPE CALL FUNCTION 'HR_BG_ASSIGN_WAGETYPE' EXPORTING ap = _wpbp * C1 = * V0 = bgsel = gs_bgsel TABLES tab_c1 = $_pay-inter-c1 tab_v0 = $_pay-inter-v0 CHANGING lgart = _rt EXCEPTIONS OTHERS = 0 .

HR_BG_ASSIGN_WAGETYPE CALL FUNCTION 'HR_BG_ASSIGN_WAGETYPE' EXPORTING ap = _wpbp * C1 = * V0 = * BGSEL = ' ' TABLES tab_c1 = $_pay-inter-c1 tab_v0 = $_pay-inter-v0 CHANGING lgart = _rt EXCEPTIONS OTHERS = 0 .

HR_BG_ASSIGN_WAGETYPE CALL FUNCTION 'HR_BG_ASSIGN_WAGETYPE' EXPORTING ap = _wpbp * C1 = v0 = _bg bgsel = gs_bgsel TABLES tab_c1 = $_pay-inter-c1 tab_v0 = $_pay-inter-v0 CHANGING lgart = _rt EXCEPTIONS missing_cc = 1 missing_bg = 2 .

RP_GET_BAUSTELLE CALL FUNCTION 'RP_GET_BAUSTELLE' "07 EXPORTING "07 ptdbk = _ptdb1 "07 begindatum = _wpbp-begda "07 endedatum = _wpbp-endda "07 TABLES "07 ptdbf = _ptdb2 "07 EXCEPTIONS "07 OTHERS = 9 "07 . "07

HR_BG_ASSIGN_WAGETYPE call function 'HR_BG_ASSIGN_WAGETYPE' "19f exporting "19f ap = _wpbp "19f * C1 = "19f v0 = _bg "19f bgsel = gs_bgsel "19f tables "19f tab_c1 = $_pay-inter-c1 "19f tab_v0 = $_pay-inter-v0 "19f changing "19f lgart = _rt "19f exceptions "19f missing_cc = 1 "19f missing_bg = 2 "19f . "19f

HR_BG_ASSIGN_WAGETYPE CALL FUNCTION 'HR_BG_ASSIGN_WAGETYPE' EXPORTING ap = _wpbp * C1 = v0 = _bg bgsel = gs_bgsel TABLES tab_c1 = $_pay-inter-c1 tab_v0 = $_pay-inter-v0 CHANGING lgart = _rt EXCEPTIONS OTHERS = 0 .

HR_BG_ASSIGN_WAGETYPE CALL FUNCTION 'HR_BG_ASSIGN_WAGETYPE' EXPORTING ap = $_wpbp * C1 = v0 = $_bg bgsel = $_bgsel "04 TABLES tab_c1 = $_pay-inter-c1 tab_v0 = $_pay-inter-v0 CHANGING lgart = _rt EXCEPTIONS missing_cc = 1 missing_bg = 2 .

RP_GET_BAUSTELLE CALL FUNCTION 'RP_GET_BAUSTELLE' "07 EXPORTING "07 ptdbk = _ptdb1 "07 begindatum = $_wpbp-begda "07 endedatum = $_wpbp-endda "07 TABLES "07 ptdbf = _ptdb2 "07 EXCEPTIONS "07 OTHERS = 9 "07 . "07

HR_BG_ASSIGN_WAGETYPE CALL FUNCTION 'HR_BG_ASSIGN_WAGETYPE' EXPORTING ap = $_wpbp * C1 = v0 = $_bg bgsel = $_bgsel TABLES tab_c1 = $_pay-inter-c1 tab_v0 = $_pay-inter-v0 CHANGING lgart = _rt EXCEPTIONS missing_cc = 1 missing_bg = 2 .

RP_GET_BAUSTELLE CALL FUNCTION 'RP_GET_BAUSTELLE' "07 EXPORTING "07 ptdbk = _ptdb1 "07 begindatum = $_wpbp-begda "07 endedatum = $_wpbp-endda "07 TABLES "07 ptdbf = _ptdb2 "07 EXCEPTIONS "07 OTHERS = 9 "07 . "07

HR_BG_ASSIGN_WAGETYPE call function 'HR_BG_ASSIGN_WAGETYPE' "19b exporting "19b ap = _wpbp "19b * C1 = "19b * V0 = "19b BGSEL = gs_bgsel "19b tables "19b tab_c1 = $_c1 "19b tab_v0 = $_v0 "19b changing "19b lgart = $_entry "19b exceptions "19b others = 0. "19b



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