SAP ABAP Class IF_EDM_STRUCTURE (IF_EDM_STRUCTURE)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_EDM_DATA 20061023
Properties
Class IF_EDM_STRUCTURE  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20061023   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_EDM_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_EDM_STRUCTURE has no interface implemented.
Friends
Class IF_EDM_STRUCTURE has no friend class.
Attributes
Class IF_EDM_STRUCTURE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACCEPT Instance method Public Method 20061023
2 ACCEPT_TYPE Instance method Public Method 20061126
3 ADD_FIELD Instance method Public Method Adds Field to this Structure 20061023
4 CLEAR Instance method Public Method 20071109
5 CLONE Instance method Public Method 20061030
6 CREATE_FIELD Instance method Public Method Generates a New, Simple Field and Adds It 20071010
7 FIND_FIELD Instance method Public Method Searches for Field with a Certain Name 20070903
8 GET_ABS_NAME Instance method Public Method 20061108
9 GET_ATTACHMENT Instance method Public Method 20061126
10 GET_FIELDS Instance method Public Method Supplies Fields of this Structure 20061023
11 GET_FIELDVALUE Instance method Public Method Supplies Value of a Simple Field in this Structure 20070909
12 GET_FLAVOR Instance method Public Method 20061130
13 GET_NAME Instance method Public Method 20061023
14 GET_PARENT Instance method Public Method 20061024
15 IS_EQUAL Instance method Public Method 20071109
16 IS_INITIAL Instance method Public Method 20061030
17 REMOVE_FIELD Instance method Public Method Removes a Field from this Structure 20070702
18 SET_ATTACHMENT Instance method Public Method 20061126
19 SET_FIELDVALUE Instance method Public Method Sets Value of a Simple Field in this Structure 20070909
20 SET_FLAVOR Instance method Public Method 20061130
21 SET_NAME Instance method Public Method 20071109
22 TO_RDA Instance method Public Method 20061026
23 TO_XML Instance method Public Method 20061108
24 VALIDATE Instance method Public Method 20071113
Events
Class IF_EDM_STRUCTURE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TAB Public Attribute reference (LIKE) 20061030
Method Signatures

Method ACCEPT Signature

Method ACCEPT on class IF_EDM_STRUCTURE has no parameter.
Method ACCEPT on class IF_EDM_STRUCTURE has no exception.

Method ACCEPT_TYPE Signature

Method ACCEPT_TYPE on class IF_EDM_STRUCTURE has no parameter.
Method ACCEPT_TYPE on class IF_EDM_STRUCTURE has no exception.

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD Call by reference Object reference (TYPE REF TO) IF_EDM_DATA 20061023

Method ADD_FIELD on class IF_EDM_STRUCTURE has no exception.

Method CLEAR Signature

Method CLEAR on class IF_EDM_STRUCTURE has no parameter.
Method CLEAR on class IF_EDM_STRUCTURE has no exception.

Method CLONE Signature

Method CLONE on class IF_EDM_STRUCTURE has no parameter.
Method CLONE on class IF_EDM_STRUCTURE has no exception.

Method CREATE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20071010
2 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE 20071102
3 Returning R_FIELD Value transfer Object reference (TYPE REF TO) IF_EDM_SIMPLE 20071010

Method CREATE_FIELD on class IF_EDM_STRUCTURE has no exception.

Method FIND_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20070903
2 Returning R_FIELD Value transfer Object reference (TYPE REF TO) IF_EDM_DATA 20070903

Method FIND_FIELD on class IF_EDM_STRUCTURE has no exception.

Method GET_ABS_NAME Signature

Method GET_ABS_NAME on class IF_EDM_STRUCTURE has no parameter.
Method GET_ABS_NAME on class IF_EDM_STRUCTURE has no exception.

Method GET_ATTACHMENT Signature

Method GET_ATTACHMENT on class IF_EDM_STRUCTURE has no parameter.
Method GET_ATTACHMENT on class IF_EDM_STRUCTURE has no exception.

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FIELDS Value transfer Type reference (TYPE) IF_EDM_DATA=>TAB 20061023

Method GET_FIELDS on class IF_EDM_STRUCTURE has no exception.

Method GET_FIELDVALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE Name des einfachen Feldes 20070909
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING Wert des einfachen Feldes 20070909

Method GET_FIELDVALUE on class IF_EDM_STRUCTURE has no exception.

Method GET_FLAVOR Signature

Method GET_FLAVOR on class IF_EDM_STRUCTURE has no parameter.
Method GET_FLAVOR on class IF_EDM_STRUCTURE has no exception.

Method GET_NAME Signature

Method GET_NAME on class IF_EDM_STRUCTURE has no parameter.
Method GET_NAME on class IF_EDM_STRUCTURE has no exception.

Method GET_PARENT Signature

Method GET_PARENT on class IF_EDM_STRUCTURE has no parameter.
Method GET_PARENT on class IF_EDM_STRUCTURE has no exception.

Method IS_EQUAL Signature

Method IS_EQUAL on class IF_EDM_STRUCTURE has no parameter.
Method IS_EQUAL on class IF_EDM_STRUCTURE has no exception.

Method IS_INITIAL Signature

Method IS_INITIAL on class IF_EDM_STRUCTURE has no parameter.
Method IS_INITIAL on class IF_EDM_STRUCTURE has no exception.

Method REMOVE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD Call by reference Object reference (TYPE REF TO) IF_EDM_DATA 20070702

Method REMOVE_FIELD on class IF_EDM_STRUCTURE has no exception.

Method SET_ATTACHMENT Signature

Method SET_ATTACHMENT on class IF_EDM_STRUCTURE has no parameter.
Method SET_ATTACHMENT on class IF_EDM_STRUCTURE has no exception.

Method SET_FIELDVALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE Name des einfachen Feldes 20070909
2 Importing I_VALUE Call by reference Type reference (TYPE) CSEQUENCE Wert des einfachen Feldes 20070909

Method SET_FIELDVALUE on class IF_EDM_STRUCTURE has no exception.

Method SET_FLAVOR Signature

Method SET_FLAVOR on class IF_EDM_STRUCTURE has no parameter.
Method SET_FLAVOR on class IF_EDM_STRUCTURE has no exception.

Method SET_NAME Signature

Method SET_NAME on class IF_EDM_STRUCTURE has no parameter.
Method SET_NAME on class IF_EDM_STRUCTURE has no exception.

Method TO_RDA Signature

Method TO_RDA on class IF_EDM_STRUCTURE has no parameter.
Method TO_RDA on class IF_EDM_STRUCTURE has no exception.

Method TO_XML Signature

Method TO_XML on class IF_EDM_STRUCTURE has no parameter.
Method TO_XML on class IF_EDM_STRUCTURE has no exception.

Method VALIDATE Signature

Method VALIDATE on class IF_EDM_STRUCTURE has no parameter.
Method VALIDATE on class IF_EDM_STRUCTURE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in