SAP ABAP Class /MRSS/CL_SGU_UI_DATA_LIST_ASGN (/MRSS/CL_SGU_UI_DATA_LIST_ASGN)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/SGU (Package) User Interface for Interactive Planning Board
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /MRSS/CL_SGU_UI_DATA_LIST Window for Data Display 20060322
2 Interface implementation (CLASS c. INTERFACES i_ref)  /MRSS/IF_SGU_ASSIGN_DEL To delete the assingments 20070228
Properties
Class /MRSS/CL_SGU_UI_DATA_LIST_ASGN  
Short Description    
Super Class /MRSS/CL_SGU_UI_DATA_LIST Window for Data Display 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/SGU   User Interface for Interactive Planning Board 
Created 20060322   SAP 
Last change 20141109    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /MRSS/IF_SGU_ASSIGN_DEL To delete the assingments 20070228
Friends
Class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DIS_ASSIGNMENTS Constant Private Type reference (TYPE) CHAR1 '1' 20071114
2 C_DIS_DEPENDENCIES Constant Private Type reference (TYPE) CHAR1 '3' 20071114
3 C_DIS_QUALIFICATIONS Constant Private Type reference (TYPE) CHAR1 '2' 20071114
4 GV_DEMAND_GUID Instance attribute Private Type reference (TYPE) /MRSS/T_GUID 20070403
5 LT_DATA Instance attribute Private Type reference (TYPE) LTY_DATA_TAB 20060322
6 LT_DATA_DEPENDENCIES Instance attribute Private Type reference (TYPE) /MRSS/T_SGU_COMM_DATA_DEP_TAB 20071114
7 LT_DATA_QUALF Instance attribute Private Type reference (TYPE) /MRSS/T_QUALIF_REQ_UI_TAB 20071114
8 LT_REJ_DATA Instance attribute Private Type reference (TYPE) /MRSS/T_SGU_REJ_DATA_LIST_TAB 20080703
9 LV_ALL_TIMES Instance attribute Private Type reference (TYPE) /MRSS/T_BOOLEAN 20071114
10 LV_DISPLAY_MODE Instance attribute Private Type reference (TYPE) CHAR1 20071114
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGNMENT_MARK Instance method Private Method 20060322
2 BUILD_CONTROLS Instance method Private Method 20071114
3 BUILD_FIELDCATALOG_DEP Instance method Private Method 20071114
4 BUILD_REJ_DATA Instance method Protected Method 20080703
5 BUILD_STATUS_DATA Instance method Private Method 20080221
6 BUILD_TABLE_REJ_DATA Instance method Protected Method 20080703
7 CONSTRUCTOR Instance method Public Constructor 20060322
8 CONTROLS_INIT_REJ_DATA Instance method Private Method 20080703
9 DELETE_ASSIGNMENT Instance method Private Method 20070227
10 DISPLAY_REJ_DATA Instance method Public Method 20080703
11 ON_DISPLAY Instance method Private Event handling method 20060323
12 ON_DISPLAY_DATA Instance method Public Event handling method 20071114
13 ON_DISPLAY_REJ_ASG Instance method Private Event handling method 20080703
14 ON_REFR_ASSGN_POPUP Instance method Private Event handling method 20070403
15 ON_REJ_TOOLBAR Instance method Protected Event handling method 20080703
Events
Class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_DATA_TAB Private See coding 20060322
Method Signatures

Method ASSIGNMENT_MARK Signature

Method ASSIGNMENT_MARK on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no parameter.
Method ASSIGNMENT_MARK on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method BUILD_CONTROLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LINECOUNT Call by reference Type reference (TYPE) I 20071114

Method BUILD_CONTROLS on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method BUILD_FIELDCATALOG_DEP 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 Feldkatalog für List Viewer Control 20071114
2 Importing IV_TIMES Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolesche Variable 20071114

Method BUILD_FIELDCATALOG_DEP on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method BUILD_REJ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXIT Call by reference Type reference (TYPE) /MRSS/T_BOOLEAN Boolean Variable 20080703
2 Exporting EV_LINECOUNT Call by reference Type reference (TYPE) I 20080703
3 Importing IS_ADDITIONAL_DATA Call by reference Type reference (TYPE) /MRSS/T_SGU_TEXT_ADDNL_DATA Additional Data 20080703
4 Importing IT_ASSIGNMENT_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20080703
5 Importing IT_DEPENDENCIES Call by reference Type reference (TYPE) /MRSS/T_SGU_COMM_DATA_DEP_TAB Communication Table Dialog Box - Dependencies 20080703
6 Importing IV_ASSIGNMENT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20080703
7 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20080703
8 Importing IV_DEPENDENCIES_ROOT Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20080703
9 Importing IV_TRIGGER Call by reference Type reference (TYPE) /MRSS/T_SGU_BADI_TRIGGER Trigger of the call to BAdI /MRSS/SGE_ASGN_RELAT 20080703

Method BUILD_REJ_DATA on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method BUILD_STATUS_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STATUS_STRING Call by reference Type reference (TYPE) /MRSS/T_SGU_ASSIGNMENT_STAT Einsatzstatus 20080221
2 Importing IT_STATUS Call by reference Type reference (TYPE) /MRSS/T_STATUS_TAB Status eines Bedarfs oder Einsatzes 20080221

Method BUILD_STATUS_DATA on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method BUILD_TABLE_REJ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAYO Call by reference Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20080703
2 Exporting ET_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20080703
3 Exporting ET_TABLE_CONTENT Call by reference Object reference (TYPE REF TO) DATA 20080703
4 Exporting ET_TOOLBAR_EXCLUDING Call by reference Type reference (TYPE) UI_FUNCTIONS Function Code Table 20080703
5 Exporting EV_PROGRAMNAME Call by reference Type reference (TYPE) REPID ABAP Program Name 20080703

Method BUILD_TABLE_REJ_DATA on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no parameter.
Method CONSTRUCTOR on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method CONTROLS_INIT_REJ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LINECOUNT Call by reference Type reference (TYPE) I 20080703

Method CONTROLS_INIT_REJ_DATA on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method DELETE_ASSIGNMENT Signature

Method DELETE_ASSIGNMENT on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no parameter.
Method DELETE_ASSIGNMENT on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method DISPLAY_REJ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ADDITIONAL_DATA Call by reference Type reference (TYPE) /MRSS/T_SGU_TEXT_ADDNL_DATA Additional Data 20080703
2 Importing IT_ASSIGNMENT_GUIDS Call by reference Type reference (TYPE) /MRSS/T_GUID_TAB List of GUIDs 20080703
3 Importing IT_DEPENDENCIES Call by reference Type reference (TYPE) /MRSS/T_SGU_COMM_DATA_DEP_TAB Communication Table Dialog Box - Dependencies 20080703
4 Importing IV_ASSIGNMENT_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20080703
5 Importing IV_DEMAND_GUID Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20080703
6 Importing IV_DEPENDENCIES_ROOT Call by reference Type reference (TYPE) /MRSS/T_GUID GUID 20080703

Method DISPLAY_REJ_DATA on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method ON_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_ASSIGNMENT_GUIDS Value transfer Attribute reference (LIKE) 20060323
2 Importing EV_DEMAND_GUID Call by reference Attribute reference (LIKE) 20070227

Method ON_DISPLAY on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method ON_DISPLAY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_ASSIGNMENT_GUIDS Call by reference Attribute reference (LIKE) 20071114
2 Importing ET_DEPENDENCIES Value transfer Attribute reference (LIKE) 20071114
3 Importing EV_DEMAND_GUID Value transfer Attribute reference (LIKE) 20071114
4 Importing EV_DEPENDENCIES_ROOT Value transfer Attribute reference (LIKE) 20071114

Method ON_DISPLAY_DATA on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method ON_DISPLAY_REJ_ASG Signature

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

Method ON_DISPLAY_REJ_ASG on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method ON_REFR_ASSGN_POPUP Signature

Method ON_REFR_ASSGN_POPUP on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no parameter.
Method ON_REFR_ASSGN_POPUP on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.

Method ON_REJ_TOOLBAR 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) 20080703

Method ON_REJ_TOOLBAR on class /MRSS/CL_SGU_UI_DATA_LIST_ASGN has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 195