SAP ABAP Class IF_SAMDT_METADATA_ADAPTER (Adapter to retrieve metadata from the consuming framework)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/CL_SAMDT_METADATA_BOPF | S&AM Designtime: Metadata adapter | 20100727 |
Properties
| Class | IF_SAMDT_METADATA_ADAPTER | |
| Short Description | Adapter to retrieve metadata from the consuming framework | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100325 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SAMDT_METADATA_ADAPTER has no forward declaration.
Interfaces
Class IF_SAMDT_METADATA_ADAPTER has no interface implemented.
Friends
Class IF_SAMDT_METADATA_ADAPTER has no friend class.
Attributes
Class IF_SAMDT_METADATA_ADAPTER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Takes in BO name and gives out nodes (NameNode ???) | 20100325 | |
| 2 | Instance method | Public | Method | Retrieves all Business Objects from consuming framwork | 20100325 | |
| 3 | Instance method | Public | Method | Derivations | 20100325 | |
| 4 | Instance method | Public | Method | Takes in node and gives actions | 20100325 | |
| 5 | Instance method | Public | Method | 20100325 | ||
| 6 | Instance method | Public | Method | Takes in Node, Status variable and gives status values | 20100325 | |
| 7 | Instance method | Public | Method | Takes in Node and gives status variable | 20100325 | |
| 8 | Instance method | Public | Method | Sub processes | 20100326 | |
| 9 | Instance method | Public | Method | Gives target node for given association | 20100506 |
Events
Class IF_SAMDT_METADATA_ADAPTER has no event.
Types
Class IF_SAMDT_METADATA_ADAPTER has no local type.
Method Signatures
Method GET_BO_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BO_NODES | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_BO_NODES | Table of Strings | 20100325 | |||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | SAM Business objects | 20100325 |
Method GET_BO_NODES on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_BUSINESS_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BUSINESS_OBJECTS | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_BUSINESS_OBJECTS | Table of Strings | 20100325 |
Method GET_BUSINESS_OBJECTS on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_DERIVATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DERIVATIONS | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_DERIVATIONS | Table of Strings | 20100325 | |||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | SAM Business objects | 20100325 |
Method GET_DERIVATIONS on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_SAM_ACTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SAM_ACTIONS | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_SAM_ACTIONS | Table of Strings | 20100325 | |||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | SAM Business objects | 20100325 | |||
| 3 | ID_NODE_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECT_NODE | SAM Business Object Node | 20100325 |
Method GET_SAM_ACTIONS on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_SAM_SCHEMAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SAM_SCHEMAS | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_SAM_SCHEMAS | Table of Strings | 20100325 | |||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | SAM Business objects | 20100325 | |||
| 3 | ID_BO_NODE_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECT_NODE | SAM Business Object Node | 20100325 |
Method GET_SAM_SCHEMAS on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_STATUS_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_STATUS_VALUES | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_STATUS_VALUES | Table of Strings | 20100325 | |||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | SAM Business objects | 20100325 | |||
| 3 | ID_NODE_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECT_NODE | SAM Business Object Node | 20100325 | |||
| 4 | ID_STATUS_VARIABLE | Call by reference | Type reference (TYPE) | STATUS_VARIABLE | SAM Status Variable | 20100325 |
Method GET_STATUS_VALUES on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_STATUS_VARIABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_STATUS_VARIABLES | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_STATUS_VARIABLES | Table of Strings | 20100325 | |||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | 20100325 | ||||
| 3 | ID_NODE_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECT_NODE | SAM Business Object Node | 20100325 |
Method GET_STATUS_VARIABLES on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_SUB_PROCESSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SUB_PROCESSES | Call by reference | Type reference (TYPE) | IF_SAMDT_TYPES=>TT_SUB_PROCESSES | 20100326 | ||||
| 2 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | SAM Business objects | 20100326 |
Method GET_SUB_PROCESSES on class IF_SAMDT_METADATA_ADAPTER has no exception.
Method GET_TARGET_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ED_TARGET_NODE | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECT_NODE | SAM Business Object Node | 20100506 | |||
| 2 | ID_ASSOCIATION_NAME | Call by reference | Type reference (TYPE) | SAMDT_ASSOCIATION | S&AM Association name | 20100506 | |||
| 3 | ID_BO_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECTS | SAM Business objects | 20100506 | |||
| 4 | ID_BO_NODE_NAME | Call by reference | Type reference (TYPE) | SAM_BUSINESS_OBJECT_NODE | SAM Business Object Node | 20100506 |
Method GET_TARGET_NODE on class IF_SAMDT_METADATA_ADAPTER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |