SAP ABAP Class CX_TREX_SERVER (Error returned from Server)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-TRX-API (Application Component) TREX ABAP + JAVA API
⤷
STREX (Package) TREX ABAP client

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause | 20050822 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TREX_BC_DESERIALIZABLE | Deserializable with Basis Client Deserializer | 20060320 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TREX_SERVER_EXCEPTION | CX_TREX_SERVER-checkable | 20060119 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CX_TREX_INDEX_NOT_FOUND | Index Not Found | 20060525 |
2 | Inheritance (c INHERITING FROM c_ref) | CX_TREX_NO_SERVER | No Server | 20060817 |
Properties
Class | CX_TREX_SERVER | |
Short Description | Error returned from Server | |
Super Class | CX_STATIC_CHECK | Exceptions with Static and Dynamic Check of RAISING Clause |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 40 | Exception Class |
Package | STREX | TREX ABAP client |
Created | 20050802 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CX_TREX_SERVER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_TREX_BC_DESERIALIZABLE | Deserializable with Basis Client Deserializer | 20060320 | ||
2 | IF_TREX_SERVER_EXCEPTION | CX_TREX_SERVER-checkable | 20060119 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_AUNIT_ASSERT | 20071114 | ABAP Unit: Assertions (see Longtext) | |
2 | CL_TREX_TEST_FACADE | 20071019 | Facade to TREX for Testing | |
3 | CL_TREX_TEST_INDEX | 20070112 | Index | |
4 | IF_TREX_SXML_READABLE | 20070621 | Readable from SXML Reader |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '69A13743958E1B56E10000000A15539D' | 20050926 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '6AA13743958E1B56E10000000A15539D' | 20050926 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '75BFEE4288541E1BE10000000A15539D' | 20050802 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '00132120A5A802DB8A9DDD75933A41A7' | 20070928 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | SOTR_CONC | '5EF3FD3588FF1ED28FF4C7C9167B176D' | 20121206 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | TREX_RFC-RETURN_CODE | 2004 | Return Code | 20070226 | |
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | TREX function name | 20070928 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TREX_RFC-RETURN_CODE | Return Code | 20050802 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TREX_RFC-RETURN_TEXT | Return Text | 20050802 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20121206 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20061220 | |
2 | ![]() |
Instance method | Public | Method | 20060119 | |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20050802 |
4 | ![]() |
Instance method | Public | Method | 20060119 |
Events
Class CX_TREX_SERVER has no event.
Types
Class CX_TREX_SERVER has no local type.
Method Signatures
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CODE | Call by reference | Object reference (TYPE REF TO) | TREX_RFC-RETURN_CODE | Return Code | 20061220 | ||
2 | ![]() |
FUNC_NAME | Call by reference | Type reference (TYPE) | STRING | 20071003 | |||
3 | ![]() |
TEXT | Call by reference | Object reference (TYPE REF TO) | TREX_RFC-RETURN_TEXT | Return Text | 20061220 | ||
4 | ![]() |
TEXT_LONG | Call by reference | Object reference (TYPE REF TO) | STRING | 20121206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error returned from Server | 20061220 |
Method CHECK_EXCEPTION Signature
Method CHECK_EXCEPTION on class CX_TREX_SERVER has no parameter.
Method CHECK_EXCEPTION on class CX_TREX_SERVER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FUNC_NAME | Call by reference | Type reference (TYPE) | STRING | 20070928 | |||
2 | ![]() |
PREVIOUS | Call by reference | Attribute reference (LIKE) | PREVIOUS | 20050802 | |||
3 | ![]() |
RETURN_CODE | Call by reference | Type reference (TYPE) | TREX_RFC-RETURN_CODE | 20060816 | |||
4 | ![]() |
RETURN_TEXT | Call by reference | Type reference (TYPE) | TREX_RFC-RETURN_TEXT | 20050802 | |||
5 | ![]() |
RETURN_TEXT_LONG | Call by reference | Type reference (TYPE) | STRING | 20121206 | |||
6 | ![]() |
TEXTID | Call by reference | Attribute reference (LIKE) | TEXTID | 20050802 |
Method CONSTRUCTOR on class CX_TREX_SERVER has no exception.
Method DESERIALIZE Signature
Method DESERIALIZE on class CX_TREX_SERVER has no parameter.
Method DESERIALIZE on class CX_TREX_SERVER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |