SAP ABAP Class /TDAG/CPCL_UA_EXP_VIEW_CTRL (CP: View controller for use and exposure in use assessment)
Hierarchy
TDAGBCA (Software Component) TechniData Basic Components
   EHS (Application Component) Environment, Health and Safety
     /TDAG/CP (Package) Compliance for products
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /TDAG/CPCL_REACH_USE_VIEW_CTRL CP: View controller for REACH use data 20100620
Properties
Class /TDAG/CPCL_UA_EXP_VIEW_CTRL  
Short Description CP: View controller for use and exposure in use assessment    
Super Class /TDAG/CPCL_REACH_USE_VIEW_CTRL CP: View controller for REACH use data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /TDAG/CP   Compliance for products 
Created 20100620   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no forward declaration.
Interfaces
Class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no interface implemented.
Friends
Class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_USE_DATA_EXP Instance attribute Protected Object reference (TYPE REF TO) /TDAG/CPCL_UA_EXP_DATA Reference to EXP data class 20100902
2 M_LINKGROUP_ICON_WITH_TEXT Static Attribute Protected Type reference (TYPE) STRING Link Group icon with text 20100817
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_LINK_GROUP_ICONS Instance method Public Method Delete all Link Group icons 20100816
2 GET_IOTAB_ALL Instance method Public Method Get all current view data 20101020
3 GET_IOTAB_ROW Instance method Public Method Get current view data to given RowNo 20101021
4 GET_LINK_RECNVA Instance method Public Method Get RowNo of Use and Exposure use to given RECNVA 20100902
5 GET_LINK_ROWNO Instance method Public Method Get Use and Exposure RECNVA to given RowNo 20100902
6 GET_ROWNO Instance method Public Method Get current RowNo of Use API entry (needed if new entry) 20101110
7 GET_SELECTION Instance method Public Method Get current ALV selection 20100902
8 SET_LINK_GROUP_ICONS Instance method Public Method Set Link Group icons 20100816
9 SET_SELECTION Instance method Public Method Set current ALV selection 20100902
10 SET_SELECTION_LINKGROUP Instance method Public Method Set current ALV selection to Link Group entries 20100910
11 SORT_LINK_GROUP Instance method Public Method Sort ALV content according to Link Group column 20100908
Events
Class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no event.
Types
Class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no local type.
Method Signatures

Method DELETE_LINK_GROUP_ICONS Signature

Method DELETE_LINK_GROUP_ICONS on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no parameter.
Method DELETE_LINK_GROUP_ICONS on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method GET_IOTAB_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IOTAB Call by reference Type reference (TYPE) /TDAG/CPY_ALV03 Current view property data 20101020

Method GET_IOTAB_ALL on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method GET_IOTAB_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IOTAB Call by reference Type reference (TYPE) /TDAG/CPY_ALV03 Current view property data 20101021
2 Importing IT_ROWNUMBER Call by reference Type reference (TYPE) /TDAG/CPY_ROWNUMBER Table of Row Numbers 20101021

Method GET_IOTAB_ROW on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method GET_LINK_RECNVA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROWNUMBER Call by reference Type reference (TYPE) /TDAG/CPY_ROWNUMBER Table of Row Numbers 20100903
2 Importing IT_LINKTOUSE Call by reference Type reference (TYPE) /TDAG/CPY_LINKTOUSE Table of Use and Exposure RECNVA 20100902

Method GET_LINK_RECNVA on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method GET_LINK_ROWNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LINKTOUSE Call by reference Type reference (TYPE) /TDAG/CPY_LINKTOUSE Table of Use and Exposure RECNVA 20100902
2 Importing IT_ROWNUMBER Call by reference Type reference (TYPE) /TDAG/CPY_ROWNUMBER Table of Row Numbers 20100902

Method GET_LINK_ROWNO on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method GET_ROWNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROWNO Call by reference Type reference (TYPE) /TDAG/CPY_ROWNUMBER According current row numbers 20101110
2 Importing IT_USEAPI Call by reference Type reference (TYPE) /TDAG/CPY_USEAPI Use API entries 20101110

Method GET_ROWNO on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROWNUMBER Call by reference Type reference (TYPE) /TDAG/CPY_ROWNUMBER Table of Row Numbers 20100902
# Exception Resumable Description Created on
1 NO_ROW_SELECTED No row is selected 20100902

Method SET_LINK_GROUP_ICONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROWNUMBER Call by reference Type reference (TYPE) /TDAG/CPY_ROWNUMBER Table of Row Numbers 20100816

Method SET_LINK_GROUP_ICONS on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROWNUMBER Call by reference Type reference (TYPE) /TDAG/CPY_ROWNUMBER Table of Row Numbers 20100902

Method SET_SELECTION on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method SET_SELECTION_LINKGROUP Signature

Method SET_SELECTION_LINKGROUP on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no parameter.
Method SET_SELECTION_LINKGROUP on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.

Method SORT_LINK_GROUP Signature

Method SORT_LINK_GROUP on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no parameter.
Method SORT_LINK_GROUP on class /TDAG/CPCL_UA_EXP_VIEW_CTRL has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200_600