SAP ABAP Interface IF_CMX_XS_QUERY_SYMBOL (XSteps: Request Object for Valuation Symbols)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PI-PMA (Application Component) Process Management
     CMX_XS (Package) XSteps: Run Time Environment
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 GET_CONTEXT Instance method Public Method Gets the Assigned Context Key of the Application 20021205
2 GET_FIXED Instance method Public Method Gets Defined Fixed Valuations 20030129
3 GET_STEP Instance method Public Method Gets the Assigned XStep,for Which the Request is Running 20021021
4 GET_VALUE Instance method Public Method Gets the Value for a Symbol as a Domain Value 20021209
5 GET_VALUE_INTO_DATE Instance method Public Method Gets the Value for a Symbol as a Date 20021021
6 GET_VALUE_INTO_FLOAT Instance method Public Method Gets the Value for a Symbol as a Floating Point Number 20021021
7 GET_VALUE_INTO_INTEGER Instance method Public Method Gets the Value for a Symbol as an Integer 20021021
8 GET_VALUE_INTO_NUMC Instance method Public Method Gets the Value for a Symbol as a Numerical Char. String 20021021
9 GET_VALUE_INTO_PACKED Instance method Public Method Gets the Value for a Symbol as a Packed Number 20021021
10 GET_VALUE_INTO_STRING Instance method Public Method Gets the Value for a Symbol as a Character String 20021021
11 GET_VALUE_INTO_STRUCTURE Instance method Public Method Gets the Value for a Symbol as a Structure 20021021
12 GET_VALUE_INTO_TABLE Instance method Public Method Gets the Value for a Symbol as a Table 20021021
13 GET_VALUE_INTO_TIME Instance method Public Method Gets the Value for a Symbol as a Time 20021021
14 GET_VALUE_INTO_XSTRING Instance method Public Method Gets the Value for a Symbol as Byte Sequence 20021021
15 IS_VALUATED Instance method Public Method Has the Symbol Already been Valuated 20030305
16 REFRESH Instance method Public Method Returns the Request Object 20021209
17 SET_STEP Instance method Public Method Subsequently Sets the Assigned XStep (no change!) 20030113
18 SET_VALUE Instance method Public Method Sets the Value for the Request Symbol from Domain Value 20021209
19 SET_VALUE_FROM_DATE Instance method Public Method Sets the Value for the Request Symbol from Date 20021021
20 SET_VALUE_FROM_FLOAT Instance method Public Method Sets the Value for the Request Sym. from Floating Point No. 20021021
21 SET_VALUE_FROM_INTEGER Instance method Public Method Sets the Value for the Request Symbol from Integer 20021021
22 SET_VALUE_FROM_NUMC Instance method Public Method Sets the Value for the Req. Sym. from Numerical Char. String 20021021
23 SET_VALUE_FROM_PACKED Instance method Public Method Sets the Value for the Request Symbol from Packed Number 20021021
24 SET_VALUE_FROM_STRING Instance method Public Method Sets the Value for the Request Symbol from Character String 20021021
25 SET_VALUE_FROM_STRUCTURE Instance method Public Method Sets the Value for the Request Symbol from Structure 20021021
26 SET_VALUE_FROM_TABLE Instance method Public Method Sets the Value for the Request Symbol from Table 20021021
27 SET_VALUE_FROM_TEXT Instance method Public Method Sets the Value for Request Symbol from SAP Script Text 20030708
28 SET_VALUE_FROM_TIME Instance method Public Method Sets the Value for the Request Symbol from Time 20021021
29 SET_VALUE_FROM_XSTRING 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 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_CMX_XS_CONTEXT XSteps: Kontextobjekt 20021205
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021205

Method GET_FIXED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20030129

Method GET_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_CMX_XS_STEP XSteps: Step 20021204
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20030109
2 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Vollständiger Name eines anderen Symbols 20021209
3 Returning VALUE Value transfer Type reference (TYPE) CMX_TYPES_W_VALUE Wert zu anderem Symbol im aktuellen Kontext 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021209

Method GET_VALUE_INTO_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) D Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_FLOAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) F Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) I Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_NUMC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) N Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_PACKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) P Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) CSEQUENCE Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) ANY Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) ANY TABLE Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) T Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method GET_VALUE_INTO_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) XSEQUENCE Wert zu anderem Symbol im aktuellen Kontext 20030108
2 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method IS_VALUATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030305
2 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20030305
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20030305

Method REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021209

Method SET_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing STEP Call by reference Object reference (TYPE REF TO) IF_CMX_XS_STEP XSteps: Step 20030113
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20030113

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
2 Importing VALUE Call by reference Type reference (TYPE) CMX_TYPES_W_VALUE Wert 20030108
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021209

Method SET_VALUE_FROM_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) D Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_FLOAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) F Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) I Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_NUMC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) N Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_PACKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) P Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) CSEQUENCE Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ANY Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) ANY TABLE Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20030708
2 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20030708
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20030708

Method SET_VALUE_FROM_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) T Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021

Method SET_VALUE_FROM_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) XSEQUENCE Wert 20030108
2 Importing DOMAIN Call by reference Type reference (TYPE) CMX_TYPES_DOMAIN_NAME Domäne 20021209
3 Importing SYMBOL Call by reference Type reference (TYPE) CMX_XS_W_SYMBOL_NAME Bewertungssymbol 20021209
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021021
History
Last changed by/on SAP  20040127 
SAP Release Created in 200