SAP ABAP Class CX_FDT_WD (FDT WD: Root Exception Class for WD UI)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     SFDT_WD_INFRASTRUCTURE (Package) BRFplus: Web Dynpro UI: Infrastructure
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_NO_CHECK Exception with no Check of the RAISING Clause 20090127
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_BACKEND FDT WD: Exception for backend exceptions 20080123
2 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_DIRTY_STATE FDT WD: UI is dirty / not consistent (needs to be saved) 20061128
3 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_INVALID_CALL FDT WD: Invalid call 20080124
4 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_ISLAND FDT WD: Root Exception for Islands 20100319
5 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_MAX_STACK_SIZE FDT WD: Max Stack Size reached 20070622
6 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_NO_AUTHORIZATION FDT WD: Insufficient authorities 20070726
7 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_OBJECT_NOT_EDITABLE FDT WD: Object is not editable 20070612
8 Inheritance (c INHERITING FROM c_ref)  CX_FDT_WD_STATE_PROHIBITS_CALL FDT WD: Current object state prohibits call 20070822
Properties
Class CX_FDT_WD  
Short Description FDT WD: Root Exception Class for WD UI    
Super Class CX_NO_CHECK Exception with no Check of the RAISING Clause 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package SFDT_WD_INFRASTRUCTURE   BRFplus: Web Dynpro UI: Infrastructure 
Created 20061128   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FDT_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CX_FDT_WD has no interface implemented.
Friends
Class CX_FDT_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CX_FDT_WD Constant Public Type reference (TYPE) SOTR_CONC '00505695007C1EE096AAD5A287C147A6' 20110328
2 GT_LANGU Static Attribute Private Type reference (TYPE) T_LANGU 20080124
3 MT_MESSAGE Instance attribute Public Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20080124
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20061128
2 GET_DOMVALUE_TEXT Static method Private Method 20080124
3 GET_LANGUAGES Static method Private Method 20080124
4 GET_OBJECT_APPL_COMPONENT Static method Public Method Get the application component for an object 20080124
5 GET_OBJECT_APPL_DESCRIPTION Static method Public Method Get descr. like "Application A" where an object belongs to 20080124
6 GET_OBJECT_DESCRIPTION Static method Public Method Get long descr (text of obj type + name) like "function xyz" 20080124
7 GET_OBJECT_NAME Static method Public Method Get object name for a technical ID 20080124
8 GET_OBJECT_TYPE_TEXT Static method Public Method Get text for the type of an object like "boolean expression" 20080124
9 GET_SOURCE_NAME Static method Public Method Get the source name 20080124
10 GET_T100KEY Instance method Private Method 20080124
Events
Class CX_FDT_WD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_LANGU Private See coding 20080124 t_langu TYPE STANDARD TABLE OF sy-langu WITH NON-UNIQUE KEY table_line INITIAL SIZE 4
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE 20080124
2 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20061128
3 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20061128

Method CONSTRUCTOR on class CX_FDT_WD has no exception.

Method GET_DOMVALUE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DOMNAME Call by reference Type reference (TYPE) DD07L-DOMNAME 20080124
2 Importing IV_DOMVALUE Call by reference Type reference (TYPE) CLIKE 20080124
3 Returning RV_TEXT Value transfer Type reference (TYPE) SY-MSGV1 20080124

Method GET_DOMVALUE_TEXT on class CX_FDT_WD has no exception.

Method GET_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LANGU Value transfer Type reference (TYPE) T_LANGU 20080124

Method GET_LANGUAGES on class CX_FDT_WD has no exception.

Method GET_OBJECT_APPL_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20080124
2 Returning RV_APPLICATION_COMPONENT Value transfer Type reference (TYPE) IF_FDT_APPLICATION=>APPLICATION_COMPONENT Application Component 20080124

Method GET_OBJECT_APPL_COMPONENT on class CX_FDT_WD has no exception.

Method GET_OBJECT_APPL_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20080124
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) SY-MSGV1 Descr. of appl. the object belongs to like "Application ABC" 20080124

Method GET_OBJECT_APPL_DESCRIPTION on class CX_FDT_WD has no exception.

Method GET_OBJECT_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20080124
2 Returning RV_DESCRIPTION Value transfer Type reference (TYPE) SY-MSGV1 Long descr (text of obj type + name) like "function xyz" 20080124

Method GET_OBJECT_DESCRIPTION on class CX_FDT_WD has no exception.

Method GET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20080124
2 Returning RV_NAME Value transfer Type reference (TYPE) SY-MSGV1 Object name (semantic key, if any. Else the ID is retuned) 20080124

Method GET_OBJECT_NAME on class CX_FDT_WD has no exception.

Method GET_OBJECT_TYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Object ID 20080124
2 Returning RV_TEXT Value transfer Type reference (TYPE) SY-MSGV1 Type text (e.g. "function" or "boolean expression") 20080124

Method GET_OBJECT_TYPE_TEXT on class CX_FDT_WD has no exception.

Method GET_SOURCE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CALLSTACK_LEVEL Call by reference Type reference (TYPE) I 2 Level in the call stack 20080124
2 Returning RV_SOURCE_NAME Value transfer Type reference (TYPE) STRING Source name 20080124

Method GET_SOURCE_NAME on class CX_FDT_WD has no exception.

Method GET_T100KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_T100KEY Value transfer Type reference (TYPE) SCX_T100KEY 20080124

Method GET_T100KEY on class CX_FDT_WD has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710