Hierarchy
⤷
⤷
Properties
| Interface | IF_CMX_XS_QUERY_SYMBOL | |
| Short Description | XSteps: Request Object for Valuation Symbols |
General Data
| Package | CMX_XS | XSteps: Run Time Environment |
| Created | 20021009 | SAP |
| Last changed | 20040127 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_CMX_XS_QUERY_SYMBOL has no forward declaration.
Interfaces
Interface IF_CMX_XS_QUERY_SYMBOL has no interface.
Friends
Interface IF_CMX_XS_QUERY_SYMBOL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_DELIMITER_NAME | Constant | Public | Type reference (TYPE) | STRING | '/' | Constant | 20030213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets the Assigned Context Key of the Application | 20021205 | |
| 2 | Instance method | Public | Method | Gets Defined Fixed Valuations | 20030129 | |
| 3 | Instance method | Public | Method | Gets the Assigned XStep,for Which the Request is Running | 20021021 | |
| 4 | Instance method | Public | Method | Gets the Value for a Symbol as a Domain Value | 20021209 | |
| 5 | Instance method | Public | Method | Gets the Value for a Symbol as a Date | 20021021 | |
| 6 | Instance method | Public | Method | Gets the Value for a Symbol as a Floating Point Number | 20021021 | |
| 7 | Instance method | Public | Method | Gets the Value for a Symbol as an Integer | 20021021 | |
| 8 | Instance method | Public | Method | Gets the Value for a Symbol as a Numerical Char. String | 20021021 | |
| 9 | Instance method | Public | Method | Gets the Value for a Symbol as a Packed Number | 20021021 | |
| 10 | Instance method | Public | Method | Gets the Value for a Symbol as a Character String | 20021021 | |
| 11 | Instance method | Public | Method | Gets the Value for a Symbol as a Structure | 20021021 | |
| 12 | Instance method | Public | Method | Gets the Value for a Symbol as a Table | 20021021 | |
| 13 | Instance method | Public | Method | Gets the Value for a Symbol as a Time | 20021021 | |
| 14 | Instance method | Public | Method | Gets the Value for a Symbol as Byte Sequence | 20021021 | |
| 15 | Instance method | Public | Method | Has the Symbol Already been Valuated | 20030305 | |
| 16 | Instance method | Public | Method | Returns the Request Object | 20021209 | |
| 17 | Instance method | Public | Method | Subsequently Sets the Assigned XStep (no change!) | 20030113 | |
| 18 | Instance method | Public | Method | Sets the Value for the Request Symbol from Domain Value | 20021209 | |
| 19 | Instance method | Public | Method | Sets the Value for the Request Symbol from Date | 20021021 | |
| 20 | Instance method | Public | Method | Sets the Value for the Request Sym. from Floating Point No. | 20021021 | |
| 21 | Instance method | Public | Method | Sets the Value for the Request Symbol from Integer | 20021021 | |
| 22 | Instance method | Public | Method | Sets the Value for the Req. Sym. from Numerical Char. String | 20021021 | |
| 23 | Instance method | Public | Method | Sets the Value for the Request Symbol from Packed Number | 20021021 | |
| 24 | Instance method | Public | Method | Sets the Value for the Request Symbol from Character String | 20021021 | |
| 25 | Instance method | Public | Method | Sets the Value for the Request Symbol from Structure | 20021021 | |
| 26 | Instance method | Public | Method | Sets the Value for the Request Symbol from Table | 20021021 | |
| 27 | Instance method | Public | Method | Sets the Value for Request Symbol from SAP Script Text | 20030708 | |
| 28 | Instance method | Public | Method | Sets the Value for the Request Symbol from Time | 20021021 | |
| 29 | Instance method | Public | Method | Sets the Value for the Request Symbol from Byte String | 20021021 |
Events
Interface IF_CMX_XS_QUERY_SYMBOL has no event.
Types
Interface IF_CMX_XS_QUERY_SYMBOL has no local type.
Method Signatures
Method GET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_CMX_XS_CONTEXT | XSteps: Kontextobjekt | 20021205 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021205 |
Method GET_FIXED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CMX_XS_T_SYMBOL_VALUE | XSteps: Tabelle für Bewertungssymbole und Werte | 20030129 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20030129 |
Method GET_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_CMX_XS_STEP | XSteps: Step | 20021204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20030109 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Vollständiger Name eines anderen Symbols | 20021209 | |||
| 3 | VALUE | Value transfer | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert zu anderem Symbol im aktuellen Kontext | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021209 |
Method GET_VALUE_INTO_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | D | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_FLOAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | F | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_INTEGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | I | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_NUMC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | N | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_PACKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | P | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | T | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | XSteps: Vollständiger Name eines Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method GET_VALUE_INTO_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | XSEQUENCE | Wert zu anderem Symbol im aktuellen Kontext | 20030108 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Vollständiger Name eines anderen Symbols | 20021021 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method IS_VALUATED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') | 20030305 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20030305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20030305 |
Method REFRESH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIXED | Call by reference | Type reference (TYPE) | CMX_XS_T_SYMBOL_VALUE | XSteps: Tabelle für Bewertungssymbole und Werte | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021209 |
Method SET_STEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STEP | Call by reference | Object reference (TYPE REF TO) | IF_CMX_XS_STEP | XSteps: Step | 20030113 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20030113 |
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 | |||
| 2 | VALUE | Call by reference | Type reference (TYPE) | CMX_TYPES_W_VALUE | Wert | 20030108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021209 |
Method SET_VALUE_FROM_DATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | D | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_FLOAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | F | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_INTEGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | I | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_NUMC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | N | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_PACKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | P | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | CSEQUENCE | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | ANY TABLE | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | THEAD | SAPscript: Text-Header | 20030708 | |||
| 2 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20030708 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20030708 |
Method SET_VALUE_FROM_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | T | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
Method SET_VALUE_FROM_XSTRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | XSEQUENCE | Wert | 20030108 | |||
| 2 | DOMAIN | Call by reference | Type reference (TYPE) | CMX_TYPES_DOMAIN_NAME | Domäne | 20021209 | |||
| 3 | SYMBOL | Call by reference | Type reference (TYPE) | CMX_XS_W_SYMBOL_NAME | Bewertungssymbol | 20021209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | XSteps: Ausnahme | 20021021 |
History
| Last changed by/on | SAP | 20040127 |
| SAP Release Created in | 200 |