SAP ABAP Class IF_FPM_FEEDER_MODEL (Feeder Model Interface)
Meta Relationship - Used By
Properties
| Class | IF_FPM_FEEDER_MODEL | |
| Short Description | Feeder Model Interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081202 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_FPM_FEEDER_MODEL has no interface implemented.
Friends
Class IF_FPM_FEEDER_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20081202 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Provides the inport object key | 20081208 | |
| 2 | Instance method | Public | Method | Returns the namespace of the model | 20081215 | |
| 3 | Instance method | Public | Method | Provides characterization of all outports | 20081202 | |
| 4 | Instance method | Public | Method | Provides the runtime data object for an outport | 20081202 | |
| 5 | Instance method | Public | Method | Sets the connector providing input | 20081202 |
Events
Class IF_FPM_FEEDER_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_PORT | Public | See coding | Outport description | 20081202 | BEGIN OF ty_s_port,
type TYPE fpm_model_port_type,
identifier TYPE fpm_model_port_identifier,
object_key TYPE REF TO data,
description TYPE fpm_model_port_description,
END OF ty_s_port
|
|
| 2 | TY_T_PORT | Public | See coding | Outport descriptions | 20081202 | ty_t_port TYPE STANDARD TABLE OF ty_s_port
WITH DEFAULT KEY
|
Method Signatures
Method GET_INPORT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_OBJECT_KEY | Value transfer | Object reference (TYPE REF TO) | DATA | Inport key (meta data, e.g. BO node name) | 20081208 |
Method GET_INPORT_KEY on class IF_FPM_FEEDER_MODEL has no exception.
Method GET_NAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NAMESPACE | Value transfer | Type reference (TYPE) | FPM_MODEL_NAMESPACE | Namespace for Wire Models | 20081215 |
Method GET_NAMESPACE on class IF_FPM_FEEDER_MODEL has no exception.
Method GET_OUTPORTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_OUTPORT | Call by reference | Type reference (TYPE) | TY_T_PORT | Outport descriptions | 20081202 |
Method GET_OUTPORTS on class IF_FPM_FEEDER_MODEL has no exception.
Method GET_OUTPORT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PORT_IDENTIFIER | Call by reference | Type reference (TYPE) | FPM_MODEL_PORT_IDENTIFIER | FPM: Model Port Identifier | 20081208 | |||
| 2 | IV_PORT_TYPE | Call by reference | Type reference (TYPE) | FPM_MODEL_PORT_TYPE | FPM Wire Model: Port Type | 20081202 | |||
| 3 | RO_DATA | Value transfer | Object reference (TYPE REF TO) | OBJECT | Entity container (fixed type within a namespace) | 20081202 |
Method GET_OUTPORT_DATA on class IF_FPM_FEEDER_MODEL has no exception.
Method SET_CONNECTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONNECTOR | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CONNECTOR_RUN | Connector: Methods Called by Application Feeder Models | 20081202 |
Method SET_CONNECTOR on class IF_FPM_FEEDER_MODEL has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |