SAP ABAP Interface IF_FOBJ_EVENT_HANDLER (Event Handler for FIN Objects)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
FINB_FINOBJ_MANAGER (Package) Financial Object Administration

⤷

⤷

Meta Relationship - Used By
Properties
Interface | IF_FOBJ_EVENT_HANDLER | |
Short Description | Event Handler for FIN Objects |
General Data
Package | FINB_FINOBJ_MANAGER | Financial Object Administration |
Created | 20040827 | SAP |
Last changed | 20050301 | SAP |
Unicode checks active |
Forward declarations
Interface IF_FOBJ_EVENT_HANDLER has no forward declaration.
Interfaces
Interface IF_FOBJ_EVENT_HANDLER has no interface.
Friends
Interface IF_FOBJ_EVENT_HANDLER has no friend.
Attributes
Interface IF_FOBJ_EVENT_HANDLER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Called before FIN objects saved | 20040902 |
2 | ![]() |
Static method | Public | Method | Checks FIN Objects before Closing | 20050223 |
3 | ![]() |
Static method | Public | Method | Checks and supplements FIN objects with explicit creation | 20040914 |
4 | ![]() |
Static method | Public | Method | Checks and supplements FIN objects with implicit creation | 20040914 |
5 | ![]() |
Static method | Public | Method | Checks FIN Objects Before Deletion | 20050223 |
6 | ![]() |
Static method | Public | Method | Checks and supplements FIN objects after reading from DB | 20040914 |
Events
Interface IF_FOBJ_EVENT_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_INPUT | Public | See coding | 20040827 | BEGIN OF ys_input,
o_object TYPE REF TO cl_fobj_object,
r_s_add_values TYPE REF TO data,
o_msg_handler TYPE REF TO if_finb_msg_handler,
END OF ys_input
|
||
2 | YT_INPUT | Public | See coding | 20040827 | yt_input TYPE STANDARD TABLE OF ys_input WITH KEY o_object
|
Method Signatures
Method HANDLE_BEFORE_SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_IN_UPDATE_TASK | Call by reference | Type reference (TYPE) | BOOLE_D | 'X' = Verbuchungs-Task erzeugen | 20040913 | ||
2 | ![]() |
IT_OBJECT | Call by reference | Type reference (TYPE) | FOBJ_T_OBJECT | Tabelle mit FIN-Objekten | 20040902 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Verarbeitung abbrechen | 20040902 |
Method HANDLE_CLOSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INPUT | Call by reference | Type reference (TYPE) | YT_INPUT | 20050223 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objektunabhängiger Fehler - Verarbeitung abbrechen | 20050223 |
Method HANDLE_CREATE_EXPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INPUT | Call by reference | Type reference (TYPE) | YT_INPUT | 20040914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objektunabhängiger Fehler - Verarbeitung abbrechen | 20040914 |
Method HANDLE_CREATE_IMPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INPUT | Call by reference | Type reference (TYPE) | YT_INPUT | 20040914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objektunabhängiger Fehler - Verarbeitung abbrechen | 20040914 |
Method HANDLE_DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INPUT | Call by reference | Type reference (TYPE) | YT_INPUT | 20050223 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objektunabhängiger Fehler - Verarbeitung abbrechen | 20050223 |
Method HANDLE_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_INPUT | Call by reference | Type reference (TYPE) | YT_INPUT | 20040914 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objektunabhängiger Fehler - Verarbeitung abbrechen | 20040914 |
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20050301 |
SAP Release Created in | 300 |