SAP ABAP Class IF_LTR_EXIT_MANAGER (Interface for management for custom exits for LTR objects)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_LTR_EXIT_MANAGER | Singleton management class for custom exits for LTR objects | 20140306 |
Properties
| Class | IF_LTR_EXIT_MANAGER | |
| Short Description | Interface for management for custom exits for LTR objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20131111 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_LTR_EXIT_MANAGER has no interface implemented.
Friends
Class IF_LTR_EXIT_MANAGER has no friend class.
Attributes
Class IF_LTR_EXIT_MANAGER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates the include from the template and adds the exit | 20140306 | |
| 2 | Instance method | Public | Method | Returns the list of exits assigned to an LTR object | 20140306 | |
| 3 | Instance method | Public | Method | Puses the list of exit associations to the remote system | 20140306 | |
| 4 | Instance method | Public | Method | Sets an exit for a given LTR object | 20140306 |
Events
Class IF_LTR_EXIT_MANAGER has no event.
Types
Class IF_LTR_EXIT_MANAGER has no local type.
Method Signatures
Method CREATE_EXIT_FROM_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CUSTOM_INCLUDE_NAME | Call by reference | Type reference (TYPE) | SE30INCL | Include | 20140306 | |||
| 2 | IV_EXIT_TYPE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20140306 | |||
| 3 | IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | LTR_GUID | LTR: Object GUID | 20140306 | |||
| 4 | IV_OVERWRITE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Overwrite existing include? | 20140306 | ||
| 5 | IV_REPLACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Replace exit that currently has the sequence number? | 20140306 | ||
| 6 | IV_SEQUENCE_NUMBER | Call by reference | Type reference (TYPE) | DMC_SEQNUM | 1 | Sequence number | 20140306 | ||
| 7 | IV_SUBOBJECT | Call by reference | Type reference (TYPE) | CHAR32 | SPACE | Identifier of the subobject | 20140306 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An exit is already assigned | 20140306 | ||
| 2 | LTR custom exit not found | 20140306 | ||
| 3 | Authority check failed | 20140306 | ||
| 4 | Object already exists | 20140306 | ||
| 5 | Failed to insert report into repository | 20140306 | ||
| 6 | Failure reading a report | 20140306 | ||
| 7 | System Exception: Program Lines Too Long | 20140306 |
Method GET_EXITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXIT_TYPE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20140306 | |||
| 2 | IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | LTR_GUID | LTR: Object GUID | 20140306 | |||
| 3 | IV_SUBOBJECT | Call by reference | Type reference (TYPE) | CHAR32 | SPACE | Identifier of the subobject | 20140306 | ||
| 4 | RT_EXITS | Value transfer | Type reference (TYPE) | LTR_T_EXITS | List of custom exits for LTR objects | 20140306 |
Method GET_EXITS on class IF_LTR_EXIT_MANAGER has no exception.
Method PUSH_EXIT_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXIT_TYPE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20140306 | |||
| 2 | IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | LTR_GUID | LTR: Object GUID | 20140306 | |||
| 3 | IV_SUBOBJECT | Call by reference | Type reference (TYPE) | CHAR32 | SPACE | Identifier of the subobject | 20140306 | ||
| 4 | IV_TARGET_SYSTEM | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20140306 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | RFC Communication Failure | 20140306 | ||
| 2 | Object not found | 20140306 | ||
| 3 | Authority check failed | 20140306 | ||
| 4 | RFC System Failure | 20140306 |
Method SET_EXIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXIT | Call by reference | Object reference (TYPE REF TO) | CL_LTR_EXIT | Customizable exit for LTR objects | 20140306 | |||
| 2 | IV_EXIT_TYPE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20140306 | |||
| 3 | IV_OBJECT_GUID | Call by reference | Type reference (TYPE) | LTR_GUID | LTR: Object GUID | 20140306 | |||
| 4 | IV_REPLACE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Replace exit that currently has the sequence number? | 20140306 | ||
| 5 | IV_SEQUENCE_NUMBER | Call by reference | Type reference (TYPE) | DMC_SEQNUM | 1 | Sequence number | 20140306 | ||
| 6 | IV_SUBOBJECT | Call by reference | Type reference (TYPE) | CHAR32 | SPACE | Identifier of the subobject | 20140306 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An exit is already assigned | 20140306 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in |