SAP ABAP Interface IF_GENIL_SO_HANDLER (Interface for Simple Objects Within the Generic IL)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-GOL-GIL (Application Component) Generic Interaction Layer
⤷
CRM_GENIL_SIMPLE_OBJ_COMP (Package) Components of the Generic IL for Simple Objects
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CRM_GENIL_ABSTR_SO_HANDLER | Abstract Handling Object for a Simple Business Object | 20011115 |
Properties
| Interface | IF_GENIL_SO_HANDLER | |
| Short Description | Interface for Simple Objects Within the Generic IL |
General Data
| Package | CRM_GENIL_SIMPLE_OBJ_COMP | Components of the Generic IL for Simple Objects |
| Created | 20011115 | SAP |
| Last changed | 20081007 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_GENIL_SO_HANDLER has no forward declaration.
Interfaces
Interface IF_GENIL_SO_HANDLER has no interface.
Friends
Interface IF_GENIL_SO_HANDLER has no friend.
Attributes
Interface IF_GENIL_SO_HANDLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check Whether Instances Can Be Saved | 20030509 | |
| 2 | Instance method | Public | Method | Generate a Qty of Object Instances According to Parameters | 20011203 | |
| 3 | Instance method | Public | Method | Delete Instances | 20011115 | |
| 4 | Instance method | Public | Method | Destructor Method for Instance | 20021204 | |
| 5 | Instance method | Public | Method | Execute an Instance Method | 20011115 | |
| 6 | Instance method | Public | Method | Returns Attributes and Relations of Instances | 20011115 | |
| 7 | Instance method | Public | Method | Returns a List of Instances That Fulfill Search Parameters | 20011115 | |
| 8 | Instance method | Public | Method | Reset Buffer for Instances | 20011115 | |
| 9 | Instance method | Public | Method | Lock Instances | 20011115 | |
| 10 | Instance method | Public | Method | Change Attributes and Relations of Instances in Buffer | 20011115 | |
| 11 | Instance method | Public | Event handling method | Event Handler for "After Commit" | 20020114 | |
| 12 | Instance method | Public | Event handling method | Event Handler for "After Rollback" | 20020114 | |
| 13 | Instance method | Public | Method | Save Instances | 20011115 |
Events
Interface IF_GENIL_SO_HANDLER has no event.
Types
Interface IF_GENIL_SO_HANDLER has no local type.
Method Signatures
Method CHECK_BEFORE_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECT_LIST | Call by reference | Type reference (TYPE) | CRMT_OBJ_LINE_TAB | Objekttabelle mit Objekttyp und ID | 20030509 | |||
| 2 | IV_MSG_SERVICE_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_MSG_SERVICE_ACCESS | Interface für einfachen Zugriff auf den GenIL Meldungsdienst | 20050727 |
Method CHECK_BEFORE_SAVE on Interface IF_GENIL_SO_HANDLER has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_PARAMETERS | Call by reference | Type reference (TYPE) | CRMT_NAME_VALUE_PAIR_TAB | Parametertabelle von Name-Wert-Paaren | 20020114 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20011203 | |||
| 3 | IV_SIMPLE_OBJ_LIST | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONT_SIMPLE_OBJLIST | Data Container - Simple Object List Interface | 20020418 |
Method CREATE on Interface IF_GENIL_SO_HANDLER has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECT_LIST | Call by reference | Type reference (TYPE) | CRMT_OBJ_LINE_TAB | Objekttabelle mit Objekttyp und ID | 20020114 | |||
| 2 | IV_MSG_SERVICE_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_MSG_SERVICE_ACCESS | Interface für einfachen Zugriff auf den GenIL Meldungsdienst | 20050727 |
Method DELETE on Interface IF_GENIL_SO_HANDLER has no exception.
Method DESTROY Signature
Method DESTROY on Interface IF_GENIL_SO_HANDLER has no parameter.
Method DESTROY on Interface IF_GENIL_SO_HANDLER has no exception.
Method EXECUTE_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECT_LIST | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJ_INST_LINE_TAB | Objekttabelle mit Objekttyp und ID | 20020115 | |||
| 2 | ET_CHANGED_OBJECTS | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | Tabelle von Objektinstanzen im generischen IL | 20030515 | |||
| 3 | IT_PARAMETERS | Call by reference | Type reference (TYPE) | CRMT_NAME_VALUE_PAIR_TAB | Parametertabelle von Name-Wert-Paaren | 20011203 | |||
| 4 | IV_METHOD_NAME | Call by reference | Type reference (TYPE) | CRMT_OBJ_METHOD_NAME | Name einer Business Objekt Methode | 20011203 |
Method EXECUTE_METHOD on Interface IF_GENIL_SO_HANDLER has no exception.
Method GET_DETAIL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_REQUEST_OBJECT | Call by reference | Type reference (TYPE) | CRMT_REQUEST_OBJ | Struktur zur Spezifikation des Objektrequests | 20011220 | |||
| 2 | IV_SIMPLE_OBJ_LIST | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONT_SIMPLE_OBJLIST | Data Container - Simple Object List Interface | 20020418 |
Method GET_DETAIL on Interface IF_GENIL_SO_HANDLER has no exception.
Method GET_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_REQUEST_OBJECT | Call by reference | Type reference (TYPE) | CRMT_REQUEST_OBJ | Struktur zur Spezifikation des Objektrequests | 20011220 | |||
| 2 | IT_PARAMETERS | Call by reference | Type reference (TYPE) | CRMT_NAME_VALUE_PAIR_TAB | Parametertabelle von Name-Wert-Paaren | 20011206 | |||
| 3 | IV_QUERY_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | externer Name eines Objekts | 20011203 | |||
| 4 | IV_SIMPLE_OBJ_LIST | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONT_SIMPLE_OBJLIST | Data Container - Simple Object List Interface | 20020418 |
Method GET_LIST on Interface IF_GENIL_SO_HANDLER has no exception.
Method INIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECT_LIST | Call by reference | Type reference (TYPE) | CRMT_OBJ_LINE_TAB | Objekttabelle mit Objekttyp und ID | 20020114 | |||
| 2 | IV_MSG_SERVICE_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_MSG_SERVICE_ACCESS | Interface für einfachen Zugriff auf den GenIL Meldungsdienst | 20050727 |
Method INIT on Interface IF_GENIL_SO_HANDLER has no exception.
Method LOCK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECT_LIST | Call by reference | Type reference (TYPE) | CRMT_OBJ_LINE_TAB | Objekttabelle mit Objekttyp und ID | 20020114 | |||
| 2 | IV_MSG_SERVICE_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_MSG_SERVICE_ACCESS | 20040510 |
Method LOCK on Interface IF_GENIL_SO_HANDLER has no exception.
Method MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CHANGED_OBJECTS | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | Tabelle von Objektinstanzen im generischen IL | 20020418 | |||
| 2 | IV_SIMPLE_OBJ_LIST | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_CONT_SIMPLE_OBJLIST | Data Container - Simple Object List Interface | 20020418 |
Method MODIFY on Interface IF_GENIL_SO_HANDLER has no exception.
Method ON_AFTER_COMMIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20040316 |
Method ON_AFTER_COMMIT on Interface IF_GENIL_SO_HANDLER has no exception.
Method ON_AFTER_ROLLBACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20040316 |
Method ON_AFTER_ROLLBACK on Interface IF_GENIL_SO_HANDLER has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_OBJECT_LIST | Call by reference | Type reference (TYPE) | CRMT_OBJ_LINE_TAB | Objekttabelle mit Objekttyp und ID | 20020114 | |||
| 2 | IV_MSG_SERVICE_ACCESS | Call by reference | Object reference (TYPE REF TO) | IF_GENIL_MSG_SERVICE_ACCESS | Interface für einfachen Zugriff auf den GenIL Meldungsdienst | 20050727 |
Method SAVE on Interface IF_GENIL_SO_HANDLER has no exception.
History
| Last changed by/on | SAP | 20081007 |
| SAP Release Created in | 301 |