SAP ABAP Class /TDAG/CX_WFF_APPLICATION_ERROR (Program error in WFF)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/EHFND_FW_WFF_COMN_EXCEPT (Package) OO exceptiond of the WFF

⤷

⤷

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 | 20080718 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20080718 |
Properties
Class | /TDAG/CX_WFF_APPLICATION_ERROR | |
Short Description | Program error in WFF | |
Super Class | CX_NO_CHECK | Exception with no Check of the RAISING Clause |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | /TDAG/EHFND_FW_WFF01 | |
Program status | ||
Category | 40 | Exception Class |
Package | /TDAG/EHFND_FW_WFF_COMN_EXCEPT | OO exceptiond of the WFF |
Created | 20080718 | SAP |
Last change | 20141109 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /TDAG/CX_WFF_APPLICATION_ERROR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_T100_MESSAGE | Interface for Accessing T100 Texts | 20080718 |
Friends
Class /TDAG/CX_WFF_APPLICATION_ERROR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20080718 | ||||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | Name of the class for which to create an event | 20080723 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | Current status of a TBO | 20080729 | ||
4 | ![]() |
Constant | Public | See coding | 20080718 | ||||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name of the event to be created | 20080723 | ||
6 | ![]() |
Constant | Public | See coding | 20080723 | ||||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name of failed function | 20080718 | ||
8 | ![]() |
Constant | Public | See coding | 20080729 | ||||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SIBFINSTID | Instance identification in persistent object references | 20080728 | ||
10 | ![]() |
Constant | Public | See coding | 20080728 | ||||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name of the missing method implementation | 20080728 | ||
12 | ![]() |
Constant | Public | See coding | 20080728 | ||||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | New status of a TBO | 20080729 | ||
14 | ![]() |
Constant | Public | See coding | 20080804 | ||||
15 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SEOCLSNAME | Name of the TBO class | 20080718 | ||
16 | ![]() |
Constant | Public | See coding | 20080718 | ||||
17 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | SY-SUBRC | Error code of the called function | 20080718 | ||
18 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /TDAG/EHFND_FW_TBO_TABLE_NAME | Name of the DB table into which to persist the TBO | 20080728 | ||
19 | ![]() |
Instance attribute | Public | Type reference (TYPE) | /TDAG/EHFND_FW_VARIANT | Name of the process variant | 20080804 | ||
20 | ![]() |
Constant | Public | See coding | 20080804 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080718 |
2 | ![]() |
Static method | Public | Method | Generates a IF_T100_MESSAGE from current sy-msg variables | 20140519 |
Events
Class /TDAG/CX_WFF_APPLICATION_ERROR has no event.
Types
Class /TDAG/CX_WFF_APPLICATION_ERROR has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CLASS_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20080723 | |||
2 | ![]() |
CURRENT_STATUS | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | 20080729 | |||
3 | ![]() |
EVENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20080723 | |||
4 | ![]() |
FUNCTION_NAME | Call by reference | Type reference (TYPE) | STRING | 20080718 | |||
5 | ![]() |
INSTANCE_ID | Call by reference | Type reference (TYPE) | SIBFINSTID | 20080728 | |||
6 | ![]() |
METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | 20080728 | |||
7 | ![]() |
NEW_STATUS | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_STATUS | 20080729 | |||
8 | ![]() |
PERSISTER_NAME | Call by reference | Type reference (TYPE) | SEOCLSNAME | 20080718 | |||
9 | ![]() |
PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20080718 | |||
10 | ![]() |
SY_SUBRC | Call by reference | Attribute reference (LIKE) | SY-SUBRC | 20080718 | |||
11 | ![]() |
TABLE_NAME | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_TBO_TABLE_NAME | 20080728 | |||
12 | ![]() |
TEXTID | Call by reference | Attribute reference (LIKE) | IF_T100_MESSAGE=>T100KEY | 20080718 | |||
13 | ![]() |
VARIANT_NAME | Call by reference | Type reference (TYPE) | /TDAG/EHFND_FW_VARIANT | 20080804 |
Method CONSTRUCTOR on class /TDAG/CX_WFF_APPLICATION_ERROR has no exception.
Method MAKE_TEXTID_FROM_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXTID | Value transfer | Type reference (TYPE) | SCX_T100KEY | Interface for Accessing T100 Texts | 20140519 |
Method MAKE_TEXTID_FROM_MESSAGE on class /TDAG/CX_WFF_APPLICATION_ERROR has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 110_600 |