SAP ABAP Interface IF_EDM_STRUCTURE (IF_EDM_STRUCTURE)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS (Application Component) Financial Services
     FS_EASY_DATA_MODEL (Package) Easy Data Model as Composite with Visitor
Properties
Interface IF_EDM_STRUCTURE  
Short Description    
General Data
Package FS_EASY_DATA_MODEL   Easy Data Model as Composite with Visitor 
Created 20061023   SAP 
Last changed 20110908   SAP 
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
# Interface Abstract Final Description Created on
1 IF_EDM_DATA 20061023
Friends
Interface IF_EDM_STRUCTURE has no friend.
Attributes
Interface 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
Interface 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 Interface IF_EDM_STRUCTURE has no parameter.
Method ACCEPT on Interface IF_EDM_STRUCTURE has no exception.

Method ACCEPT_TYPE Signature

Method ACCEPT_TYPE on Interface IF_EDM_STRUCTURE has no parameter.
Method ACCEPT_TYPE on Interface 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 Interface IF_EDM_STRUCTURE has no exception.

Method CLEAR Signature

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

Method CLONE Signature

Method CLONE on Interface IF_EDM_STRUCTURE has no parameter.
Method CLONE on Interface 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 Interface 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 Interface IF_EDM_STRUCTURE has no exception.

Method GET_ABS_NAME Signature

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

Method GET_ATTACHMENT Signature

Method GET_ATTACHMENT on Interface IF_EDM_STRUCTURE has no parameter.
Method GET_ATTACHMENT on Interface 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 Interface 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 Interface IF_EDM_STRUCTURE has no exception.

Method GET_FLAVOR Signature

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

Method GET_NAME Signature

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

Method GET_PARENT Signature

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

Method IS_EQUAL Signature

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

Method IS_INITIAL Signature

Method IS_INITIAL on Interface IF_EDM_STRUCTURE has no parameter.
Method IS_INITIAL on Interface 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 Interface IF_EDM_STRUCTURE has no exception.

Method SET_ATTACHMENT Signature

Method SET_ATTACHMENT on Interface IF_EDM_STRUCTURE has no parameter.
Method SET_ATTACHMENT on Interface 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 Interface IF_EDM_STRUCTURE has no exception.

Method SET_FLAVOR Signature

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

Method SET_NAME Signature

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

Method TO_RDA Signature

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

Method TO_XML Signature

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

Method VALIDATE Signature

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