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

RPLABSG0_SXP_OXP_PAY_SHEET SAP ABAP Report - SAP/SMP/SPP and OAP/OMP/OPP payment sheet







RPLABSG0_SXP_OXP_PAY_SHEET 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 SAP/SMP/SPP and OAP/OMP/OPP Payment Sheet Report to Extrapolate projected SAP/SMP/SPP and OAP/OMP/OPP payments during future period of absence, and produce a projection of earnings before an employee commences a statutory absence...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_PAY_SHEET 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_PAY_SHEET - SxP and OxP payment sheet


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_PAY_SHEET. "Basic submit
SUBMIT RPLABSG0_SXP_OXP_PAY_SHEET AND RETURN. "Return to original report after report execution complete
SUBMIT RPLABSG0_SXP_OXP_PAY_SHEET 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 = Att./Absence type
Selection Text: S_REASON = Absence reason
Selection Text: P_OTEMSE = Object identifier
Selection Text: P_ITEMSE = TemSe object
Selection Text: P_DISVAR = Layout
Selection Text: OUT5 = All Data
Selection Text: OUT4 = Weekly Breakdown
Selection Text: OUT3 = Pay Period Breakdown
Selection Text: OUT2 = Entitlement Band Breakdown
Selection Text: OUT1 = Totals Only
Selection Text: OTEMSE = TemSe Output
Selection Text: ITEMSE = TemSe Input
Selection Text: IALV = ALV Display
Title: SAP/SMP/SPP and OAP/OMP/OPP payment sheet
Text Symbol: UTI = SAP/SMP/SPP and OAP/OMP/OPP payment sheet
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
Text Symbol: 001 = Processing Options


INCLUDES used within this REPORT RPLABSG0_SXP_OXP_PAY_SHEET

INCLUDE RPLABSG0_SXP_OXP_PAY_SHEETC01. "SPECIFIC CONSTANTS
INCLUDE RPLABSG0_SHAREDC01. "SELECTION SCREEN CONSTANTS
INCLUDE RPLABSG0_SHAREDC02. "SELECTION SCREEN CONSTANTS
INCLUDE RPLABSG0_SHAREDD01. "COMMON GLOBAL DATA
INCLUDE RPLABSG0_SHAREDD02. "TEMSE GLOBAL DATA
INCLUDE RPLABSG0_SXP_OXP_PAY_SHEETSEL. "SELECTION SCREEN
INCLUDE RPLABSG0_SHAREDSEL. "SELECTION SCREEN





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 OTHERS = 4.

HR_GBSXP_PHASE1_SWITCH CALL FUNCTION 'HR_GBSXP_PHASE1_SWITCH' IMPORTING p_phase1 = g_gbsxp_phase1.



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