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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M08_PATTERN - Absence pattern analysis
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.
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
INCLUDE RPLABSG0_PATTERNC01.
INCLUDE RPLABSG0_PATTERND01.
INCLUDE RPLABSG0_PATTERNSEL.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.