SAP ABAP Class CL_CFX_OBJECT_HISTORY_UI (UI Methdos for Object History)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_UI (Package) Collaboration Folders: User Interface
Properties
Class CL_CFX_OBJECT_HISTORY_UI  
Short Description UI Methdos for Object History    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_UI   Collaboration Folders: User Interface 
Created 20030203   SAP 
Last change 20141109    
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)
Interfaces
Class CL_CFX_OBJECT_HISTORY_UI has no interface implemented.
Friends
Class CL_CFX_OBJECT_HISTORY_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SC_CALL_HISTORY_EVT Constant Public Type reference (TYPE) STRING 'sccallhistoryevt' HTML Event ID 20030203
2 SC_CALL_HISTORY_EVT_UC Constant Public Type reference (TYPE) STRING 'SCCALLHISTORYEVT' HTML Event ID 20031028
Methods
# Method Level Visibility Method type Description Created on
1 ALLOWED_TO_SEE_USERGROUP Static method Public Method Check Authorization 20031028
2 GET_ACTION_DISPLAY_UI Static method Public Method Get List with Actions 20030213
3 GET_ACTION_TABLE Static method Protected Method Get UI Table 20030325
4 GET_AUTH_ACTION_TABLE Static method Protected Method Get UI Table 20031105
5 GET_BUTTON_FOR_OBJECT_HISTORY Static method Public Method Button with Event for Navigating to Object History 20030203
6 GET_BUTTON_FOR_USRGRP_HISTORY Static method Public Method Button with Event for Navigating to Object History 20031028
7 GET_DOC_TYPE_INFOS Static method Protected Method Type Infos 20030227
8 GET_TEXT_FOR_ACTION Static method Protected Method Get UI Text 20030220
9 GET_TEXT_FOR_ACTIVITY Static method Public Method Returns Name of Activities, such as Writing 20031105
10 GET_TEXT_FOR_AUTH_ACTION Static method Protected Method Get UI Text 20031104
11 GET_TEXT_FOR_USRGRP_ACTION Static method Protected Method Get UI Text 20031027
12 GET_URL_FOR_OBJECT_HISTORY Static method Public Method URL for Display Page of Object History 20030203
13 GET_USRGRP_ACTION_DISPLAY_UI Static method Public Method Get List with Actions 20031027
14 GET_USRGRP_ACTION_TABLE Static method Protected Method Get UI Table 20031027
15 HANDLE_CALL_HISTORY_EVENT Static method Public Method React to HTML Event 20030203
16 REPLACE_USER_NAME Static method Protected Method Replaces the User Names 20041119
Events
Class CL_CFX_OBJECT_HISTORY_UI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_LS_UI_ACTION Protected See coding 20030220 BEGIN OF t_ls_ui_action, action_text TYPE string, action_icon TYPE string, user_name TYPE string, user_onclick TYPE string, user_tt TYPE string, action_date TYPE string, value_text TYPE string, value_url TYPE string, value_tt TYPE string, value_onclick TYPE string, END OF t_ls_ui_action
Method Signatures

Method ALLOWED_TO_SEE_USERGROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Zugriff auf das Objekt erlaubt? 20031028
2 Exporting E_OBJ_EXISTS Call by reference Type reference (TYPE) ABAP_BOOL Objekt existiert? 20031029
3 Importing I_USERGROUP_ID Call by reference Type reference (TYPE) GUID_16 GUID im 'RAW' Format 20031028
4 Importing I_USERID Call by reference Type reference (TYPE) CFX_USERID SY-UNAME User Id 20031028

Method ALLOWED_TO_SEE_USERGROUP on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_ACTION_DISPLAY_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_AUTH_TABLE Call by reference Object reference (TYPE REF TO) CL_CFX_UI_TABLE CFX: Datenobjekt für Tabellendarstellung 20031104
2 Exporting EP_BORDER Call by reference Object reference (TYPE REF TO) CL_CFX_BORDER_DATA Hält die HTML-Daten zur Erzeugung der CFX-Rahmen 20030226
3 Exporting EP_TABLE Call by reference Object reference (TYPE REF TO) CL_CFX_UI_TABLE CFX: Datenobjekt für Tabellendarstellung 20030213
4 Exporting ES_OBJ_AUTH_HINT Call by reference Type reference (TYPE) CFX_TS_TEXTVIEW structure for ui object textview 20030324
5 Exporting ES_OBJ_HINT Call by reference Type reference (TYPE) CFX_TS_TEXTVIEW structure for ui object textview 20030226
6 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20030226
7 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20030226
8 Importing I_MSG_ID Call by reference Type reference (TYPE) STRING 20030226
9 Importing I_MSG_TXT Call by reference Type reference (TYPE) STRING 20030226
10 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) CFX_T_OBJECT_TYPE Objekttyp 20031014
11 Importing I_OBJ_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20030220
12 Importing I_ROLE Call by reference Type reference (TYPE) STRING 20030226

Method GET_ACTION_DISPLAY_UI on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_ACTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIONS Call by reference Type reference (TYPE) CFX_TT_HISTORY_ACTIONS Liste mit historischen Objekt-Ereignissen 20030325
2 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING GUID im 'CHAR' Format in Großschreibung 20030325
3 Importing I_COL_ID Call by reference Type reference (TYPE) STRING GUID im 'CHAR' Format in Großschreibung 20030325
4 Returning RP_TABLE Value transfer Object reference (TYPE REF TO) CL_CFX_UI_TABLE CFX: Datenobjekt für Tabellendarstellung 20030325

Method GET_ACTION_TABLE on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_AUTH_ACTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIONS Call by reference Type reference (TYPE) CFX_TT_HISTORY_AUTH_ACTIONS Liste mit historischen Objekt-Ereignissen 20031105
2 Returning RP_TABLE Value transfer Object reference (TYPE REF TO) CL_CFX_UI_TABLE CFX: Datenobjekt für Tabellendarstellung 20031105

Method GET_AUTH_ACTION_TABLE on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_BUTTON_FOR_OBJECT_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_COMMON Call by reference Object reference (TYPE REF TO) IF_CFX_COMMON Gemeinsame Schnittstelle aller Objekte 20030203
2 Returning RS_BUTTON Value transfer Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20030203

Method GET_BUTTON_FOR_OBJECT_HISTORY on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_BUTTON_FOR_USRGRP_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USERGROUP_ID Call by reference Type reference (TYPE) STRING Gemeinsame Schnittstelle aller Objekte 20031028
2 Returning RS_BUTTON Value transfer Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20031028

Method GET_BUTTON_FOR_USRGRP_HISTORY on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_DOC_TYPE_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BASE_TYPE_NAME Call by reference Type reference (TYPE) STRING 20030227
2 Exporting E_REAL_TYPE_NAME Call by reference Type reference (TYPE) STRING 20030227
3 Importing I_CLASSIC_OBJ_TYPE Call by reference Type reference (TYPE) CFX_T_OBJECT_TYPE Objekttyp 20030227
4 Importing I_INT_DESC_ID Call by reference Type reference (TYPE) CFX_ID Id des Objektes 20030227

Method GET_DOC_TYPE_INFOS on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_TEXT_FOR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALUES Value transfer Type reference (TYPE) T_LS_UI_ACTION 20030220
2 Importing IS_ACTION Call by reference Type reference (TYPE) CFX_HISTORY CFX: Daten zu Objekthistorie 20030220
3 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20030226
4 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20030226

Method GET_TEXT_FOR_ACTION on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_TEXT_FOR_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Call by reference Type reference (TYPE) ACO_ACTVT Aktivitiät für Berechtigungsprüfung 20031105
2 Returning RT_TEXT Value transfer Type reference (TYPE) STRING 20031105

Method GET_TEXT_FOR_ACTIVITY on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_TEXT_FOR_AUTH_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALUES Value transfer Type reference (TYPE) T_LS_UI_ACTION 20031104
2 Importing IS_ACTION Call by reference Type reference (TYPE) CFX_HIST_AUTH CFX: Daten zu Objekthistorie 20031104

Method GET_TEXT_FOR_AUTH_ACTION on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_TEXT_FOR_USRGRP_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VALUES Value transfer Type reference (TYPE) T_LS_UI_ACTION 20031027
2 Importing IS_ACTION Call by reference Type reference (TYPE) CFX_HIST_USERGRP CFX: Daten zu Objekthistorie 20031027

Method GET_TEXT_FOR_USRGRP_ACTION on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_URL_FOR_OBJECT_HISTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20030214
2 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20030203
3 Importing I_MSG_ID Call by reference Type reference (TYPE) STRING 20030213
4 Importing I_MSG_TXT Call by reference Type reference (TYPE) STRING 20030213
5 Importing I_OBJ_ID Call by reference Type reference (TYPE) STRING 20030213
6 Importing I_PAGENAME Call by reference Type reference (TYPE) CFX_BSPPAGE Name einer BSP-Seite 20030203
7 Returning R_URL Value transfer Type reference (TYPE) STRING 20030203

Method GET_URL_FOR_OBJECT_HISTORY on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_USRGRP_ACTION_DISPLAY_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_AUTH_TABLE Call by reference Object reference (TYPE REF TO) CL_CFX_UI_TABLE CFX: Datenobjekt für Tabellendarstellung 20031104
2 Exporting EP_BORDER Call by reference Object reference (TYPE REF TO) CL_CFX_BORDER_DATA Hält die HTML-Daten zur Erzeugung der CFX-Rahmen 20031027
3 Exporting EP_TABLE Call by reference Object reference (TYPE REF TO) CL_CFX_UI_TABLE CFX: Datenobjekt für Tabellendarstellung 20031027
4 Exporting ES_OBJ_AUTH_HINT Call by reference Type reference (TYPE) CFX_TS_TEXTVIEW structure for ui object textview 20031027
5 Exporting ES_OBJ_HINT Call by reference Type reference (TYPE) CFX_TS_TEXTVIEW structure for ui object textview 20031027
6 Importing I_MSG_ID Call by reference Type reference (TYPE) STRING 20031027
7 Importing I_MSG_TXT Call by reference Type reference (TYPE) STRING 20031027
8 Importing I_OBJ_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20031027

Method GET_USRGRP_ACTION_DISPLAY_UI on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method GET_USRGRP_ACTION_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIONS Call by reference Type reference (TYPE) CFX_TT_HISTORY_USRGRP_ACTIONS Liste mit historischen Objekt-Ereignissen 20031027
2 Returning RP_TABLE Value transfer Object reference (TYPE REF TO) CL_CFX_UI_TABLE CFX: Datenobjekt für Tabellendarstellung 20031027

Method GET_USRGRP_ACTION_TABLE on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method HANDLE_CALL_HISTORY_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_NAVIGATION Call by reference Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20030203
2 Importing I_AREA_ID Call by reference Type reference (TYPE) STRING 20030214
3 Importing I_COL_ID Call by reference Type reference (TYPE) STRING 20030203
4 Importing I_MSG_ID Call by reference Type reference (TYPE) STRING 20030203
5 Importing I_MSG_TXT Call by reference Type reference (TYPE) STRING 20030203
6 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) CFX_T_OBJECT_TYPE Werte aus Typ CFXF1 / CFXf2 20031014
7 Importing I_OBJ_ID Call by reference Type reference (TYPE) STRING 20030213
8 Importing I_PAGENAME Call by reference Type reference (TYPE) CFX_BSPPAGE Name einer BSP-Seite 20030203

Method HANDLE_CALL_HISTORY_EVENT on class CL_CFX_OBJECT_HISTORY_UI has no exception.

Method REPLACE_USER_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ACTIONS Call by reference Type reference (TYPE) CFX_TT_HISTORY_ACTIONS Liste mit historischen Objekt-Ereignissen 20041119
2 Changing CT_ACTIONS_USERGRP Call by reference Type reference (TYPE) CFX_TT_HISTORY_USRGRP_ACTIONS Tabellentyp für Historienevents 20041119
3 Changing CT_AUTH_ACTIONS Call by reference Type reference (TYPE) CFX_TT_HISTORY_AUTH_ACTIONS Liste der Historieneinträge für Berechtigungsänderungen 20041119

Method REPLACE_USER_NAME on class CL_CFX_OBJECT_HISTORY_UI has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200