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
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.
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:
INCLUDE PGDOCRU0.
INCLUDE HRUIPFP3_2.
INCLUDE HRUIPFP1_5.
INCLUDE HRUIPFP3_1.
INCLUDE HRUIPFP3_3.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.