SAP ABAP Class IF_FOBJ_EVENT_HANDLER (Event Handler for FIN Objects)
Meta Relationship - Used By
Properties
| Class | IF_FOBJ_EVENT_HANDLER | |
| Short Description | Event Handler for FIN Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040827 | SAP |
| Last change | 20050301 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_FOBJ_EVENT_HANDLER has no forward declaration.
Interfaces
Class IF_FOBJ_EVENT_HANDLER has no interface implemented.
Friends
Class IF_FOBJ_EVENT_HANDLER has no friend class.
Attributes
Class 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
Class 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 |