SAP Reports / Programs | Payroll | Norway | Public Sector(PY-NO-PS) SAP PY

RPITIGVP3 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RP_FILL_WAGE_TYPE_TABLE_EXT CALL FUNCTION 'RP_FILL_WAGE_TYPE_TABLE_EXT' EXPORTING PERNR = P_PERNR INFTY = P_INFTY SUBTY = P_SUBTY BEGDA = P_BEGDA ENDDA = P_ENDDA TABLES PP0001 = P0001 "input PP0007 = P0007 "input PP0008 = P0008 "input PPBWLA = EVALUATED_LGART_TAB "output EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

BDC_INSERT * CALL FUNCTION 'BDC_INSERT' * EXPORTING * tcode = 'PA30' * TABLES * dynprotab = batch_data_tab.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAP_NAME USER = SY-UNAME KEEP = KEEP HOLDDATE = HOLDDATE.

HRPBSNO_UPDATE_AP CALL FUNCTION 'HRPBSNO_UPDATE_AP' "#EC * EXPORTING number = p0008_wa-pernr * SUBTYPE = * OBJECTID = * LOCKINDICATOR = validityend = p0008_wa-endda validitybegin = p0008_wa-begda recordnumber = p0008_wa-seqnr operation = 'MOD' * DIALOG_MODE = '0' record = p0008_wa trfgr = t510r-trffg trfst = t510r-trffs delimit_date = temp opt = opt tables bb_tab = bb_tab
EXCEPTIONS NO_RECORD_FOUND = 1 OPERATION_NOT_PERFORMED = 2 LOCKED = 3 OTHERS = 4 * OTHERS = 5 .

RP_GET_CURRENCY * CALL FUNCTION 'RP_GET_CURRENCY' "WRH AHRK041998 * EXPORTING "WRH AHRK041998 * MOLGA = T001P-MOLGA "WRH AHRK041998 * TRFAR = CURRENT_BASIC_PAY_WA-TRFAR "WRH AHRK041998 * TRFGB = CURRENT_BASIC_PAY_WA-TRFGB "WRH AHRK041998 * TRFKZ = T503-TRFKZ "WRH AHRK041998 * BEGDA = RECLASS_DATE "WRH PH4K002071 "WRH AHRK041998 * IMPORTING "WRH AHRK041998 * WAERS = CURR "WRH AHRK041998 * EXCEPTIONS "WRH AHRK041998 * MOLGA_NOT_IN_T001P = 1 "WRH AHRK041998 * NO_ENTRY_FOUND_IN_TABLE_T001 = 2 "WRH AHRK041998 * NO_ENTRY_FOUND_IN_TABLE_T500P = 3 "WRH AHRK041998 * OTHERS = 4. "WRH AHRK041998

RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING * ppernr = indbw_pernr "WRH ALRK054526 * ppernr = p_p0008_wa-pernr "WRH ALRK054526 "WRH AHRK028021 PPERNR = INFTY_REC_0008-PERNR "WRH AHRK028021 PMOLGA = T500P-MOLGA PBEGDA = INDBW_BEG_IN PP0001 = P0001 PP0007 = P0007 * pp0008 = p0008 "WRH ALRK054526 * pp0008 = p_p0008_wa "WRH ALRK054526 "WRH AHRK028021 PP0008 = INFTY_REC_TEMP "WRH AHRK028021 PP0230 = P0230 * IMPORTING "WRH ALRK054526 * pendda = indbw_end_out "WRH ALRK054526 TABLES PTBINDBW = TBINDBW EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 1.

RP_EVALUATE_INDIRECTLY_P0052 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0052' EXPORTING * ppernr = indbw_pernr "WRH ALRK054526 * ppernr = p_p0008_wa-pernr "WRH ALRK054526 "WRH AHRK028021 PPERNR = INFTY_REC_0052-PERNR "WRH AHRK028021 PMOLGA = T500P-MOLGA PBEGDA = INDBW_BEG_IN PP0001 = P0001 PP0007 = P0007 * pp0008 = p0008 "WRH ALRK054526 * pp0008 = p_p0008_wa "WRH ALRK054526 "WRH AHRK028021 * pp0052 = p0052 "WRH AHRK028021 PP0008 = P0008 "WRH AHRK028021 PP0052 = INFTY_REC_0052 "WRH AHRK028021 PP0237 = P0237 * IMPORTING "WRH ALRK054526 * pendda = indbw_end_out "WRH ALRK054526 TABLES PTBINDBW = TBINDBW EXCEPTIONS ERROR_AT_INDIRECT_EVALUATION = 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 RPITIGVP3 or its description.