HRULAPSI 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 HRULAPSI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRPAYRU_FSSDP_APSI - Employee Application for SI Payments
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: SO_DOCDT = Selection Period
Selection Text: SO_APSUB = D .
Selection Text: P_UDOCDT = Updated On
Selection Text: P_TEST = D .
Selection Text: P_PROD = D .
Selection Text: P_NDOCDT = D .
Selection Text: P_IDETA = D .
Selection Text: P_FSSRN = D .
Selection Text: P_FORMVA = D .
Selection Text: P_CORR = D .
Selection Text: P_APPL = D .
Title: Employee Application for SI Payments
Text Symbol: __1 = Additional Form Adjustment
Text Symbol: S22 = Updated On
Text Symbol: S21 = Sign Date
Text Symbol: S20 = Form Variant
Text Symbol: S09 = Report Mode
Text Symbol: S08 = Applications Selection Options
Text Symbol: S07 = Download Options
Text Symbol: S06 = Additional Form Settings
Text Symbol: S05 = Run Mode
Text Symbol: S04 = /
Text Symbol: S03 = FSS File/Run Name
Text Symbol: S02 = FSS Registration Number
Text Symbol: S01 = Include Detached Subdivisions
Text Symbol: B02 = ALV
Text Symbol: B01 = Print Form
INCLUDE: PLFSSRU0, " *FSSDP* FACTORY GLOBALS
PLFSSSLD,
INCLUDE: PULOGRU0, " ** LOG FORMS AND DATA
INCLUDE: PLFSSRU7, " *FSSDP* GLOBALS
PLFSSRU6.
INCLUDE: PLFSSRU2, " *FSSDP* INITIALIZATION
INCLUDE: PLAPXMLI,
PLAPXMLJ.
INCLUDE: PLPSIRU3.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.