SAP ABAP Interface IF_CMX_XS_SERVICE_CONTEXT (XSteps: Service for Recalls in the Application)
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
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_EX_CMX_XS_SRV_CTX BAdI Class CL_EX_CMX_XS_SRV_CTX 20021125
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_CMX_XS_SRV_CTX_XSV Imp. Class for BAdI Imp. CMX_XS_SRV_CTX_SRV 20030603
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_COCR_CMX_BI_SRV_CTX Imp.Class for BAdI Imp. COCR_CMX_BI_SRV_CTX 20030401
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_CPC_CMX_SRV_CTX_I Imp. Classe for BAdI Imp. CPC_CMX_SRV_CTX_I 20030410
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IM_CPC_CMX_SRV_CTX_RTG Imp. Class for BAdI Imp. CPC_CMX_SRV_CTX_RTG 20070516
Properties
Interface IF_CMX_XS_SERVICE_CONTEXT  
Short Description XSteps: Service for Recalls in the Application    
General Data
Package CMX_XS   XSteps: Run Time Environment 
Created 20021125   SAP 
Last changed 20040127   SAP 
Unicode checks active    
Forward declarations
Interface IF_CMX_XS_SERVICE_CONTEXT has no forward declaration.
Interfaces
Interface IF_CMX_XS_SERVICE_CONTEXT has no interface.
Friends
Interface IF_CMX_XS_SERVICE_CONTEXT has no friend.
Attributes
Interface IF_CMX_XS_SERVICE_CONTEXT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_DESCRIPTION Instance method Public Method Provides the Node Description for the Context Key 20021202
2 GET_DETAILS Instance method Public Method Provides the Node Details for the Context Key 20021202
3 GET_META_OBJECT Instance method Public Method Provides a META Object of the Application for a Tree 20030410
4 GET_RELATED Instance method Public Method Provides Further Context Key, which are Related 20021202
5 GET_STATE Instance method Public Method Delivers the Status for the Context Key 20021202
6 SET_STATE Instance method Public Method Changes the Status for the Context Key 20030319
Events
Interface IF_CMX_XS_SERVICE_CONTEXT has no event.
Types
Interface IF_CMX_XS_SERVICE_CONTEXT has no local type.
Method Signatures

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_CMX_XS_CONTEXT XSteps: Kontextobjekt 20021202
2 Importing FLT_VAL Call by reference Type reference (TYPE) CMX_XS_W_APPLICATION_FILTER XSteps: Filterwert für Anwendung und BADI-Variante 20021202
3 Returning RESULT Value transfer Type reference (TYPE) CMX_XS_W_NODE_DESCRIPTION XSteps: Beschreibung eines Knotens 20021202
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021202

Method GET_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_CMX_XS_CONTEXT XSteps: Kontextobjekt 20021202
2 Importing FLT_VAL Call by reference Type reference (TYPE) CMX_XS_W_APPLICATION_FILTER XSteps: Filterwert für Anwendung und BADI-Variante 20021202
3 Returning RESULT Value transfer Type reference (TYPE) CMX_XS_W_NODE_DETAILS XSteps: Details zum Knoten 20021202
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021202

Method GET_META_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FLT_VAL Call by reference Type reference (TYPE) CMX_XS_W_APPLICATION_FILTER XSteps: Filterwert für Anwendung und BADI-Variante 20030410
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_CMX_XS_META XSteps: Objekt, das Metadaten verwaltet 20030410
3 Importing ROOT Call by reference Object reference (TYPE REF TO) IF_CMX_XS_ROOT XSteps: Step Root 20030410
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20030410

Method GET_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_CMX_XS_CONTEXT XSteps: Kontextobjekt 20021202
2 Importing FLT_VAL Call by reference Type reference (TYPE) CMX_XS_W_APPLICATION_FILTER XSteps: Filterwert für Anwendung und BADI-Variante 20021202
3 Importing RELATION Call by reference Type reference (TYPE) CMX_XS_CONTEXT_RELATION XSteps: Art der Beziehung zwischen Kontextschlüsseln 20021202
4 Returning RESULT Value transfer Type reference (TYPE) CMX_XS_T_CONTEXT XSteps: Tabelle für Kontextobjekte 20021202
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021202

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_CMX_XS_CONTEXT XSteps: Kontextobjekt 20021202
2 Importing FLT_VAL Call by reference Type reference (TYPE) CMX_XS_W_APPLICATION_FILTER XSteps: Filterwert für Anwendung und BADI-Variante 20021202
3 Returning RESULT Value transfer Type reference (TYPE) CMX_XS_CONTEXT_STATE XSteps: Status eines Kontextschlüssels 20021202
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20021202

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_CMX_XS_CONTEXT XSteps: Kontextobjekt 20030319
2 Importing FLT_VAL Call by reference Type reference (TYPE) CMX_XS_W_APPLICATION_FILTER XSteps: Filterwert für Anwendung und BADI-Variante 20030319
3 Importing STATE Value transfer Type reference (TYPE) CMX_XS_CONTEXT_STATE XSteps: Status eines Kontextschlüssels 20030319
# Exception Resumable Description Created on
1 CX_CMX_XS_EXCEPTION XSteps: Ausnahme 20030319
History
Last changed by/on SAP  20040127 
SAP Release Created in 200