SAP ABAP Interface IF_FPM_FEEDER_MODEL (Feeder Model Interface)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_CORE (Package) Floorplan Manager (Framework)
⤷
⤷
Meta Relationship - Used By
Properties
| Interface | IF_FPM_FEEDER_MODEL | |
| Short Description | Feeder Model Interface |
General Data
| Package | APB_FPM_CORE | Floorplan Manager (Framework) |
| Created | 20081202 | 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_FPM_FEEDER_MODEL has no interface.
Friends
Interface IF_FPM_FEEDER_MODEL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_PORT_TYPE | 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
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_FPM_FEEDER_MODEL has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |