SAP ABAP Class CL_SRT_WSP_CONDITION (SRT: Condition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Properties
Class CL_SRT_WSP_CONDITION  
Short Description SRT: Condition    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20120615   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_WSP_CONDITION has no forward declaration.
Interfaces
Class CL_SRT_WSP_CONDITION has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SRT_WSP_CONSUMER_FACTORY_A 20120615 Consumer Factory Authentication Determination
2 CL_SRT_WSP_CONSUMER_FACTORY_R 20120615 SRT: Consumer Factory
3 CL_SRT_WSP_CONSUMER_FACTORY_S 20120615 Consumer Factory Sender Determination
4 CL_SRT_WSP_EXPRESSION 20120615 SRT: Expression
5 CL_SRT_WSP_SELECT_OPTION 20120615 SRT: Select Option
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGED Instance attribute Public Type reference (TYPE) BOOLEAN 20120615
2 CHANGE_INFO Instance attribute Public Type reference (TYPE) SRT_CREATE_INFO 20120615
3 CONDITION_ID Instance attribute Public Type reference (TYPE) SRT_WSP_COND_ID 20120615
4 CONDITION_KEY Instance attribute Public Type reference (TYPE) SRT_WSP_COND_KEY 20120615
5 CONDITION_LIST Instance attribute Public Type reference (TYPE) STTY_SRT_WSP_CONDITIONS 20120615
6 CONDITION_TYPE Instance attribute Public Type reference (TYPE) SRT_WSP_CONDITION_TYPE 20120615
7 CREATE_INFO Instance attribute Public Type reference (TYPE) SRT_CREATE_INFO 20120615
8 EXPRESSION_LIST Instance attribute Public Type reference (TYPE) SRT_WSP_EXPRESSION_LIST 20120615
9 PARENT_KEY Instance attribute Private Type reference (TYPE) SRT_LRD_INTERNAL_KEY 20120615
10 PARENT_OBJECT Instance attribute Public Object reference (TYPE REF TO) OBJECT 20120615
11 PARENT_OBJECT_KEY Instance attribute Public Type reference (TYPE) STRING 20120615
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Checks the condition 20120615
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120615
3 CREATE Static method Protected Method Create a new condition 20120615
4 CREATE_EXPRESSION Instance method Public Method Create new expression and add to this condition 20120615
5 DELETE Instance method Public Method Delete Condition 20120615
6 INIT_FROM_DB Instance method Private Method Inits from database 20120615
7 OPEN Static method Protected Method Open an existing condition 20120615
8 REMOVE_EXPRESSION Instance method Public Method Remove expression from this condition 20120615
9 SAVE Instance method Protected Method Saves condition 20120615
10 SET_CHANGED Instance method Protected Method Set Changed 20120615
Events
Class CL_SRT_WSP_CONDITION has no event.
Types
Class CL_SRT_WSP_CONDITION has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_CONSISTENT Value transfer Type reference (TYPE) BOOLEAN 20120615
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONDITION_ID Call by reference Type reference (TYPE) SRT_WSP_COND_ID 20120615
2 Importing CONDITION_KEY Call by reference Type reference (TYPE) SRT_WSP_COND_KEY 20120615
3 Importing CONDITION_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONDITION_TYPE 20120615
4 Importing CREATE Call by reference Type reference (TYPE) BOOLEAN 20120615
5 Importing PARENT_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20120615
6 Importing PARENT_OBJECT_KEY Call by reference Type reference (TYPE) ANY 20120615
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONDITION_ID Call by reference Type reference (TYPE) SRT_WSP_COND_ID 20120615
2 Importing CONDITION_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONDITION_TYPE 20120615
3 Importing PARENT_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20120615
4 Importing PARENT_OBJECT_KEY Call by reference Type reference (TYPE) ANY 20120615
5 Returning R_CONDITION Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_CONDITION 20120615
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method CREATE_EXPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION_ID Call by reference Type reference (TYPE) SRT_WSP_EXPR_ID 20120615
2 Returning R_EXPRESSION Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_EXPRESSION 20120615
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method DELETE Signature

Method DELETE on class CL_SRT_WSP_CONDITION has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method INIT_FROM_DB Signature

Method INIT_FROM_DB on class CL_SRT_WSP_CONDITION has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONDITION_KEY Call by reference Type reference (TYPE) SRT_WSP_COND_KEY 20120615
2 Importing CONDITION_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONDITION_TYPE 20120615
3 Importing PARENT_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT 20120615
4 Importing PARENT_OBJECT_KEY Call by reference Type reference (TYPE) ANY 20120615
5 Returning R_CONDITION Value transfer Object reference (TYPE REF TO) CL_SRT_WSP_CONDITION 20120615
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method REMOVE_EXPRESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPRESSION Call by reference Object reference (TYPE REF TO) CL_SRT_WSP_EXPRESSION 20120615
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method SAVE Signature

Method SAVE on class CL_SRT_WSP_CONDITION has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 20120615

Method SET_CHANGED Signature

Method SET_CHANGED on class CL_SRT_WSP_CONDITION has no parameter.
Method SET_CHANGED on class CL_SRT_WSP_CONDITION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in