SAP ABAP Class CL_HRPAYDE_SV_PROC_DISPLAYER (Displayer for Processes in Reporting)
Hierarchy
SAP_HRCDE (Software Component) Sub component SAP_HRCDE of SAP_HR
   PY-DE-NT-NI (Application Component) Social Insurance
     P01S (Package) HR Germany: Social Insurance
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HRPAYDE_EE_PROC_DISPLAYER Displayer for Processes in EEL Notification Procedure 20110518
Properties
Class CL_HRPAYDE_SV_PROC_DISPLAYER  
Short Description Displayer for Processes in Reporting    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package P01S   HR Germany: Social Insurance 
Created 20110324   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HRPAYDE_SV_PROC_DISPLAYER has no forward declaration.
Interfaces
Class CL_HRPAYDE_SV_PROC_DISPLAYER has no interface implemented.
Friends
Class CL_HRPAYDE_SV_PROC_DISPLAYER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_UCOMM_DETAIL Constant Public Type reference (TYPE) SYUCOMM '&DETAIL' Function Code That Triggered PAI 20110906
2 C_UCOMM_PROC_VIEW Constant Public Type reference (TYPE) SYUCOMM 'PRC_VIEW' Display the Process View 20110906
3 GO_ALV_GRID_PROCESSES Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV Grid of Processes 20110518
4 GO_CURRENT_PROCESS Instance attribute Protected Object reference (TYPE REF TO) IF_HRPAYDE_SV_PROCESS Process That Is Currently Selected 20110518
5 GO_NOTIF_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_HRPAYDE_SV_ALV_GRID Table of Data Modules of Notifications 20110518
6 GO_PROCESS_DETAIL Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER HTML Control Proxy Class 20110518
7 GO_PROCESS_LIST Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control for List of Processes 20110518
8 GO_PROCESS_NOTIFS Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control for List of Notificatiosn for Process 20110518
9 GR_ALV_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA ALV Data 20110817
10 GR_ALV_TAB Instance attribute Protected Object reference (TYPE REF TO) DATA Data Reference to ALV Table 20110518
11 GS_PARAM Instance attribute Protected Type reference (TYPE) HRDESV_SV_S_PROCESS_PARA Parameter for Display of SI Processses 20110518
12 GV_ALV_STRUC Instance attribute Protected Type reference (TYPE) TABNAME Structure of ALV Output Table 20110518
13 GV_PN_ENDDA Instance attribute Protected Type reference (TYPE) ENDDA End date for payroll period 20110906
Methods
# Method Level Visibility Method type Description Created on
1 CALC_PROCESS_DETAIL Instance method Protected Method Creates (HTML) View of Process Details 20110518
2 CALC_PROCESS_LIST Instance method Protected Method Creation of Process Overview List 20110518
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110518
4 CREATE_NOTIF_GRID Instance method Protected Method Generates a Procedure-Specific Notif. Grid 20110817
5 FILL_COMMON_ALV_DATA Instance method Protected Method Fill Procedure-Independent Notification Data 20110906
6 GET_PROCESS_FROM_ALV_TABLE Instance method Protected Method Reads Notificatiosn for ALV Line (Process) 20110518
7 GET_REF_TO_TABLE_LINE Instance method Protected Method Provides Reference to the Current Row of the ALV Table 20110817
8 GET_REF_TO_TABLE_LINE_BY_PROC Instance method Protected Method Provides the ALV Row for a Process 20110906
9 GET_SACHA Instance method Protected Method Read Data for Administrator for Payroll 20110906
10 HANDLE_BEFORE_USER_COMMAND Instance method Public Event handling method Event: before_user_command 20110819
11 HANDLE_DOUBLE_CLICK_PROCESS Instance method Public Event handling method Doubleclick in Process Overview List 20110518
12 HANDLE_REFRESH_STATUS Instance method Public Event handling method Handler for the Status Change of a Notification 20110817
13 HANDLE_SAP_EVENT Instance method Public Event handling method Handler for SAPEVENTS 20110518
14 HANDLE_USER_COMMAND Instance method Public Event handling method Handler for Clicking on the Button 20110906
15 REFRESH_ALV_DATA Instance method Protected Method Updates a Row in the ALV Table 20110817
16 SET_ALV_DATA Instance method Protected Method Create Data Reference to ALV Table 20110518
17 SET_HANDLER_FOR_EVENTS Instance method Protected Method Set Handler for Events 20110518
18 SET_HTML_HANDLER Instance method Protected Method Sets Handler for HTML Controls 20110518
Events
Class CL_HRPAYDE_SV_PROC_DISPLAYER has no event.
Types
Class CL_HRPAYDE_SV_PROC_DISPLAYER has no local type.
Method Signatures

Method CALC_PROCESS_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROCESS Call by reference Object reference (TYPE REF TO) IF_HRPAYDE_SV_PROCESS Prozess im SV-Meldeverfahren 20110518

Method CALC_PROCESS_DETAIL on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method CALC_PROCESS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_PROCESSES Call by reference Type reference (TYPE) HRPAYDE_SV_T_PROCESSES Tabelle von SV-Meldungsprozessen 20110518

Method CALC_PROCESS_LIST on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20110518
2 Importing IS_PARAM Call by reference Type reference (TYPE) HRDESV_SV_S_PROCESS_PARA Parameter für Anzeige von SV-Prozessen 20110518
3 Importing IT_PROCESSES Call by reference Type reference (TYPE) HRPAYDE_SV_T_PROCESSES Tabelle von SV-Meldungsprozessen 20110518
4 Importing IV_ENDDA Call by reference Type reference (TYPE) ENDDA Endedatum der Abrechnungsperiode 20110906

Method CONSTRUCTOR on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method CREATE_NOTIF_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_NOTIF_GRID Call by reference Object reference (TYPE REF TO) CL_HRPAYDE_SV_ALV_GRID ALV-Grid mit Tree-Model 20110817

Method CREATE_NOTIF_GRID on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method FILL_COMMON_ALV_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_ALV_STRUCTURE Call by reference Type reference (TYPE) ANY Zu füllende Struktur 20110906
2 Importing IV_PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20110906

Method FILL_COMMON_ALV_DATA on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method GET_PROCESS_FROM_ALV_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_PROCESS Call by reference Object reference (TYPE REF TO) IF_HRPAYDE_SV_PROCESS Prozess im SV-Meldeverfahren 20110518
2 Importing LV_ROWINDEX Call by reference Type reference (TYPE) LVC_INDEX ALV-Control: Zeilennummer (Index der internen Tabelle) 20110518

Method GET_PROCESS_FROM_ALV_TABLE on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method GET_REF_TO_TABLE_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA Referenz auf die Zeile der ALV-Tabelle 20110817
2 Importing IV_INDEX Call by reference Type reference (TYPE) LVC_INDEX ALV-Control: Zeilennummer (Index der internen Tabelle) 20110817

Method GET_REF_TO_TABLE_LINE on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method GET_REF_TO_TABLE_LINE_BY_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA Referenz auf die ALV-Tabelle 20110906
2 Importing IO_PROCESS Call by reference Object reference (TYPE REF TO) IF_HRPAYDE_SV_PROCESS Prozess im SV-Meldeverfahren 20110906

Method GET_REF_TO_TABLE_LINE_BY_PROC on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method GET_SACHA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SACHBEARBEITER Call by reference Type reference (TYPE) T526 Sachbearbeiter 20110906
2 Importing IV_PERNR Call by reference Type reference (TYPE) PERNR_D Personalnummer 20110906
# Exception Resumable Description Created on
1 NO_INFOTYPE_0001 Kein Infotyp 0001 vorhanden 20110906

Method HANDLE_BEFORE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20110819

Method HANDLE_BEFORE_USER_COMMAND on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method HANDLE_DOUBLE_CLICK_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20110518
2 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20110518
3 Importing E_ROW Call by reference Attribute reference (LIKE) 20110518

Method HANDLE_DOUBLE_CLICK_PROCESS on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method HANDLE_REFRESH_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EO_NOTIF Call by reference Attribute reference (LIKE) 20110817

Method HANDLE_REFRESH_STATUS on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method HANDLE_SAP_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Attribute reference (LIKE) 20110518
2 Importing FRAME Call by reference Attribute reference (LIKE) 20110518
3 Importing GETDATA Call by reference Attribute reference (LIKE) 20110518
4 Importing POSTDATA Call by reference Attribute reference (LIKE) 20110518
5 Importing QUERY_TABLE Call by reference Attribute reference (LIKE) 20110518

Method HANDLE_SAP_EVENT on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20110906

Method HANDLE_USER_COMMAND on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method REFRESH_ALV_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_ALV_DATA Call by reference Type reference (TYPE) ANY Tabellenzeile der ALV-Datentabelle 20110817
2 Importing IO_PROCESS Call by reference Object reference (TYPE REF TO) IF_HRPAYDE_SV_PROCESS Prozess im SV-Meldeverfahren 20110817

Method REFRESH_ALV_DATA on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method SET_ALV_DATA Signature

Method SET_ALV_DATA on class CL_HRPAYDE_SV_PROC_DISPLAYER has no parameter.
Method SET_ALV_DATA on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method SET_HANDLER_FOR_EVENTS Signature

Method SET_HANDLER_FOR_EVENTS on class CL_HRPAYDE_SV_PROC_DISPLAYER has no parameter.
Method SET_HANDLER_FOR_EVENTS on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.

Method SET_HTML_HANDLER Signature

Method SET_HTML_HANDLER on class CL_HRPAYDE_SV_PROC_DISPLAYER has no parameter.
Method SET_HTML_HANDLER on class CL_HRPAYDE_SV_PROC_DISPLAYER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in