SAP ABAP Class IF_SATC_SET_MODIFY ('Modify' access to set)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SATC_SET_ACCESS Access to entity set 20061201
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SATC_SET_MODIFY_ITERATE 'Modify & Iterate' access to set 20090424
Properties
Class IF_SATC_SET_MODIFY  
Short Description 'Modify' access to set    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20051228   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SATC_SET_MODIFY has no forward declaration.
Interfaces
Class IF_SATC_SET_MODIFY has no interface implemented.
Friends
Class IF_SATC_SET_MODIFY has no friend class.
Attributes
Class IF_SATC_SET_MODIFY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_KEY Instance method Public Method Returns ABAP_TRUE is key is contained in set 20090519
2 GET_ATTRIBUTE_VALUE_FOR_KEY Instance method Public Method Get attribute value for entity specified by key 20090424
3 SET_ATTRIBUTE_VALUE_FOR_KEY Instance method Public Method Set attribute value for entity specified by key 20090424
Events
Class IF_SATC_SET_MODIFY has no event.
Types
Class IF_SATC_SET_MODIFY has no local type.
Method Signatures

Method CONTAINS_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090519
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090519
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090519

Method GET_ATTRIBUTE_VALUE_FOR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NOT_FOUND Call by reference Type reference (TYPE) ABAP_BOOL 20090527
2 Exporting E_VALUE Call by reference Type reference (TYPE) DATA 20090424
3 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090424
4 Importing I_NAME Call by reference Type reference (TYPE) SYCHAR32 20090424
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090424

Method SET_ATTRIBUTE_VALUE_FOR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEY Call by reference Type reference (TYPE) DATA 20090424
2 Importing I_NAME Call by reference Type reference (TYPE) SYCHAR32 20090424
3 Importing I_VALUE Call by reference Type reference (TYPE) DATA 20090424
# Exception Resumable Description Created on
1 CX_SATC_DOMAIN 20090424
History
Last changed by/on SAP  20140121 
SAP Release Created in