SAP ABAP Class IF_BOL_BO_PROPERTY_ACCESS (Access Interface for BO Attributes)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BSP_WD_EXT_PROPERTY_ACCESS Attribute Access for Model Nodes with Additional Values 20020614
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AXT_MIXED_NODE OBSOLETE since EhP1 20081106
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BSP_WD_MIXED_NODE Mixed Nodes With Model and Value Attributes 20030428
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BSP_WD_VALUE_NODE Object Node - Not Model-Bound 20020614
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_BOL_ABSTR_BO Abstract Basis Class for BOL Business Objects 20030829
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CRM_UI_DESCRIPTOR_OBJECT Dynamic Navigation Descriptor Object 20060412
Properties
Class IF_BOL_BO_PROPERTY_ACCESS  
Short Description Access Interface for BO Attributes    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020410   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_BOL_BO_PROPERTY_ACCESS has no interface implemented.
Friends
Class IF_BOL_BO_PROPERTY_ACCESS has no friend class.
Attributes
Class IF_BOL_BO_PROPERTY_ACCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_PROPERTIES Instance method Public Method Returns a Structure with All Business Object Attributes 20021007
2 GET_PROPERTY Instance method Public Method Returns a Reference to an Attribute 20020410
3 GET_PROPERTY_AS_STRING Instance method Public Method Returns an Attribute Converted to a String 20020410
4 GET_PROPERTY_AS_VALUE Instance method Public Method Returns an Attribute 20020410
5 GET_PROPERTY_TEXT Instance method Public Method 20060302
6 GET_PROPERTY_TEXTS Instance method Public Method 20060302
7 IS_PROPERTY_MANDATORY Instance method Public Method Checks Whether an Attribute Is Mandatory 20091118
8 IS_PROPERTY_READONLY Instance method Public Method Checks Whether an Attribute is Read-Only 20020625
9 SET_PROPERTIES Instance method Public Method Set All Business Object Attributes Using a Structure 20021007
10 SET_PROPERTY Instance method Public Method Sets an Attribute 20020410
11 SET_PROPERTY_AS_STRING Instance method Public Method Sets an Attribute with Conversion from String 20020410
Events
Class IF_BOL_BO_PROPERTY_ACCESS has no event.
Types
Class IF_BOL_BO_PROPERTY_ACCESS has no local type.
Method Signatures

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ATTRIBUTES Call by reference Type reference (TYPE) ANY 20021007

Method GET_PROPERTIES on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020410
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) DATA 20020410

Method GET_PROPERTY on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method GET_PROPERTY_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020410
2 Importing IV_USE_ISO_FORMAT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090113
3 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20020410

Method GET_PROPERTY_AS_STRING on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method GET_PROPERTY_AS_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) ANY 20020410
2 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020410

Method GET_PROPERTY_AS_VALUE on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method GET_PROPERTY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP 20060302
2 Importing IV_KEY Call by reference Type reference (TYPE) NAME_KOMP 20060302
3 Returning RV_RESULT Value transfer Type reference (TYPE) STRING 20060302
# Exception Resumable Description Created on
1 CX_GENIL_TEXT_ACCESS_ERROR Text Access for Object Attribute failed 20110301

Method GET_PROPERTY_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP 20060302
2 Returning RT_TEXTS Value transfer Type reference (TYPE) CRMT_TEXT_VALUE_PAIR_TAB 20060302
# Exception Resumable Description Created on
1 CX_GENIL_TEXT_ACCESS_ERROR Text Access for Object Attribute failed 20110301

Method IS_PROPERTY_MANDATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20091118
2 Returning RV_RESULT Value transfer Type reference (TYPE) CRMT_BOOLEAN Logische Variable 20091118

Method IS_PROPERTY_MANDATORY on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method IS_PROPERTY_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020625
2 Returning RV_RESULT Value transfer Type reference (TYPE) CRMT_BOOLEAN Logische Variable 20020625

Method IS_PROPERTY_READONLY on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method SET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) DATA 20021007

Method SET_PROPERTIES on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method SET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020410
2 Importing IV_VALUE Call by reference Type reference (TYPE) ANY 20020410

Method SET_PROPERTY on class IF_BOL_BO_PROPERTY_ACCESS has no exception.

Method SET_PROPERTY_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR_NAME Call by reference Type reference (TYPE) NAME_KOMP Komponentenname 20020410
2 Importing IV_VALUE Call by reference Type reference (TYPE) STRING 20020410
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_ERROR System-Exception bei Konvertierungsfehlern 20020410
History
Last changed by/on SAP  20110908 
SAP Release Created in