SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

HPLTJUB0 SAP ABAP Report - Computing anniversary for a given seniority







HPLTJUB0 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 HPLTJUB0 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 HPLTJUB0. "Basic submit
SUBMIT HPLTJUB0 AND RETURN. "Return to original report after report execution complete
SUBMIT HPLTJUB0 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: SEL2 = For seniority in the company
Selection Text: SEL1 = For seniority outside company
Selection Text: SEL = Seniority type
Selection Text: CHD = Years
Title: Computing anniversary for a given seniority
Text Symbol: 031 = Anniversary cannot be computed before hire date
Text Symbol: 030 = Summary
Text Symbol: 029 = Testing period
Text Symbol: 028 = on day
Text Symbol: 027 = Anniversary
Text Symbol: 026 = Seniority anniversary
Text Symbol: 025 = For seniority in the company
Text Symbol: 024 = For seniority outside company
Text Symbol: 023 = For anniversary award
Text Symbol: 022 = For total seniority
Text Symbol: 021 = For leave entitlement
Text Symbol: 020 = Present employment
Text Symbol: 019 = Absence
Text Symbol: 018 = Altogether
Text Symbol: 017 = Together
Text Symbol: 016 = For seniority in the company
Text Symbol: 015 = For seniority outside company
Text Symbol: 014 = Employer
Text Symbol: 013 = To
Text Symbol: 012 = From
Text Symbol: 011 = years for seniority:
Text Symbol: 010 = Anniversary
Text Symbol: 009 = Anniversary date
Text Symbol: 008 = Hire date
Text Symbol: 007 = Missing data in infotype I0041
Text Symbol: 006 = Years Months Days
Text Symbol: 005 = Number of seniority days.
Text Symbol: 004 = Seniority type
Text Symbol: 003 = Pernr
Text Symbol: 002 = Name
Text Symbol: 001 = The date was not specified.


INCLUDES used within this REPORT HPLTJUB0

No INCLUDES are used within this REPORT code!


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:

POPUP_TO_DISPLAY_TEXT CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT' EXPORTING TITEL = 'SAP' TEXTLINE1 = TEXT-Z01.



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