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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Instance attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090302 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_MESSAGE_MANAGER | FPM message manager public use | 20090217 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20090217 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20090227 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CACS_BR_TT_REMDT_FS | Business Rule: Table type of the Final Structure | 20090226 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CACS_BR_TT_VALDT_FS | Business Rule: Table Type of the Final Structure | 20090303 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_FDT_TYPES=>ID | GUID of the function to simulate | 20090227 | ||
8 | ![]() |
Static Attribute | Public | Type reference (TYPE) | WDUI_VISIBILITY | 01 | Web Dynpro: Visibility | 20090227 | |
9 | ![]() |
Static Attribute | Public | Type reference (TYPE) | WDUI_VISIBILITY | 02 | Web Dynpro: Visibility | 20090227 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create node and Attributes Dynamically and Bind Data Also | 20090226 |
2 | ![]() |
Instance method | Public | Method | Create Table Layout | 20090226 |
3 | ![]() |
Instance method | Public | Method | Does the RFC Service Call | 20090217 |
4 | ![]() |
Instance method | Public | Method | Format the timestamp | 20090317 |
5 | ![]() |
Instance method | Public | Method | Handle Exception of type BAPIRET2 | 20090226 |
6 | ![]() |
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 | ![]() |
IS_MANDATORY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090226 | ||
2 | ![]() |
IS_MULTIPLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Do you want the node to be able to have multiple elements? | 20090226 | ||
3 | ![]() |
NEW_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Reference to New Node Info | 20090226 | ||
4 | ![]() |
NODE_NAME | Value transfer | Type reference (TYPE) | STRING | Node Name (Uppercase) | 20090226 | ||
5 | ![]() |
PARENT_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Reference to Parent Node | 20090226 | ||
6 | ![]() |
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 | ![]() |
IT_FIELD_CATALOGUE | Call by reference | Type reference (TYPE) | CACS_TT_FDT_DEC_TAB_STRUC | BRFplus: Decision table structure catalogue | 20090226 | ||
2 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090226 | ||
3 | ![]() |
TABLE | Value transfer | Object reference (TYPE REF TO) | CL_WD_TABLE | 20090226 | |||
4 | ![]() |
TABLE_ID | Call by reference | Type reference (TYPE) | STRING | 20090226 | |||
5 | ![]() |
UI_MODE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Create All Elements As Labels | 20090302 | ||
6 | ![]() |
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 | ![]() |
IO_CALLER | Call by reference | Object reference (TYPE REF TO) | OBJECT | The calling WD Component | 20090217 | ||
2 | ![]() |
IO_COMP_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | OBJECT | Reference to the CompController of the calling component | 20090217 | ||
3 | ![]() |
IO_MESSAGES | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Returned Messages | 20090217 | ||
4 | ![]() |
IO_MSG_MNGR | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message manager | 20090217 | ||
5 | ![]() |
IV_METH_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the 'EXECUTE_XYZ' method in the component controller | 20090217 | ||
6 | ![]() |
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 | ![]() |
EV_TIMESTAMP | Call by reference | Type reference (TYPE) | STRING | 20090317 | |||
2 | ![]() |
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 | ![]() |
IO_MSG_MNGR | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20090226 | ||
2 | ![]() |
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 | ![]() |
IO_CALLER | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20090217 | |||
2 | ![]() |
IO_COMP_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20090217 | |||
3 | ![]() |
IO_MSG_MNGR | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20090217 | ||
4 | ![]() |
IV_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | C | 20090217 | |||
5 | ![]() |
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 |