SAP ABAP Interface IF_FINB_MSG_HANDLER_FACTORY (Factory for Message Handler)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB-SRV (Application Component) Services
⤷
FINB_MSG_HANDLING (Package) Message Handler with Extended Context Information

⤷

⤷

Properties
Interface | IF_FINB_MSG_HANDLER_FACTORY | |
Short Description | Factory for Message Handler |
General Data
Package | FINB_MSG_HANDLING | Message Handler with Extended Context Information |
Created | 20010615 | SAP |
Last changed | 20041209 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FINB_MSG_HANDLER_FACTORY has no forward declaration.
Interfaces
Interface IF_FINB_MSG_HANDLER_FACTORY has no interface.
Friends
Interface IF_FINB_MSG_HANDLER_FACTORY has no friend.
Attributes
Interface IF_FINB_MSG_HANDLER_FACTORY has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates a Callback Instance (with Constant Behavior) | 20010629 |
2 | ![]() |
Instance method | Public | Method | Creates a Callback Instance (with Dynamic Behavior) | 20010629 |
3 | ![]() |
Instance method | Public | Method | Creates a Message Handler Instance | 20010615 |
4 | ![]() |
Instance method | Public | Method | Message to refer to context change | 20030224 |
5 | ![]() |
Instance method | Public | Method | Message to restore default level | 20030224 |
6 | ![]() |
Instance method | Public | Method | Gets Assigned Context_Factory for Default Handler | 20040226 |
7 | ![]() |
Instance method | Public | Method | Deliver default message handler instance | 20030221 |
8 | ![]() |
Instance method | Public | Method | Deliver current message level | 20030224 |
9 | ![]() |
Instance method | Public | Method | (Internal only) May not be used by the application! | 20040805 |
10 | ![]() |
Instance method | Public | Method | Sets Context Infor for Later Creation of Instances | 20010914 |
Events
Interface IF_FINB_MSG_HANDLER_FACTORY has no event.
Types
Interface IF_FINB_MSG_HANDLER_FACTORY has no local type.
Method Signatures
Method CREATE_CONSTANT_CALLBACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STRATEGY | Value transfer | Type reference (TYPE) | FINB_MSG_PROPAGATION_STRATEGY | Propagations Stretegy für die Behandlung von Messages | 20010629 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER_CALLBACK | Callback Instanz zur Message Behandlung | 20010629 |
Method CREATE_CONSTANT_CALLBACK on Interface IF_FINB_MSG_HANDLER_FACTORY has no exception.
Method CREATE_DYNAMIC_CALLBACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_MSGTY | Value transfer | Type reference (TYPE) | SYMSGTY | Nachrichten, Nachrichtentyp | 20010703 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER_CALLBACK | Callback Instanz zur Message Behandlung | 20010629 |
Method CREATE_DYNAMIC_CALLBACK on Interface IF_FINB_MSG_HANDLER_FACTORY has no exception.
Method CREATE_MSG_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MSG_HANDLER_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER_CALLBACK | Callback Instanz zur Message Behandlung | 20010615 | ||
2 | ![]() |
I_HDR_CONTEXT | Call by reference | Type reference (TYPE) | BALCVAL | Anwendungs-Log: Daten des Kontextes | 20030403 | ||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20010615 |
Method CREATE_MSG_HANDLER on Interface IF_FINB_MSG_HANDLER_FACTORY has no exception.
Method DEFAULT_LEVEL_CHANGED_BY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_FINB_MSG_CONTEXT_FACTORY | Interface Methode zur Erzeugung von Nachrichtenkontexten | 20030224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Nur Kontextfactory Instanzen dürfen Default Handler erzeugen | 20030224 |
Method DEFAULT_LEVEL_FLUSHED_BY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_FINB_MSG_CONTEXT_FACTORY | Interface Methode zur Erzeugung von Nachrichtenkontexten | 20030224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausführung nur durch erzeuger des Defaultlevels | 20030224 |
Method GET_DEFAULT_CONTEXT_FACTORY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_CONTEXT_FACTORY | Interface Methode zur Erzeugung von Nachrichtenkontexten | 20040226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Kontext-Factory als Default gesetzt | 20040722 |
Method GET_DEFAULT_MSG_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20030221 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040722 |
Method GET_DEFAULT_MSG_LEVEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | BALLEVEL | Anwendungs-Log: Detaillierungsgrad | 20030224 |
Method GET_DEFAULT_MSG_LEVEL on Interface IF_FINB_MSG_HANDLER_FACTORY has no exception.
Method SET_DEFAULT_MSG_HANDLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MSG_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_MSG_HANDLER | Message Handler | 20040805 |
Method SET_DEFAULT_MSG_HANDLER on Interface IF_FINB_MSG_HANDLER_FACTORY has no exception.
Method SET_MSG_HANDLER_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXTNUMBER | Value transfer | Type reference (TYPE) | BALNREXT | Anwendungs-Log: Externe Identifikation | 20010914 | ||
2 | ![]() |
I_OBJECT | Value transfer | Type reference (TYPE) | BALOBJ_D | Anwendungs-Log: Objektname (Applikationskürzel) | 20010914 | ||
3 | ![]() |
I_STRUCTURE_NAME | Value transfer | Type reference (TYPE) | STRUKNAME | Name einer Struktur | 20030711 | ||
4 | ![]() |
I_SUBOBJECT | Value transfer | Type reference (TYPE) | BALSUBOBJ | Anwendungs-Log: Unterobjekt | 20010914 |
Method SET_MSG_HANDLER_CONTEXT on Interface IF_FINB_MSG_HANDLER_FACTORY has no exception.
History
Last changed by/on | SAP | 20041209 |
SAP Release Created in | 3.1A |