SAP ABAP Class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT (Class for BAdI Impl: PLMN_UI_EI_GIS_FRW_EVT_EXT)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     PLMN_UI_GIS_EHP5_SFWS (Package) Switched package for GIS
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20090226
Properties
Class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT  
Short Description Class for BAdI Impl: PLMN_UI_EI_GIS_FRW_EVT_EXT    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PLMN_UI_GIS_EHP5_SFWS   Switched package for GIS 
Created 20090226   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20090226
Friends
Class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IDR Static Attribute Protected Object reference (TYPE REF TO) IF_FPM_IDR 20090227
2 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20090227
3 MO_PLMN_GIS_ASSIST Instance attribute Protected Object reference (TYPE REF TO) CL_PLMN_GIS_ASSIST GIS WDC assistance class 20090402
4 MS_EQ_BASIC_DATA Instance attribute Private Type reference (TYPE) EAMS_S_SP_EQUI_BASIC_DATA Business Object Equipment Basic Data 20090227
5 MS_EQ_HEADER Instance attribute Private Type reference (TYPE) EAMS_S_SP_EQUI_HEADER Business Object Equipment - Header Data 20090227
6 MS_EQ_ID Instance attribute Private Type reference (TYPE) EAMS_S_SP_EQUI_ID Business Object Equipment - Identification 20090227
7 MS_FL_BASIC_DATA Instance attribute Private Type reference (TYPE) EAMS_S_SP_FL_BASIC_DATA Business Object Function Location Basic Data 20090227
8 MS_FL_HEADER Instance attribute Private Type reference (TYPE) EAMS_S_SP_FL_HEADER Business Object Functional Location - Header Data 20090227
9 MS_FL_ID Instance attribute Private Type reference (TYPE) EAMS_S_SP_FL_ID Business Object Functional Location - Identification 20090227
10 MT_GLOC_DATA_RELATED Instance attribute Private Type reference (TYPE) PLMN_T_SP_GLOC Table type: Geloc data for related objects 20090408
11 MT_GLOC_DATA_SELECTED Instance attribute Private Type reference (TYPE) PLMN_T_SP_GLOC Table type: Geloc data 20090408
12 MV_OTYPE Instance attribute Private Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20090227
Methods
# Method Level Visibility Method type Description Created on
1 AUTH_CHECK_GROUP Instance method Public Method Check the authorization at group level 20090428
2 AUTH_CHECK_TRAN Instance method Public Method Check the authorization for transactions 20090427
3 CONSTRUCTOR Instance method Public Constructor Constructor 20090227
4 CREATE_AUTH_PARAM Instance method Public Method Create the authorization parameter 20090427
5 GET_GLOC_DATA_RELATED Instance method Public Method Set the geoloc data for related objects 20090408
6 GET_GLOC_DATA_SELECTED Instance method Public Method Get the geoloc data 20090408
7 PREPARE_GLOC_DATA_RELATED_OBJ Instance method Private Method Get the object specific details for the related object 20090402
8 PREPARE_GLOC_DATA_SELECTED_OBJ Instance method Private Method Get the object specific details for the selected object 20090402
9 REGISTER_START_PARAMS Instance method Public Method Set object to session 20090227
10 RETRIEVE_BASIC_DATA Instance method Private Method 20090306
11 RETRIEVE_HEADER Instance method Private Method 20090306
12 SET_CNR Instance method Private Method Set the GIS CNR 20090227
13 SET_GLOC_DATA_RELATED Instance method Public Method Set the geoloc data for related objects 20090408
14 SET_GLOC_DATA_SELECTED Instance method Public Method Get the geoloc data 20090408
15 SET_IDR_GIS Instance method Private Method Set the GIS IDR 20090305
16 S_GET_INSTANCE Static method Public Method Get the single instance of the class 20090408
Events
Class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no event.
Types
Class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no local type.
Method Signatures

Method AUTH_CHECK_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AUTH_FLG Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090428
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090428
3 Importing IV_OBJ_NO Call by reference Type reference (TYPE) EAMS_TEC_OBJ Technical Object Number 20090428
4 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) /PLMB/SPI_ABBID Application Building Block ID 20090428

Method AUTH_CHECK_GROUP on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method AUTH_CHECK_TRAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AUTH_FLG Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090427
2 Exporting EV_FAILED Call by reference Type reference (TYPE) /PLMB/SPI_FAILED_IND Failed Indicator 20090427
3 Importing IV_OBJ_NO Call by reference Type reference (TYPE) EAMS_TEC_OBJ Technical Object Number 20090427
4 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) /PLMB/SPI_ABBID Building block id 20090427
5 Importing IV_TRANTYP Call by reference Type reference (TYPE) FPM_EVENT_PARAM Transaction type I/C/D 20090427

Method AUTH_CHECK_TRAN on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method CONSTRUCTOR Signature

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

Method CREATE_AUTH_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_R3_TRAN Call by reference Type reference (TYPE) AUTHB-TCD Transaction Code 20090427
2 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20090427
3 Importing IV_TRAN_TYPE Call by reference Type reference (TYPE) FPM_EVENT_PARAM Parameter name for FPM Event 20090427

Method CREATE_AUTH_PARAM on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method GET_GLOC_DATA_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GLOC_DATA_RELATED Call by reference Type reference (TYPE) PLMN_T_SP_GLOC Geoloc data table for related objects 20090408

Method GET_GLOC_DATA_RELATED on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method GET_GLOC_DATA_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_GLOC_DATA_SELECTED Call by reference Type reference (TYPE) PLMN_T_SP_GLOC Geoloc data table 20090408

Method GET_GLOC_DATA_SELECTED on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method PREPARE_GLOC_DATA_RELATED_OBJ Signature

Method PREPARE_GLOC_DATA_RELATED_OBJ on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no parameter.
Method PREPARE_GLOC_DATA_RELATED_OBJ on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method PREPARE_GLOC_DATA_SELECTED_OBJ Signature

Method PREPARE_GLOC_DATA_SELECTED_OBJ on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no parameter.
Method PREPARE_GLOC_DATA_SELECTED_OBJ on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method REGISTER_START_PARAMS Signature

Method REGISTER_START_PARAMS on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no parameter.
Method REGISTER_START_PARAMS on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method RETRIEVE_BASIC_DATA Signature

Method RETRIEVE_BASIC_DATA on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no parameter.
Method RETRIEVE_BASIC_DATA on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method RETRIEVE_HEADER Signature

Method RETRIEVE_HEADER on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no parameter.
Method RETRIEVE_HEADER on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method SET_CNR Signature

Method SET_CNR on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no parameter.
Method SET_CNR on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method SET_GLOC_DATA_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GLOC_DATA_RELATED Call by reference Type reference (TYPE) PLMN_T_SP_GLOC Geoloc data table for related objects 20090409

Method SET_GLOC_DATA_RELATED on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method SET_GLOC_DATA_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GLOC_DATA Call by reference Type reference (TYPE) PLMN_T_SP_GLOC Geoloc data table 20090408

Method SET_GLOC_DATA_SELECTED on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method SET_IDR_GIS Signature

Method SET_IDR_GIS on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no parameter.
Method SET_IDR_GIS on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.

Method S_GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_PLMN_UI_EI_GIS_FRW_EVT_EXT Class for BAdI Impl: PLMN_UI_EI_GIS_FRW_EVT_EXT 20090408

Method S_GET_INSTANCE on class CL_PLMN_UI_EI_GIS_FRW_EVT_EXT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605