SAP ABAP Interface IF_ACO_RECORD (ACO Data Container)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-RFC (Application Component) RFC
     SAP_ACO_PUBLIC (Package) Public Interface for SAP ACo
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_ACO_PARAMETER_LIST List of parameter metadata 20100528
2 Interface composition (i COMPRISING i_ref)  IF_ACO_STRUCTURE ACO Structure 20100528
3 Interface composition (i COMPRISING i_ref)  IF_ACO_TABLE ACO internal table 20100604
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ACO_PARAMETER_LIST ACO Parameter List 20100528
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ACO_STRUCTURE ACO Structure 20100531
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ACO_TABLE ACO Tabelle 20100604
Properties
Interface IF_ACO_RECORD  
Short Description ACO Data Container    
General Data
Package SAP_ACO_PUBLIC   Public Interface for SAP ACo 
Created 20100528   SAP 
Last changed 20130531   SAP 
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
Interface IF_ACO_RECORD has no interface.
Friends
Interface IF_ACO_RECORD has no friend.
Attributes
Interface IF_ACO_RECORD has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_COMPONENTS Instance method Public Method Get Component Names 20100531
2 GET_META_DATA Instance method Public Method Get Metadata 20100528
3 GET_STRUCTURE Instance method Public Method Get structure 20100528
4 GET_TABLE Instance method Public Method Get table 20100528
5 GET_VALUE Instance method Public Method Get simple data element 20100528
6 SET_VALUE Instance method Public Method Set simple data element 20100528
Events
Interface IF_ACO_RECORD has no event.
Types
Interface IF_ACO_RECORD has no local type.
Method Signatures

Method GET_COMPONENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPONENTS Value transfer Type reference (TYPE) ACO_LIST_COMPONENTS_MD Table over component names 20100531
# Exception Resumable Description Created on
1 CL_ACO_EXCEPTION 20100531

Method GET_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ABAPTYPE Call by reference Type reference (TYPE) ABAPTYPE ABAP Data Type 20100604
2 Exporting DECIMALS Call by reference Type reference (TYPE) IDEC Number of decimal places 20100531
3 Exporting DEFAULT Call by reference Type reference (TYPE) RS38L_DEFO Default value for import parameter 20100531
4 Exporting FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20100531
5 Exporting IS_TABLE_OF Call by reference Type reference (TYPE) ABAP_BOOL Real type is table of typename 20111115
6 Exporting LENGTH Call by reference Type reference (TYPE) ILEN Internal length of field 20100531
7 Importing NAME Call by reference Type reference (TYPE) STRING Parameter name 20100531
8 Exporting OPTIONAL Call by reference Type reference (TYPE) RS38L_OPTI Optional parameters 20100531
9 Exporting SHORTTEXT Call by reference Type reference (TYPE) PARAMTEXT Short text 20100604
10 Exporting TYPNAME Call by reference Type reference (TYPE) TABNAME Table Name 20100531
# Exception Resumable Description Created on
1 CX_ACO_EXCEPTION SAP ACo Base exception 20100531
2 CX_ACO_NAME_NOT_FOUND Invalid input 20100531

Method GET_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING Field Name 20100528
2 Returning STRUCTURE Value transfer Object reference (TYPE REF TO) IF_ACO_STRUCTURE ACO internal table 20100528
# Exception Resumable Description Created on
1 CX_ACO_EXCEPTION SAP ACo Base exception 20100531
2 CX_ACO_NAME_NOT_FOUND Invalid input 20100531

Method GET_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING Field Name 20100528
2 Returning TABLE Value transfer Object reference (TYPE REF TO) IF_ACO_TABLE ACO internal table 20100528
# Exception Resumable Description Created on
1 CX_ACO_EXCEPTION SAP ACo Base exception 20100531
2 CX_ACO_NAME_NOT_FOUND Invalid input 20100531

Method GET_VALUE 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 20100528
2 Importing NAME Call by reference Type reference (TYPE) STRING Field Name 20100528
# Exception Resumable Description Created on
1 CX_ACO_EXCEPTION SAP ACo Base exception 20100528
2 CX_ACO_NAME_NOT_FOUND Invalid input 20100531

Method SET_VALUE 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 20100528
2 Importing NAME Call by reference Type reference (TYPE) STRING Field Name 20100528
# Exception Resumable Description Created on
1 CX_ACO_EXCEPTION SAP ACo Base exception 20100528
2 CX_ACO_NAME_NOT_FOUND Invalid input 20100531
History
Last changed by/on SAP  20130531 
SAP Release Created in 800