SAP ABAP Class IF_LO_OIF_PLUGIN (LO OIF PlugIn for integrated sub-application)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LO_OIF_PLUGIN_EXAMPLE | LO OIF Example PlugIn Member | 20080827 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LO_OIF_PLUGIN_TAGGING | Plugin for Tagging | 20120215 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LO_OIF_PLUGIN_VCFGPLM | VC plugin class for LO OIF | 20090204 |
Properties
Class | IF_LO_OIF_PLUGIN | |
Short Description | LO OIF PlugIn for integrated sub-application | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080729 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_LO_OIF_PLUGIN has no forward declaration.
Interfaces
Class IF_LO_OIF_PLUGIN has no interface implemented.
Friends
Class IF_LO_OIF_PLUGIN has no friend class.
Attributes
Class IF_LO_OIF_PLUGIN has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Closing actions after UIBB FCODE processing | 20080828 |
2 | ![]() |
Instance method | Public | Method | Closing actions after UIBB PAI processing | 20080828 |
3 | ![]() |
Instance method | Public | Method | Closing actions after UIBB PBO processing | 20080828 |
4 | ![]() |
Instance method | Public | Method | Treat action/FCODE at end of UIBB data transfer | 20080828 |
5 | ![]() |
Instance method | Public | Method | Treat error state after action/FCODE failed | 20080828 |
6 | ![]() |
Instance method | Public | Method | Destruct data of plug in area | 20080828 |
7 | ![]() |
Instance method | Public | Method | Starting actions before UIBB FCODE processing | 20080828 |
8 | ![]() |
Instance method | Public | Method | Starting actions before UIBB PAI processing | 20080828 |
9 | ![]() |
Instance method | Public | Method | Starting actions before UIBB PBO processing | 20080828 |
10 | ![]() |
Static method | Public | Method | Return plug in instance of my implementing plug in class | 20080801 |
11 | ![]() |
Instance method | Public | Method | Returns whether plug in contains changes or not | 20080827 |
12 | ![]() |
Instance method | Public | Method | Adoption of general FPM OIF components | 20080828 |
13 | ![]() |
Instance method | Public | Method | Adoption of visible FPM TABBED components | 20080828 |
14 | ![]() |
Instance method | Public | Method | Submit NON-LORD-data into NON-LORD-API backend | 20080828 |
Events
Class IF_LO_OIF_PLUGIN has no event.
Types
Class IF_LO_OIF_PLUGIN has no local type.
Method Signatures
Method AFTER_FCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20080828 | ||
2 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 |
Method AFTER_FCODE on class IF_LO_OIF_PLUGIN has no exception.
Method AFTER_PAI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 |
Method AFTER_PAI on class IF_LO_OIF_PLUGIN has no exception.
Method AFTER_PBO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 |
Method AFTER_PBO on class IF_LO_OIF_PLUGIN has no exception.
Method AT_FCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20080828 | ||
2 | ![]() |
IO_CNR | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CNR_OIF | Interface for CNR in OIF | 20080828 | ||
3 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
4 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 | ||
5 | ![]() |
IO_NAVI_TO | Call by reference | Object reference (TYPE REF TO) | IF_FPM_NAVIGATE_TO | Navigate to targets | 20080828 | ||
6 | ![]() |
IT_ACTION | Call by reference | Type reference (TYPE) | TDT_ACTION | Table Type for Structure TDS_ACTION | 20090519 |
Method AT_FCODE on class IF_LO_OIF_PLUGIN has no exception.
Method AT_FCODE_FAILED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CNR | Call by reference | Object reference (TYPE REF TO) | IF_FPM_CNR_OIF | Interface for CNR in OIF | 20080828 | ||
2 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 | ||
4 | ![]() |
IO_NAVI_TO | Call by reference | Object reference (TYPE REF TO) | IF_FPM_NAVIGATE_TO | Navigate to targets | 20080828 | ||
5 | ![]() |
IT_ACTION | Call by reference | Type reference (TYPE) | TDT_ACTION | Table Type for Structure TDS_ACTION | 20090519 |
Method AT_FCODE_FAILED on class IF_LO_OIF_PLUGIN has no exception.
Method AT_FREE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 | ||
2 | ![]() |
IV_KEEP_APPL_PARAMETERS | Call by reference | Type reference (TYPE) | BOOLE_D | 'X': Keep pplication parameters (e.g. at toggle of proc mode | 20080828 |
Method AT_FREE on class IF_LO_OIF_PLUGIN has no exception.
Method BEFORE_FCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RESULT | Call by reference | Type reference (TYPE) | FPM_EVENT_RESULT | Result of processing of a specific FPM event | 20080828 | ||
2 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
3 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 |
Method BEFORE_FCODE on class IF_LO_OIF_PLUGIN has no exception.
Method BEFORE_PAI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 |
Method BEFORE_PAI on class IF_LO_OIF_PLUGIN has no exception.
Method BEFORE_PBO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_FPM_EVENT | CL_FPM_EVENT | 20080828 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 |
Method BEFORE_PBO on class IF_LO_OIF_PLUGIN has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090218 | ||
2 | ![]() |
RO_PLUGIN | Value transfer | Object reference (TYPE REF TO) | IF_LO_OIF_PLUGIN | LO OIF PlugIn for integrated sub-application | 20080801 |
Method GET_INSTANCE on class IF_LO_OIF_PLUGIN has no exception.
Method HAS_CHANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_HAS_CHANGES | Call by reference | Type reference (TYPE) | BOOLE_D | 'X': Plug in has changes | 20080827 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 |
Method HAS_CHANGES on class IF_LO_OIF_PLUGIN has no exception.
Method OVERRIDE_OIF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 | ||
2 | ![]() |
IO_OIF | Call by reference | Object reference (TYPE REF TO) | IF_FPM_OIF | Interface for Communication FPM App CC | 20080828 |
Method OVERRIDE_OIF on class IF_LO_OIF_PLUGIN has no exception.
Method OVERRIDE_TABS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 | ||
2 | ![]() |
IO_TABBED | Call by reference | Object reference (TYPE REF TO) | IF_FPM_TABBED | Tabbed UIBB API | 20080828 |
Method OVERRIDE_TABS on class IF_LO_OIF_PLUGIN has no exception.
Method SUBMIT_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | IF_LO_OIF_MODEL_EXT | Interface for external access to class CL_LO_OIF_MODEL | 20090217 | ||
2 | ![]() |
IT_ADDITIONAL_DATA | Call by reference | Type reference (TYPE) | TDT_ADDITIONAL_DATA | Additional plug-in data outside the LORD API/framework | 20080828 | ||
3 | ![]() |
IT_OBJINST | Call by reference | Type reference (TYPE) | TDT_OBJINST | Table Type for Structure TDS_OBJINST | 20080828 | ||
4 | ![]() |
IV_LORD_ERROR_STATE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20080828 |
Method SUBMIT_DATA on class IF_LO_OIF_PLUGIN has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in |