SAP Reports / Programs

RPUSEN10 SAP ABAP Report - Test Utility for Employment Period Calculation







RPUSEN10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Debugger for Employment Period Calculation The Employment Period Calculation module is called by different SAP applications...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUSEN10 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 RPUSEN10. "Basic submit
SUBMIT RPUSEN10 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUSEN10 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: P_SDATE = D .
Title: Test Utility for Employment Period Calculation
Text Symbol: GR3 = Other Grouping Value
Text Symbol: GR2 = Default Grouping Value
Text Symbol: BL2 = Calculation Type
Text Symbol: BL1 = Evaluation for
Text Symbol: 102 = Result of employment period calc.
Text Symbol: 101 = No personnel numbers were selected
Text Symbol: 035 = from
Text Symbol: 031 = Calculation of End of Employment Period
Text Symbol: 023 = Days
Text Symbol: 022 = Months
Text Symbol: 021 = Years
Text Symbol: 020 = and end
Text Symbol: 019 = and durtn
Text Symbol: 018 = Calculate Employment Period Within Calculation Process
Text Symbol: 014 = To
Text Symbol: 013 = from
Text Symbol: 011 = Calculate Employment Period Duration
Text Symbol: 004 = Conversion rule
Text Symbol: 003 = Valuation model
Text Symbol: 002 = Process step
Text Symbol: 001 = Calc. process


INCLUDES used within this REPORT RPUSEN10

INCLUDE RPUSEN10SEL.


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_SEN_LOG_DISPLAY_TREE call function 'HR_SEN_LOG_DISPLAY_TREE'.



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