SAP ABAP Class IF_EX_EDMS_SUBAPPLICATION (BAdI Interface IF_EX_EDMS_SUBAPPLICATION)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20070620 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_CPR | Imp. Class for BAdI Imp. EDMS_SUBAPPL_CPR | 20030302 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_CPRPSRX | Imp. Class for BAdI Imp. EDMS_SUBAPPL_CPR_PSR | 20040107 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_CPR_IMPORT | 20081009 | |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_CPR_MSP | 20080919 | |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_CPR_PSR | Imp. Class for BAdI Imp. EDMS_SUBAPPL_CPR_PSR | 20031023 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_CPR_SEL | Imp. Class for BAdI Imp. EDMS_SUBAPPL_CPR_SEL | 20030312 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_CPR_XML | 20080919 | |
| 8 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IM_EDMS_SUBAPPL_RPM | 20081007 |
Properties
| Class | IF_EX_EDMS_SUBAPPLICATION | |
| Short Description | BAdI Interface IF_EX_EDMS_SUBAPPLICATION | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20030302 | SAP |
| Last change | 20141109 | |
| 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_EX_EDMS_SUBAPPLICATION has no interface implemented.
Friends
Class IF_EX_EDMS_SUBAPPLICATION has no friend class.
Attributes
Class IF_EX_EDMS_SUBAPPLICATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Change of Document Allowed By Subapplication | 20040117 | |
| 2 | Instance method | Public | Method | Subapplication Allows Creation of Document | 20030319 | |
| 3 | Instance method | Public | Method | Subapplication Allows Deletion of Document | 20030319 | |
| 4 | Instance method | Public | Method | Does Document/Folder Exist for Subapplication? | 20030302 | |
| 5 | Instance method | Public | Method | Set Object To Which EDMS Documents Are Attached | 20030312 | |
| 6 | Instance method | Public | Method | Sort Tree | 20040128 |
Events
Class IF_EX_EDMS_SUBAPPLICATION has no event.
Types
Class IF_EX_EDMS_SUBAPPLICATION has no local type.
Method Signatures
Method CHANGING_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Call by reference | Type reference (TYPE) | EDMS_TV_SUBAPPLICATION | Unterapplikation zu EDMS | 20040117 | |||
| 2 | IV_DOCID | Call by reference | Type reference (TYPE) | EDMS_DOCID | EDMS: Dokument-ID | 20040117 | |||
| 3 | RV_CREATION_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Ändern erlaubt | 20040117 |
Method CHANGING_ALLOWED on class IF_EX_EDMS_SUBAPPLICATION has no exception.
Method CREATION_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Value transfer | Type reference (TYPE) | EDMS_TV_SUBAPPLICATION | Unterapplikation zu EDMS | 20030319 | |||
| 2 | IR_PARENT_AUTHORIZATION | Call by reference | Object reference (TYPE REF TO) | IF_ACO_AUTHORIZATION | Informationen zu einem Ber.subjekt | 20030319 | |||
| 3 | RV_CREATION_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Anlegen erlaubt | 20030319 |
Method CREATION_ALLOWED on class IF_EX_EDMS_SUBAPPLICATION has no exception.
Method DELETION_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Value transfer | Type reference (TYPE) | EDMS_TV_SUBAPPLICATION | Unterapplikation zu EDMS | 20030319 | |||
| 2 | IR_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_EDMS_DOCUMENT | EDMS: Dokument/Folder | 20030319 | |||
| 3 | RV_DELETION_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Löschen erlaubt | 20030319 |
Method DELETION_ALLOWED on class IF_EX_EDMS_SUBAPPLICATION has no exception.
Method DOCUMENT_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Value transfer | Type reference (TYPE) | EDMS_TV_SUBAPPLICATION | Parameter FLT_VAL der Methode DOCUMENT_EXISTS | 20030302 | |||
| 2 | IR_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_EDMS_DOCUMENT | EDMS: Dokument/Folder | 20030319 | |||
| 3 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | Dokument existiert für Subapplikation | 20030312 |
Method DOCUMENT_EXISTS on class IF_EX_EDMS_SUBAPPLICATION has no exception.
Method SET_LINKED_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLT_VAL | Value transfer | Type reference (TYPE) | EDMS_TV_SUBAPPLICATION | Unterapplikation zu EDMS | 20030312 | |||
| 2 | IV_LINKED_OBJECT | Call by reference | Type reference (TYPE) | SIBFLPORB | Lokale Persistente Objektreferenz - BOR kompatibel | 20030312 |
Method SET_LINKED_OBJECT on class IF_EX_EDMS_SUBAPPLICATION has no exception.
Method SORT_TREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Sortierfeld | 20040128 | |||
| 2 | EV_SORTING | Call by reference | Type reference (TYPE) | STRING | Sortierreihenfolge | 20040128 | |||
| 3 | FLT_VAL | Call by reference | Type reference (TYPE) | EDMS_TV_SUBAPPLICATION | Unterapplikation zu EDMS | 20040128 |
Method SORT_TREE on class IF_EX_EDMS_SUBAPPLICATION has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |