SAP Reports / Programs

HRULPFP1 SAP ABAP Report - Forms ADV-1, ADV-8-1







HRULPFP1 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 HRULPFP1 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 HRULPFP1. "Basic submit
SUBMIT HRULPFP1 AND RETURN. "Return to original report after report execution complete
SUBMIT HRULPFP1 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: BNUM = D .
Selection Text: DATE = D .
Selection Text: DPODP = D .
Selection Text: FORMNAME = D .
Selection Text: PATHA = D .
Selection Text: PFDC1 = D .
Selection Text: PFDC2 = D .
Selection Text: PFDC3 = D .
Selection Text: PNUM = D .
Selection Text: PXML = D .
Selection Text: PXMLFORM = D .
Selection Text: P_AD = D .
Selection Text: P_AF = D .
Selection Text: P_BP = D .
Selection Text: P_EX = D .
Selection Text: P_INSTL = D .
Selection Text: P_SOORT = D .
Title: Forms ADV-1, ADV-8-1
Text Symbol: V05 = RBTD
Text Symbol: V06 = PACK
Text Symbol: V07 = OPIS'
Text Symbol: V08 = OP61
Text Symbol: V09 = TIPD
Text Symbol: V10 = ANKT
Text Symbol: V11 = STANDART
Text Symbol: V12 = OSOBOE
Text Symbol: V13 = BUDUT
Text Symbol: V14 = M
Text Symbol: V15 = W
Text Symbol: V16 = OSOBAYA
Text Symbol: __1 = Additional Form Adjustment
Text Symbol: 010 = Period
Text Symbol: 011 = Organization
Text Symbol: 013 = Employee Selection
Text Symbol: 014 = Electronic Format
Text Symbol: 017 = Addresses
Text Symbol: 200 = Organizational Structure
Text Symbol: 201 = Performing p/n:





Text Symbol: 315 = XML Format
Text Symbol: 397 = Package Owner
Text Symbol: DFI = Download File
Text Symbol: DPA = Display Package
Text Symbol: FRM = Form Parameters
Text Symbol: M01 = Path
Text Symbol: M02 = Path does not exist. Program is stopped
Text Symbol: P70 = Program variant is not selected or you returned to the selection
Text Symbol: P71 = screen. We recommended that you select a program variant
Text Symbol: P72 = A program variant is key data for the Package Manager
Text Symbol: P73 = Do you want to continue running the program?
Text Symbol: P74 = Package Manager
Text Symbol: PM1 = Preparing package data
Text Symbol: PM2 = Creating DMS content
Text Symbol: PMA = Package Manager
Text Symbol: PMD = Save to DMS
Text Symbol: PRP = Processed Packages
Text Symbol: T66 = Package Number:
Text Symbol: T67 = exist.
Text Symbol: T68 = Rewrite package?
Text Symbol: V01 = ANKT
Text Symbol: V02 = MESTO ROZDENIA
Text Symbol: V03 = MESTO ROZDENIA OSOBOE
Text Symbol: V04 = ZGLV


INCLUDES used within this REPORT HRULPFP1

INCLUDE PGDOCRU0.
INCLUDE HRUIPFP3_2.
INCLUDE HRUIPFP1_5.
INCLUDE HRUIPFP3_1.
INCLUDE HRUIPFP3_3.


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_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = c_root i_node_txt = text-prp i_icon = icon_envelope_closed importing e_node_key = g_parent_node exceptions program_error = 1 others = 2.



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