SAP ABAP Class CACS_FDT_USAGE_ASSISTANCE (Assistance Class for CACS_WDC_FDT_USAGE)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSBR1 (Package) Business Rules Editor: UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20081222
Properties
Class CACS_FDT_USAGE_ASSISTANCE  
Short Description Assistance Class for CACS_WDC_FDT_USAGE    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CACSBR1   Business Rules Editor: UI 
Created 20081222   SAP 
Last change 20100310   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 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CACS_FDT_USAGE_ASSISTANCE has no interface implemented.
Friends
Class CACS_FDT_USAGE_ASSISTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FILTER_DATA Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090302
2 GO_MESSAGE_MGR Instance attribute Private Object reference (TYPE REF TO) IF_FPM_MESSAGE_MANAGER FPM message manager public use 20090217
3 GO_MSG_MNGR Instance attribute Private Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20090217
4 IS_DIRTY Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20090227
5 MT_DEC_TABLE_DATA Instance attribute Public Type reference (TYPE) CACS_BR_TT_REMDT_FS Business Rule: Table type of the Final Structure 20090226
6 MT_DEC_TABLE_DATA_VAL Instance attribute Public Type reference (TYPE) CACS_BR_TT_VALDT_FS Business Rule: Table Type of the Final Structure 20090303
7 MV_ID Instance attribute Public Type reference (TYPE) IF_FDT_TYPES=>ID GUID of the function to simulate 20090227
8 NONE Static Attribute Public Type reference (TYPE) WDUI_VISIBILITY 01 Web Dynpro: Visibility 20090227
9 VISIBLE Static Attribute Public Type reference (TYPE) WDUI_VISIBILITY 02 Web Dynpro: Visibility 20090227
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_NODE_AND_ATTRIBUTES Instance method Public Method Create node and Attributes Dynamically and Bind Data Also 20090226
2 CREATE_TABLE_FROM_NODE Instance method Public Method Create Table Layout 20090226
3 DO_SERVICE_CALL Instance method Public Method Does the RFC Service Call 20090217
4 FORMAT_TIME Instance method Public Method Format the timestamp 20090317
5 HANDLE_EXCEPTION Instance method Public Method Handle Exception of type BAPIRET2 20090226
6 HANDLE_MESSAGE Instance method Public Method Handle the UI messages 20090217
Events
Class CACS_FDT_USAGE_ASSISTANCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_MSG_STATUS Public See coding 20090217 begin of S_MSG_STATUS, has_s type wdy_boolean, "S- and I-messages has_w type wdy_boolean, has_e type wdy_boolean, is_empty type wdy_boolean, "is_empty := NOT(has_s OR has_w OR has_e) end of S_MSG_STATUS
Method Signatures

Method CREATE_NODE_AND_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MANDATORY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090226
2 Importing IS_MULTIPLE Call by reference Type reference (TYPE) ABAP_BOOL Do you want the node to be able to have multiple elements? 20090226
3 Returning NEW_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Reference to New Node Info 20090226
4 Importing NODE_NAME Value transfer Type reference (TYPE) STRING Node Name (Uppercase) 20090226
5 Importing PARENT_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Reference to Parent Node 20090226
6 Importing STRUCTURE_NAME Value transfer Type reference (TYPE) STRING Structure Name (Uppercase) 20090226

Method CREATE_NODE_AND_ATTRIBUTES on class CACS_FDT_USAGE_ASSISTANCE has no exception.

Method CREATE_TABLE_FROM_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELD_CATALOGUE Call by reference Type reference (TYPE) CACS_TT_FDT_DEC_TAB_STRUC BRFplus: Decision table structure catalogue 20090226
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090226
3 Returning TABLE Value transfer Object reference (TYPE REF TO) CL_WD_TABLE 20090226
4 Importing TABLE_ID Call by reference Type reference (TYPE) STRING 20090226
5 Importing UI_MODE Call by reference Type reference (TYPE) WDY_BOOLEAN Create All Elements As Labels 20090302
6 Importing UI_PARENT Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER 20090226

Method CREATE_TABLE_FROM_NODE on class CACS_FDT_USAGE_ASSISTANCE has no exception.

Method DO_SERVICE_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLER Call by reference Object reference (TYPE REF TO) OBJECT The calling WD Component 20090217
2 Importing IO_COMP_CONTROLLER Call by reference Object reference (TYPE REF TO) OBJECT Reference to the CompController of the calling component 20090217
3 Importing IO_MESSAGES Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Returned Messages 20090217
4 Importing IO_MSG_MNGR Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message manager 20090217
5 Importing IV_METH_NAME Call by reference Type reference (TYPE) STRING Name of the 'EXECUTE_XYZ' method in the component controller 20090217
6 Returning RV_STATUS Value transfer Type reference (TYPE) S_MSG_STATUS Message types that were reported 20090217

Method DO_SERVICE_CALL on class CACS_FDT_USAGE_ASSISTANCE has no exception.

Method FORMAT_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TIMESTAMP Call by reference Type reference (TYPE) STRING 20090317
2 Importing IV_DATE Call by reference Type reference (TYPE) SY-DATUM Current Date of Application Server 20090317

Method FORMAT_TIME on class CACS_FDT_USAGE_ASSISTANCE has no exception.

Method HANDLE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MSG_MNGR Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20090226
2 Importing IT_ERRORS Value transfer Type reference (TYPE) BAPIRET2_T Return parameter table 20090226

Method HANDLE_EXCEPTION on class CACS_FDT_USAGE_ASSISTANCE has no exception.

Method HANDLE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CALLER Call by reference Object reference (TYPE REF TO) OBJECT 20090217
2 Importing IO_COMP_CONTROLLER Call by reference Object reference (TYPE REF TO) OBJECT 20090217
3 Importing IO_MSG_MNGR Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20090217
4 Importing IV_MESSAGE_TYPE Call by reference Type reference (TYPE) C 20090217
5 Importing IV_MSG_NO Call by reference Type reference (TYPE) WDR_TEXT_KEY Web Dynpro: Text Key 20090217

Method HANDLE_MESSAGE on class CACS_FDT_USAGE_ASSISTANCE has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 605