SAP Reports / Programs

HRULPFP11 SAP ABAP Report - ADV-11 Insurance payments list on obligatory pension insurance







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


Text pool values


Selection Text: DNUM = D .
Selection Text: DPODP = D .
Selection Text: FORMNAME = D .
Selection Text: MONT = D .
Selection Text: ONDATE = D .
Selection Text: PATHA = D .
Selection Text: PNUM = D .
Selection Text: PXML = D .
Selection Text: PXMLFORM = D .
Selection Text: P_BONDT = D .
Selection Text: P_EX = D .
Selection Text: P_FUPAR = D .
Selection Text: P_FUTPER = D .
Selection Text: P_FUTYEA = D .
Selection Text: P_INSTL = D .
Selection Text: P_OCPAR = D .
Selection Text: P_OCRSN = D .
Selection Text: P_PAYCT = D .
Selection Text: P_PAYID = D .
Selection Text: P_PAYTY = D .
Selection Text: P_PLVAR = D .
Selection Text: P_SOORT = D .
Selection Text: P_TAXNUM = D .
Selection Text: XNUM = D .
Selection Text: YEAR = D .
Title: ADV-11 Insurance payments list on obligatory pension insurance
Text Symbol: __1 = Additional Form Adjustment
Text Symbol: X99 = Off-cycle payroll
Text Symbol: X98 = Payroll reason
Text Symbol: T68 = Rewrite package?
Text Symbol: T67 = exists
Text Symbol: T66 = Package Number:
Text Symbol: PMD = Save to DMS
Text Symbol: PMA = Package Manager
Text Symbol: P74 = Package Manager
Text Symbol: 001 = VUPL
Text Symbol: 002 = ZNCL
Text Symbol: 003 = UPLC





Text Symbol: 004 = ZKNC
Text Symbol: 005 = ZGLV
Text Symbol: 006 = RBTD
Text Symbol: 007 = PACK
Text Symbol: 008 = OPIS`
Text Symbol: 009 = NR
Text Symbol: 010 = ISHD
Text Symbol: 011 = TIPD
Text Symbol: 012 = OP61
Text Symbol: 013 = Other Payroll Run (Optional)
Text Symbol: 101 = Naymniy rabotnik
Text Symbol: 189 = List of rejected persons
Text Symbol: 201 = Performing p/n:
Text Symbol: 203 = NR
Text Symbol: 315 = XML Format
Text Symbol: 397 = Packages Owner
Text Symbol: 701 = Period
Text Symbol: 702 = Packages
Text Symbol: 703 = Organization
Text Symbol: DFI = Download File
Text Symbol: DPA = Display Package
Text Symbol: FRM = Form Farameters
Text Symbol: M00 = Field not found
Text Symbol: M01 = Path
Text Symbol: M02 = Path does not exist. Program has been stopped
Text Symbol: M10 = Field <
Text Symbol: M20 = Form not found
Text Symbol: P70 = Program variant is not selected or you had returned to the
Text Symbol: P71 = selection screen. We recommend that you select a program variant
Text Symbol: P72 = Program variant is key data for the Package Manager.
Text Symbol: P73 = Do you want to continue running the program?


INCLUDES used within this REPORT HRULPFP11

INCLUDE HRUIPFP11_2.
INCLUDE HRUIPFP11_5.
INCLUDE HRUIPFP11_1.
INCLUDE HRUIPFP11_3.
INCLUDE HRUIPFP11_ATSEL.


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:

No SAP FUNCTION MODULES are executed within this report code!








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