SAP ABAP Interface IF_SLAD_MAINTENANCE (SLAD: Profile/Object Set Maintenance)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SLAD_UI_MAINTENANCE (Package) Layer Aware Debugging: Maintenance User Interface
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SLAD_OBJECT_SET_MAINTENANCE | SLAD: Maintain Object Set | 20060612 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SLAD_PROFILE_MAINTENANCE | SLAD: Maintain Object Set | 20060612 |
Properties
| Interface | IF_SLAD_MAINTENANCE | |
| Short Description | SLAD: Profile/Object Set Maintenance |
General Data
| Package | SLAD_UI_MAINTENANCE | Layer Aware Debugging: Maintenance User Interface |
| Created | 20060612 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | CL_SLAD_MAINT_REQUEST | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Interface IF_SLAD_MAINTENANCE has no interface.
Friends
Interface IF_SLAD_MAINTENANCE has no friend.
Attributes
Interface IF_SLAD_MAINTENANCE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20060920 | ||
| 2 | Instance method | Public | Method | 20060613 | ||
| 3 | Static method | Public | Method | 20060707 | ||
| 4 | Instance method | Public | Method | 20060616 | ||
| 5 | Instance method | Public | Method | 20060921 | ||
| 6 | Instance method | Public | Method | 20060919 | ||
| 7 | Instance method | Public | Method | 20060612 | ||
| 8 | Instance method | Public | Method | 20060616 | ||
| 9 | Instance method | Public | Method | 20060612 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DESTROY | Instance Event (0) |
Public (2) |
20060808 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_STATUS | Public | See coding | 20060919 | BEGIN OF ty_status ,
object_status TYPE ty_status_object ,
back_allowed TYPE flag,
exists TYPE flag,
END OF ty_status
|
||
| 2 | TY_STATUS_OBJECT | Public | See coding | 20060919 | BEGIN OF ty_status_object ,
ok_allowed TYPE flag,
edit_mode TYPE flag,
save_allowed TYPE flag,
END OF ty_status_object
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CHECK_OK | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20060920 | |||
| 2 | P_SUCCESS_MESSAGE | Call by reference | Type reference (TYPE) | FLAG | allgemeines flag | 20060921 |
Method CHECK on Interface IF_SLAD_MAINTENANCE has no exception.
Method CLOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_STORE | Call by reference | Type reference (TYPE) | FLAG | 'X' | allgemeines flag | 20060920 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060626 | |||
| 2 | SLAD: Fehlerhafte ext. Anfrage | 20060613 |
Method F4_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJECT_KEY | Call by reference | Type reference (TYPE) | SLAD_OBJECT_KEY | SLAD: Objektschlüssel | 20060707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SALD: Aktion abgebrochen | 20060707 | ||
| 2 | SALD: Eingabe nicht erlaubt | 20060707 |
Method GET_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_SLAD_VISU_OBJECT | SLAD: Objektschlüssel | 20060616 |
Method GET_OBJECT on Interface IF_SLAD_MAINTENANCE has no exception.
Method GET_OBJECT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OBJECT_KEY | Value transfer | Type reference (TYPE) | SLAD_OBJECT_KEY | SLAD: Objektschlüssel | 20060921 |
Method GET_OBJECT_KEY on Interface IF_SLAD_MAINTENANCE has no exception.
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_STATUS | Value transfer | Type reference (TYPE) | TY_STATUS_OBJECT | 20060919 |
Method GET_STATUS on Interface IF_SLAD_MAINTENANCE has no exception.
Method GET_SUBC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SCREEN | Value transfer | Type reference (TYPE) | SY-DYNNR | Aktuelle Dynpro-Nummer | 20060612 |
Method GET_SUBC on Interface IF_SLAD_MAINTENANCE has no exception.
Method HANDLE_INT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_SLAD_MAINT_REQUEST | SLAD: Pflegeanforderung | 20060616 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060808 | |||
| 2 | SLAD: Fehlerhafte ext. Anfrage | 20060808 | ||
| 3 | 20060616 |
Method HANDLE_OK_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_OK_CODE | Call by reference | Type reference (TYPE) | SY-UCOMM | Funktionscode, der PAI ausgelöst hat | 20060612 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060626 |
Event Signatures
Event DESTROY Signature
Event DESTROY on Interface IF_SLAD_MAINTENANCE has no parameter.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |