SAP ABAP Class CL_HRPAYFR_CRE_POPUP (ALV class for manual integration of CRE)
Hierarchy
SAP_HRCFR (Software Component) Sub component SAP_HRCFR of SAP_HR
   PY-FR (Application Component) France
     PC06 (Package) HR Payroll: France
Properties
Class CL_HRPAYFR_CRE_POPUP  
Short Description ALV class for manual integration of CRE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PC06   HR Payroll: France 
Created 20121011   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 PFRDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_HRPAYFR_CRE_POPUP has no interface implemented.
Friends
Class CL_HRPAYFR_CRE_POPUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ALV_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID 20121018
2 MO_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER 20121018
3 MO_SH_PROXY Instance attribute Protected Object reference (TYPE REF TO) CL_HRPAYFR_N4DS_SH_PROXY N4DS - Status Handler Proxy class 20121018
4 MT_ALV_DATA Instance attribute Protected Type reference (TYPE) P06_CRE_ALV_POPUP_TAB Table type for CRE structure popup 20121018
5 MT_DOC_HISTORY_SOURCE Instance attribute Protected Type reference (TYPE) HR99S_TAB_DOCUMENTS_HISTORY Document history table 20121018
Methods
# Method Level Visibility Method type Description Created on
1 ALV_SET_FIELDCAT Instance method Protected Method Set field catalog for ALV display 20121018
2 APPLY_STATUS Instance method Public Method Apply a given status to all selected entries 20121018
3 CHECK_DATA Instance method Public Method Check data validity 20121018
4 CONSTRUCTOR Instance method Public Constructor Constructor 20121018
5 DISPLAY_DECLARATIONS Instance method Public Method Display declarations 20121018
6 GET_DATA Instance method Public Method Get data 20121018
7 GET_DECLARATIONS Instance method Public Method Get declarations 20121018
8 GET_TEXT Instance method Protected Method Get text 20121018
9 ON_DATA_CHANGED Instance method Public Event handling method On data change event 20121018
10 RESET_DATA Instance method Public Method Reset data 20121018
11 SET_VISIBLE Instance method Public Method Set ALV grid visible 20121018
Events
Class CL_HRPAYFR_CRE_POPUP has no event.
Types
Class CL_HRPAYFR_CRE_POPUP has no local type.
Method Signatures

Method ALV_SET_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDCAT Call by reference Type reference (TYPE) LVC_T_FCAT Catalog for List Viewer control 20121018
2 Importing IV_STRUCT_NAME Call by reference Type reference (TYPE) TABNAME ALV structure name 20121018

Method ALV_SET_FIELDCAT on class CL_HRPAYFR_CRE_POPUP has no exception.

Method APPLY_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MSG Call by reference Type reference (TYPE) SYMSG Message variable structure 20121018
2 Exporting EV_IS_OK Call by reference Type reference (TYPE) XFELD Action OK 20121018
3 Importing IV_STATS Call by reference Type reference (TYPE) P_99S_STATS SubGro 20121018

Method APPLY_STATUS on class CL_HRPAYFR_CRE_POPUP has no exception.

Method CHECK_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MSG Call by reference Type reference (TYPE) SYMSG Message variable structure 20121018
2 Exporting EV_IS_OK Call by reference Type reference (TYPE) XFELD Check OK or KO? 20121018

Method CHECK_DATA on class CL_HRPAYFR_CRE_POPUP has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_HRPAYFR_CRE_POPUP has no parameter.
Method CONSTRUCTOR on class CL_HRPAYFR_CRE_POPUP has no exception.

Method DISPLAY_DECLARATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL_EVENTS Call by reference Type reference (TYPE) XFELD ABAP_TRUE Checkbox 20121018
2 Importing IV_CONTAINER_NAME Call by reference Type reference (TYPE) TABNAME Container name 20121018
3 Importing IV_STRUCT_NAME Call by reference Type reference (TYPE) TABNAME ALV structure name 20121018

Method DISPLAY_DECLARATIONS on class CL_HRPAYFR_CRE_POPUP has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_DATA Call by reference Type reference (TYPE) P06_CRE_ALV_POPUP_TAB Table type for CRE structure popup 20121018

Method GET_DATA on class CL_HRPAYFR_CRE_POPUP has no exception.

Method GET_DECLARATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DOC_HISTORY Call by reference Type reference (TYPE) HR99S_TAB_DOCUMENTS_HISTORY Document history table 20121018
2 Importing IS_PB2AMGR Call by reference Type reference (TYPE) PB2AMGR HR-B2A: application data 20121018
3 Importing IV_STATS Call by reference Type reference (TYPE) P_99S_STATS SubGro 20121018

Method GET_DECLARATIONS on class CL_HRPAYFR_CRE_POPUP has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_HRPAYFR_CRE_POPUP has no parameter.
Method GET_TEXT on class CL_HRPAYFR_CRE_POPUP has no exception.

Method ON_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_DATA_CHANGED Call by reference Attribute reference (LIKE) 20121018
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20121018
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20121018
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20121018
5 Importing E_UCOMM Call by reference Attribute reference (LIKE) 20121018

Method ON_DATA_CHANGED on class CL_HRPAYFR_CRE_POPUP has no exception.

Method RESET_DATA Signature

Method RESET_DATA on class CL_HRPAYFR_CRE_POPUP has no parameter.
Method RESET_DATA on class CL_HRPAYFR_CRE_POPUP has no exception.

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VISIBLE Call by reference Type reference (TYPE) CHAR1 Visible or not? 20121018

Method SET_VISIBLE on class CL_HRPAYFR_CRE_POPUP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in