SAP ABAP Class CL_EDMS_MAIN_FILE_FACTORY (EDMS: Factory for Main Files)
Hierarchy
☛
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
⤷
PLM-DOC (Application Component) Engineering Documents
⤷
EDMS_DOCUMENT (Package) EDMS: Documents

⤷

⤷

Properties
Class | CL_EDMS_MAIN_FILE_FACTORY | |
Short Description | EDMS: Factory for Main Files | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | EDMS_DOCUMENT | EDMS: Documents |
Created | 20020417 | 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 CL_EDMS_MAIN_FILE_FACTORY has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | IF_EDMS_DOCUMENT | 20020417 | EDMS: Document/Folder |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_EDMS_OBJECT_REGISTRY | EDMS: Register Objects | 20020417 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_EDMS_MAIN_FILE_FACTORY | EDMS: Factory for Main Files | 20020417 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Retrieve Instance for Main File | 20020417 |
2 | ![]() |
Static method | Public | Method | Delete Instance | 20020417 |
3 | ![]() |
Instance method | Public | Method | Delivers a Reference for an ID | 20020417 |
4 | ![]() |
Static method | Public | Method | Retrieving the Instance | 20020417 |
5 | ![]() |
Static method | Public | Method | Read Instance for Main File from DB | 20020417 |
6 | ![]() |
Instance method | Public | Method | Determines if Reference for an ID is Registered | 20020417 |
7 | ![]() |
Instance method | Public | Method | Registers a Reference for an ID | 20020417 |
8 | ![]() |
Instance method | Public | Method | Deletes a Reference for an ID | 20020417 |
9 | ![]() |
Instance method | Public | Method | Delete All Files for a Document | 20020809 |
Events
Class CL_EDMS_MAIN_FILE_FACTORY has no event.
Types
Class CL_EDMS_MAIN_FILE_FACTORY has no local type.
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | EDMS_FILE_ID | EDMS: File-ID | 20020417 | ||
2 | ![]() |
RP_FILE | Value transfer | Object reference (TYPE REF TO) | IF_EDMS_MAIN_FILE | EDMS: Mainfile | 20020417 |
Method CREATE on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method DELETE_INSTANCE Signature
Method DELETE_INSTANCE on class CL_EDMS_MAIN_FILE_FACTORY has no parameter.
Method DELETE_INSTANCE on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | EDMS_FILE_ID | EDMS: File-ID | 20020417 | ||
2 | ![]() |
RP_FILE | Value transfer | Object reference (TYPE REF TO) | IF_EDMS_MAIN_FILE | EDMS: Dokument/Folder | 20020417 |
Method GET on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EDMS_MAIN_FILE_FACTORY | EDMS: Factory für MainFiles | 20020417 |
Method GET_INSTANCE on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | EDMS_FILE_ID | EDMS: File-ID | 20020417 | ||
2 | ![]() |
RP_FILE | Value transfer | Object reference (TYPE REF TO) | IF_EDMS_MAIN_FILE | EDMS: Mainfile | 20020417 |
Method INITIALIZE on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method IS_REGISTERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | EDMS_FILE_ID | EDMS: File-ID | 20020417 | ||
2 | ![]() |
R_IS_REGISTERED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20020417 |
Method IS_REGISTERED on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method REGISTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FILE | Call by reference | Object reference (TYPE REF TO) | IF_EDMS_MAIN_FILE | EDMS: Mainfile | 20020417 |
Method REGISTER on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method UNREGISTER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ID | Call by reference | Type reference (TYPE) | EDMS_FILE_ID | EDMS: File-ID | 20020417 |
Method UNREGISTER on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
Method UNREGISTER_ALL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DOCID | Call by reference | Type reference (TYPE) | EDMS_DOCID | EDMS: Dokument-ID | 20020809 |
Method UNREGISTER_ALL on class CL_EDMS_MAIN_FILE_FACTORY has no exception.
History
Last changed by/on | SAP | 20141109 |
SAP Release Created in | 200 |