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

RPLABSG0_PATTERN SAP ABAP Report - Absence pattern analysis







RPLABSG0_PATTERN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run Report RPLABSG0_PATTERN to generate data highlighting any patterns that may exist within the absence data for your selected 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_PATTERN 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_PATTERN - Absence pattern analysis


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_PATTERN. "Basic submit
SUBMIT RPLABSG0_PATTERN AND RETURN. "Return to original report after report execution complete
SUBMIT RPLABSG0_PATTERN 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: IALV = D .
Selection Text: ITEMSE = D .
Selection Text: OTEMSE = D .
Selection Text: P_BIRTH = Birthday-based check
Selection Text: P_DATES = Event-based checks
Selection Text: P_DISVAR = D .
Selection Text: P_IDENT = Identical absence check
Selection Text: P_ITEMSE = D .
Selection Text: P_NWORK = Non-working days check
Selection Text: P_OTEMSE = D .
Selection Text: P_REGUL = Regular absence check
Selection Text: S_DATES = Event-based check dates
Selection Text: S_REASON = Absence reason
Selection Text: S_TYPE = D .
Title: Absence pattern analysis
Text Symbol: UTI = Absence pattern analysis
Text Symbol: SWA = With absence data
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: BDT = Birthday
Text Symbol: CHK = Checks to be performed
Text Symbol: COC = Cost Centre
Text Symbol: DAT = Maximum of 5 dates must be entered
Text Symbol: EGR = Employee Group
Text Symbol: ESG = Employee Subgroup
Text Symbol: EVC = Event-based checks
Text Symbol: EVT = Event-based check &1
Text Symbol: IDN = Identical absence check
Text Symbol: NAM = Name
Text Symbol: NWR = N/work
Text Symbol: ORU = Organisational Unit
Text Symbol: PAR = Personnel Area
Text Symbol: PRN = Personnel number
Text Symbol: PSA = Personnel Subarea





Text Symbol: REG = Regular absence check
Text Symbol: SAB = Absence selection
Text Symbol: SBG = Start date
Text Symbol: SDN = Do not enter absence selection criteria
Text Symbol: SED = End date
Text Symbol: SER = Errors
Text Symbol: SFL = Full TemSe ID


INCLUDES used within this REPORT RPLABSG0_PATTERN

INCLUDE RPLABSG0_PATTERNC01.
INCLUDE RPLABSG0_PATTERND01.
INCLUDE RPLABSG0_PATTERNSEL.


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:

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = g_restrict exceptions too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 9.

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.



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