SAP ABAP Class CL_PMEVC_UI_TABLE_GRID (UI Table Contents)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-VC (Application Component) Variant Configuration
     PME_VC_EDITION (Package) Modeling Environment for Variant Configuration
Properties
Class CL_PMEVC_UI_TABLE_GRID  
Short Description UI Table Contents    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PME_VC_EDITION   Modeling Environment for Variant Configuration 
Created 20040206   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 CL_PMEVC_ENGINE_VTABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 PMEIF Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PMEVC_UI_TABLE_GRID has no interface implemented.
Friends
Class CL_PMEVC_UI_TABLE_GRID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_STACK_ICON Static Attribute Private Type reference (TYPE) ATWRT Characteristic Value 20120120
2 MC_RFLOAT Constant Private Type reference (TYPE) F '0.0000000000000100' Epsilon 20040310
3 M_APPLICATION Instance attribute Private Object reference (TYPE REF TO) CL_PMEVC_APPLICATION Event Handler for PME VC UI 20040218
4 M_CHANGEABLE Instance attribute Private Type reference (TYPE) I Changeability 20040218
5 M_CHANGE_BUTTON Instance attribute Private Type reference (TYPE) STB_BUTTON Toolbar Button 20040218
6 M_COLUMNS Instance attribute Private Type reference (TYPE) PMEIF_ENTITY_TAB Columns 20040206
7 M_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20040206
8 M_CONTENT_CHANGED Instance attribute Private Type reference (TYPE) I Change Indicator 20040219
9 M_DISPLAY_VALUE_DESCR Instance attribute Private Type reference (TYPE) I Display value via description 20130419
10 M_ERROR_IN_DATA Instance attribute Private Type reference (TYPE) I Erroneous Data 20040223
11 M_GRID Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20040206
12 M_GRID_CONTENT Instance attribute Private Object reference (TYPE REF TO) DATA Table Contents 20040206
13 M_GRID_RESULT Instance attribute Private Object reference (TYPE REF TO) CL_ALV_CHANGED_DATA_PROTOCOL Message Log for Data Entry 20040206
14 M_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_PMEVC_ENGINE_MODEL Container for VC Objects 20040206
15 M_READY_FOR_INPUT Instance attribute Private Type reference (TYPE) I Input mode 20040206
16 M_STYLE_CHANGED Instance attribute Private Type reference (TYPE) ABAP_BOOL Info: Table style changed 20111129
17 M_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_PMEVC_ENGINE_VTABLE Variant Table 20040206
18 M_TEMP_CONTENT Instance attribute Private Object reference (TYPE REF TO) DATA Temporary table content 20111129
19 M_VISIBLE Instance attribute Private Type reference (TYPE) C Visibility 20040218
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CHANGED_DATA Instance method Public Method Checks if data have changed and processes them 20120611
2 CHECK_CONTENT Instance method Private Method Checks for table content 20111129
3 CONSTRUCTOR Instance method Public Constructor Constructor 20040206
4 FILL_GRID Instance method Private Method Fill ALV Grid Control 20040206
5 GET_STACK_ICON Static method Public Method Get stack icon with tooltip "Multiple Values" 20120120
6 HANDLE_CONTENT_CHANGED Instance method Private Event handling method 20050810
7 HANDLE_DATA_CHANGE Instance method Private Event handling method Hander for DataChanged Event 20040218
8 HANDLE_DATA_CHANGED_FINISHED Instance method Private Event handling method Hander for DataChangedFinished Event 20111129
9 HANDLE_DOUBLE_CLICK Instance method Private Event handling method Handler for double click 20111129
10 HANDLE_STATUS_RELEASED Instance method Private Event handling method 20050810
11 HANDLE_TOOLBAR_SET Instance method Private Event handling method Handler for Toolbar Compilation 20040218
12 HANDLE_USER_COMMAND Instance method Private Event handling method Handler for User Command 20040218
13 HANDLE_VALUE_REQUEST Instance method Private Event handling method Handler for F4 Help Request 20040218
14 HAS_CONTENT_CHANGED_LATELY Instance method Public Method Check for Change to Contents 20040219
15 IS_CHANGEABLE Instance method Private Method Check for Changeability 20040218
16 LOAD_TABLE Instance method Public Method Load Table 20040206
17 NORMALIZE_TABLE Instance method Private Method Normalization("mulitply out") of table when multiple entries 20111129
18 RESET Instance method Public Method 20111124
19 SET_CONTENT_TO_ENGINE Instance method Public Method Transfer Contents to Engine 20040219
20 TRANSFORM_NUMERIC Static method Private Method 20040310
Events
Class CL_PMEVC_UI_TABLE_GRID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_VALUES Public See coding 20111129 tt_values TYPE TABLE OF ty_values WITH KEY atwrt
2 TY_VALUES Public See coding 20111129 BEGIN OF ty_values, atwrt TYPE cawn-atwrt, atwtb TYPE cawnt-atwtb, END OF ty_values
Method Signatures

Method CHECK_CHANGED_DATA Signature

Method CHECK_CHANGED_DATA on class CL_PMEVC_UI_TABLE_GRID has no parameter.
Method CHECK_CHANGED_DATA on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method CHECK_CONTENT Signature

Method CHECK_CONTENT on class CL_PMEVC_UI_TABLE_GRID has no parameter.
Method CHECK_CONTENT on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION Call by reference Object reference (TYPE REF TO) CL_PMEVC_APPLICATION Engine of PME VC Edition 20040218
2 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container fuer Custom Controls in der Dynpro Area 20040206
3 Importing MODEL Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_MODEL Container für VC Objekte 20040206

Method CONSTRUCTOR on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method FILL_GRID Signature

Method FILL_GRID on class CL_PMEVC_UI_TABLE_GRID has no parameter.
Method FILL_GRID on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method GET_STACK_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ICON Value transfer Type reference (TYPE) ATWRT Characteristic Value 20120120

Method GET_STACK_ICON on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HANDLE_CONTENT_CHANGED Signature

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

Method HANDLE_CONTENT_CHANGED on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HANDLE_DATA_CHANGE 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) 20040218
2 Importing E_ONF4 Call by reference Attribute reference (LIKE) 20040218
3 Importing E_ONF4_AFTER Call by reference Attribute reference (LIKE) 20040218
4 Importing E_ONF4_BEFORE Call by reference Attribute reference (LIKE) 20040218

Method HANDLE_DATA_CHANGE on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HANDLE_DATA_CHANGED_FINISHED Signature

Method HANDLE_DATA_CHANGED_FINISHED on class CL_PMEVC_UI_TABLE_GRID has no parameter.
Method HANDLE_DATA_CHANGED_FINISHED on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HANDLE_DOUBLE_CLICK Signature

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

Method HANDLE_DOUBLE_CLICK on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HANDLE_STATUS_RELEASED Signature

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

Method HANDLE_STATUS_RELEASED on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HANDLE_TOOLBAR_SET Signature

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

Method HANDLE_TOOLBAR_SET on class CL_PMEVC_UI_TABLE_GRID 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) 20040218

Method HANDLE_USER_COMMAND on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HANDLE_VALUE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20040218
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20040218
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20040218
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20040218
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20040218
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20040218

Method HANDLE_VALUE_REQUEST on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method HAS_CONTENT_CHANGED_LATELY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HAS_CHANGED Value transfer Type reference (TYPE) I 20040219

Method HAS_CONTENT_CHANGED_LATELY on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method IS_CHANGEABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHANGEABLE Value transfer Type reference (TYPE) I 20040218

Method IS_CHANGEABLE on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method LOAD_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TABLE Call by reference Object reference (TYPE REF TO) CL_PMEVC_ENGINE_VTABLE represents a model tree node 20040206

Method LOAD_TABLE on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method NORMALIZE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INTERNAL_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20111129
2 Importing IV_KEY_FIELDS_ONLY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Normalize only for key fields 20111129
3 Returning RO_TEMP_CONTENT Value transfer Object reference (TYPE REF TO) DATA 20111129

Method NORMALIZE_TABLE on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method RESET Signature

Method RESET on class CL_PMEVC_UI_TABLE_GRID has no parameter.
Method RESET on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method SET_CONTENT_TO_ENGINE Signature

Method SET_CONTENT_TO_ENGINE on class CL_PMEVC_UI_TABLE_GRID has no parameter.
Method SET_CONTENT_TO_ENGINE on class CL_PMEVC_UI_TABLE_GRID has no exception.

Method TRANSFORM_NUMERIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLOAT_VAL_FROM Call by reference Type reference (TYPE) CAWN-ATFLV interner Fließkomma-Wert von 20040310
2 Changing FLOAT_VAL_FROM_HIGH Call by reference Type reference (TYPE) CAWN-ATFLV interner Fließkomma-Wert von 20040310
3 Changing FLOAT_VAL_FROM_LOW Call by reference Type reference (TYPE) CAWN-ATFLV interner Fließkomma-Wert von 20040310
4 Importing FLOAT_VAL_TO Call by reference Type reference (TYPE) CAWN-ATFLB interner Fließkomma-Wert bis 20040310
5 Changing FLOAT_VAL_TO_HIGH Call by reference Type reference (TYPE) CAWN-ATFLB interner Fließkomma-Wert bis 20040310
6 Changing FLOAT_VAL_TO_LOW Call by reference Type reference (TYPE) CAWN-ATFLB interner Fließkomma-Wert von 20040310

Method TRANSFORM_NUMERIC on class CL_PMEVC_UI_TABLE_GRID has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 500