SAP ABAP Class CL_WER_METHOD_CALL_VIEW (Method call view)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-MD-MM (Application Component) Material Master
     WER_UI (Package) User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_ASSIGNABLE_ELEMENT_VIEW Rule element view 20061109
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WER_ACTION_MC_VIEW Method call action view 20060731
2 Inheritance (c INHERITING FROM c_ref)  CL_WER_EXP_MC_VIEW Method call expression view 20060731
Properties
Class CL_WER_METHOD_CALL_VIEW  
Short Description Method call view    
Super Class CL_WER_ASSIGNABLE_ELEMENT_VIEW Rule element view 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WER_UI   User Interface 
Created 20060731   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WER_METHOD_CALL_VIEW has no forward declaration.
Interfaces
Class CL_WER_METHOD_CALL_VIEW has no interface implemented.
Friends
Class CL_WER_METHOD_CALL_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_COL_EXPOSURE_WIDTH Constant Public Type reference (TYPE) I 5 Width of optional column 20060731
2 C_COL_OPTIONAL_WIDTH Constant Public Type reference (TYPE) I 10 Width of optional column 20060731
3 C_FIELD_ASSIGN Constant Public Type reference (TYPE) LVC_FNAME 'ASSIGN' Parameter assignment icon field 20060919
4 C_FIELD_ASSIGNMENT_STATUS Constant Public Type reference (TYPE) LVC_FNAME 'ASSIGNMENT_STATUS' Parameter assignment status field 20061002
5 C_FIELD_DESCRIPTION Constant Public Type reference (TYPE) LVC_FNAME 'DESCRIPTION' Parameter description field 20060805
6 C_FIELD_DETAIL Constant Public Type reference (TYPE) LVC_FNAME 'DETAIL' Parameter assignment detail icon field 20060919
7 C_FIELD_ID Constant Public Type reference (TYPE) LVC_FNAME 'ID' Parameter Id field 20060805
8 C_FIELD_INIT_VALUE Constant Public Type reference (TYPE) LVC_FNAME 'INIT_VALUE' Parameter initial value field 20060812
9 C_FIELD_OPTIONAL Constant Public Type reference (TYPE) LVC_FNAME 'OPTIONAL' Optional flag field name 20060731
10 C_FIELD_PARAMETER_NAME Constant Public Type reference (TYPE) LVC_FNAME 'PARAMETER_NAME' Parameter name field 20061010
11 C_FIELD_PARDECL Constant Public Type reference (TYPE) LVC_FNAME 'PARDECL' Paramater type field name 20060827
12 C_FIELD_TYPE Constant Public Type reference (TYPE) LVC_FNAME 'TYPE' parameter type field 20060731
13 C_FIELD_VALUE_NAME Constant Public Type reference (TYPE) LVC_FNAME 'VALUE_NAME' Parameter assignmed value 20061010
14 C_GRID_STRUCTURE Constant Public Type reference (TYPE) LVC_RTNAME 'WER_UI_CL_METHOD_PARAM_STY' ALV control: Reference table name for internal table field 20060731
15 MR_METHOD_CALL Instance attribute Protected Object reference (TYPE REF TO) IF_WER_METHOD_CALL Method call with no signature restriction 20060803
16 MR_PARAMETER_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060731
17 MT_PARAMETERS Instance attribute Protected Type reference (TYPE) WER_UI_CL_METHOD_PARAM_TTY List of class method parameters 20060731
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_PARAMETER_GRID Instance method Protected Method Create method parameter grid 20060731
2 GET_FIELDCATALOG Instance method Protected Method Returns the grid field catalog (edit or display) 20060731
3 GET_METHOD Instance method Public Method Returns the class and method (name and description) 20060810
4 GET_PARAMETER_GRID_VARIANT Instance method Protected Method Returns the variant for the parameter grid 20070109
5 GET_TOOLBAR_EXCLUDING Instance method Public Method Returns the list of excluding functions 20060731
6 HANDLE_ASSIGNMENT Instance method Protected Method Handle assignment event 20060919
7 HANDLE_DETAIL Instance method Protected Method Handle detail event 20060919
8 INIT_UI_COMPONENTS Instance method Public Method Initialize UI components 20060731
9 LINK_FIELDS_TO_ATTRIBUTES Instance method Public Method Links the fields supplied to the attributes 20061020
10 LOAD_ASSIGNMENTS Instance method Protected Method Load method call assignment data 20061010
11 LOAD_PARAMETERS Instance method Protected Method Load the method call parameters 20060801
12 ON_HOTSPOT_CLICK Instance method Protected Event handling method On hotstpot click event 20060919
13 REFRESH_DISPLAY Instance method Protected Method Refresh clause and selection grid 20060829
14 SET_METHOD Instance method Public Method Sets the method for the method call 20060731
15 UPDATE_ELEMENT Instance method Protected Method Update the method call element data 20070109
16 UPDATE_FIELDCATALOG Instance method Protected Method Update the frontend field catalog 20061010
17 UPDATE_PARAMETER_ASSIGNMENT Instance method Protected Method Update the assignment detail of a parameter 20061010
18 UPDATE_VARIANT Instance method Protected Method Update the parameter grid variant 20070109
Events
Class CL_WER_METHOD_CALL_VIEW has no event.
Types
Class CL_WER_METHOD_CALL_VIEW has no local type.
Method Signatures

Method CREATE_PARAMETER_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20060731

Method CREATE_PARAMETER_GRID on class CL_WER_METHOD_CALL_VIEW has no exception.

Method GET_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FCAT Value transfer Object reference (TYPE REF TO) LVC_T_FCAT Field Catalog for List Viewer Control 20060814

Method GET_FIELDCATALOG on class CL_WER_METHOD_CALL_VIEW has no exception.

Method GET_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Class Name 20060810
2 Exporting E_METHOD Call by reference Type reference (TYPE) SEOCPDNAME Method component name 20060810

Method GET_METHOD on class CL_WER_METHOD_CALL_VIEW has no exception.

Method GET_PARAMETER_GRID_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_VARIANT Value transfer Type reference (TYPE) DISVARIANT Layout (External Use) 20070109

Method GET_PARAMETER_GRID_VARIANT on class CL_WER_METHOD_CALL_VIEW has no exception.

Method GET_TOOLBAR_EXCLUDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TOOLBAR_EXCLUDING Value transfer Object reference (TYPE REF TO) UI_FUNCTIONS Function Code Table 20060814

Method GET_TOOLBAR_EXCLUDING on class CL_WER_METHOD_CALL_VIEW has no exception.

Method HANDLE_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) WER_PARAMETER_ID Parameter id 20061108

Method HANDLE_ASSIGNMENT on class CL_WER_METHOD_CALL_VIEW has no exception.

Method HANDLE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) WER_PARAMETER_ID Parameter id 20061108

Method HANDLE_DETAIL on class CL_WER_METHOD_CALL_VIEW has no exception.

Method INIT_UI_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER Value transfer Type reference (TYPE) C Parent container 20060731

Method INIT_UI_COMPONENTS on class CL_WER_METHOD_CALL_VIEW has no exception.

Method LINK_FIELDS_TO_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASSNAME Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20061020
2 Importing I_METHODNAME Call by reference Type reference (TYPE) WER_ATTRIBUTE_NAME Name of an attribute 20061020

Method LINK_FIELDS_TO_ATTRIBUTES on class CL_WER_METHOD_CALL_VIEW has no exception.

Method LOAD_ASSIGNMENTS Signature

Method LOAD_ASSIGNMENTS on class CL_WER_METHOD_CALL_VIEW has no parameter.
Method LOAD_ASSIGNMENTS on class CL_WER_METHOD_CALL_VIEW has no exception.

Method LOAD_PARAMETERS Signature

Method LOAD_PARAMETERS on class CL_WER_METHOD_CALL_VIEW has no parameter.
Method LOAD_PARAMETERS on class CL_WER_METHOD_CALL_VIEW has no exception.

Method ON_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20060919
2 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20060919
3 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20060919

Method ON_HOTSPOT_CLICK on class CL_WER_METHOD_CALL_VIEW has no exception.

Method REFRESH_DISPLAY Signature

Method REFRESH_DISPLAY on class CL_WER_METHOD_CALL_VIEW has no parameter.
Method REFRESH_DISPLAY on class CL_WER_METHOD_CALL_VIEW has no exception.

Method SET_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLASS Call by reference Type reference (TYPE) SEOCLSNAME Class Name 20060731
2 Importing I_METHOD Call by reference Type reference (TYPE) SEOCPDNAME Method component name 20060731
# Exception Resumable Description Created on
1 CX_WER_DATA_INVALID Invalid data supplied 20060731
2 CX_WER_DATA_NOT_FOUND Value does not exist 20060731

Method UPDATE_ELEMENT Signature

Method UPDATE_ELEMENT on class CL_WER_METHOD_CALL_VIEW has no parameter.
Method UPDATE_ELEMENT on class CL_WER_METHOD_CALL_VIEW has no exception.

Method UPDATE_FIELDCATALOG Signature

Method UPDATE_FIELDCATALOG on class CL_WER_METHOD_CALL_VIEW has no parameter.
Method UPDATE_FIELDCATALOG on class CL_WER_METHOD_CALL_VIEW has no exception.

Method UPDATE_PARAMETER_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARAMETER Call by reference Type reference (TYPE) WER_DATA_OBJECT_ID Unique data object identifier (GUID) 20061010

Method UPDATE_PARAMETER_ASSIGNMENT on class CL_WER_METHOD_CALL_VIEW has no exception.

Method UPDATE_VARIANT Signature

Method UPDATE_VARIANT on class CL_WER_METHOD_CALL_VIEW has no parameter.
Method UPDATE_VARIANT on class CL_WER_METHOD_CALL_VIEW has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700