SAP Reports / Programs | Payroll | United Kingdom(PY-GB) SAP PY

RPLABSG0_SXP_OXP_ENTS SAP ABAP Report - SxP and OxP Entitlements Left







RPLABSG0_SXP_OXP_ENTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run the SxP and OxP Entitlements Left Report to generate data on the absence entitlements of your employees...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 RPLABSG0_SXP_OXP_ENTS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M08_ENTS - SxP and OxP entitlements left


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 RPLABSG0_SXP_OXP_ENTS. "Basic submit
SUBMIT RPLABSG0_SXP_OXP_ENTS AND RETURN. "Return to original report after report execution complete
SUBMIT RPLABSG0_SXP_OXP_ENTS 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: S_TYPE = D Att./Absence type
Selection Text: S_REASON = Absence reason
Selection Text: P_OTEMSE = TemSe File
Selection Text: P_ITEMSE = TemSe File
Selection Text: P_DISVAR = Display variant
Selection Text: OTEMSE = Output to TemSe
Selection Text: ITEMSE = Input from TemSe
Selection Text: IALV = ALV Display
Title: SxP and OxP Entitlements Left
Text Symbol: UTI = SxP and OxP Entitlements Left
Text Symbol: SWA = With absence data
Text Symbol: SVL = Value
Text Symbol: STS = Total selected
Text Symbol: SRC = Total records
Text Symbol: SPR = Processing &1
Text Symbol: SOT = Output options
Text Symbol: SNA = Without absence data
Text Symbol: SIN = Input options
Text Symbol: SFL = Full TemSe ID
Text Symbol: SER = Errors
Text Symbol: SED = End date
Text Symbol: SDN = Do not enter absence selection criteria
Text Symbol: SCL = Column
Text Symbol: SBG = Start date
Text Symbol: SAB = Absence selection


INCLUDES used within this REPORT RPLABSG0_SXP_OXP_ENTS

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:

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING repid = c_repidshrt IMPORTING tsobj = p_itemse EXCEPTIONS no_entries_found = 1 helpview_not_installed = 2 no_value_request_for_molga = 3.



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