SAP ABAP Class CL_SRM_GDMA_DOCUMENT_SP_AL (IF_DM_DOCUMENT Implementation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-RM (Application Component) SAP Records Management
     SRM_SP_AL (Package) Service Provider for ArchiveLink
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DM_DOCUMENT Basis Class for GDMA Objects 20040406
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_ACCESS Query Access Rights 20040416
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_COMPONENT Document Component 20040416
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_LOCK Locking Documents 20040416
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_PROPERTIES Document Properties 20040415
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_READ_CONTENT Get Document Content 20040415
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_READ_FILE Read with File 20040416
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_READ_URL Document Component 20040416
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_VARIANT Document Variant 20040427
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_VERSION Document Version 20040416
... Click here to see Used By full list (0 items)
Properties
Class CL_SRM_GDMA_DOCUMENT_SP_AL  
Short Description IF_DM_DOCUMENT Implementation    
Super Class CL_DM_DOCUMENT Basis Class for GDMA Objects 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SRM_SP_AL   Service Provider for ArchiveLink 
Created 20040406   SAP 
Last change 20050213   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SRMAL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_DM_ACCESS Query Access Rights 20040416
2 IF_DM_COMPONENT Document Component 20040416
3 IF_DM_LOCK Locking Documents 20040416
4 IF_DM_PROPERTIES Document Properties 20040415
5 IF_DM_READ_CONTENT Get Document Content 20040415
6 IF_DM_READ_FILE Read with File 20040416
7 IF_DM_READ_URL Document Component 20040416
8 IF_DM_VARIANT Document Variant 20040427
9 IF_DM_VERSION Document Version 20040416
10 IF_DM_WRITE_CONTENT Gets Document Content 20040416
11 IF_DM_WRITE_FILE Document Component 20040416
Friends
Class CL_SRM_GDMA_DOCUMENT_SP_AL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CONN_PARA_CREP_ID Constant Protected Type reference (TYPE) STRING 'CREP_ID' Name of Connection Parameter 20040415
2 C_ENCODING Constant Protected Type reference (TYPE) STRING 'ENCODING' MIMETYPE ID 20040504
3 C_IF_DM_COMPONENT Constant Protected Type reference (TYPE) STRING ' IF_DM_COMPONENT' Description IF_DM_COMPONENT 20040416
4 C_IF_DM_DOCUMENT Constant Protected Type reference (TYPE) STRING 'IF_DM_DOCUMENT' Interface Description 20040415
5 C_IF_DM_PROPERTIES Constant Protected Type reference (TYPE) STRING 'IF_DM_PROPERTIES' Interface Description 20040415
6 C_IF_DM_READ_CONTENT Constant Protected Type reference (TYPE) STRING 'IF_DM_READ_CONTENT' Name IF_DM_READ_CONTENT 20040416
7 C_IF_DM_VARIANT Constant Protected Type reference (TYPE) STRING 'IF_DM_VARIANT' Interface Name 20040428
8 C_IF_DM_VERSION Constant Protected Type reference (TYPE) STRING 'IF_DM_VERSION' Interface Description 20040428
9 C_MIMETYPE Constant Protected Type reference (TYPE) STRING 'MIMETYPE' MIMETYPE ID 20040415
10 C_REPOSITORY Constant Protected Type reference (TYPE) STRING 'ArchiveLink' Name of the Repository 20040415
11 C_SIZE Constant Protected Type reference (TYPE) STRING 'SIZE' Name for SIZE 20040415
12 C_SRC_CLASS Constant Protected Type reference (TYPE) STRING 'CL_SRM_GDMA_DOCUMENT_SP_AL' Name for Source Class 20040415
13 MY_COMP_ID Instance attribute Protected Type reference (TYPE) STRING Component ID 20040503
14 MY_COMP_LIST Instance attribute Protected Type reference (TYPE) SRMAL_COMPONENTS Component List 20040420
15 MY_COMP_NO Instance attribute Protected Type reference (TYPE) STRING Component Number 20040503
16 MY_COMP_OBJECT Instance attribute Protected Object reference (TYPE REF TO) CL_SRM_GDMA_DOCUMENT_SP_AL Component Object 20040427
17 MY_CREP_ID Instance attribute Protected Type reference (TYPE) STRING Content Repository ID 20040415
18 MY_DOC_CLASS Instance attribute Protected Type reference (TYPE) STRING Document Class 20040810
19 MY_DOC_ID Instance attribute Protected Type reference (TYPE) STRING Document Identification 20040419
20 MY_DOC_OBJECT Instance attribute Protected Object reference (TYPE REF TO) CL_SRM_GDMA_DOCUMENT_SP_AL Reference to Document Class 20040420
21 MY_DO_COMMIT Instance attribute Protected Type reference (TYPE) ABAP_BOOL Trigger COMMIT WORK 20040419
22 MY_DO_UPDATE_TASK Instance attribute Protected Type reference (TYPE) ABAP_BOOL Store in Update Task 20040419
23 MY_LOCK_IS_SET Instance attribute Protected Type reference (TYPE) ABAP_BOOL Write Lock on Document 20040420
24 MY_VARIANT_ID Instance attribute Protected Type reference (TYPE) STRING Variant ID 20040420
25 MY_VARIANT_LIST Instance attribute Protected Type reference (TYPE) SRMAL_VARIANTS Variants list 20040428
26 MY_VARIANT_OBJECT Instance attribute Protected Object reference (TYPE REF TO) CL_SRM_GDMA_DOCUMENT_SP_AL Variant Object 20040420
27 MY_VARIANT_TYPE Instance attribute Protected Type reference (TYPE) STRING Variant Type ID 20040503
28 MY_VERSION_ID Instance attribute Protected Type reference (TYPE) STRING Variant ID 20040428
29 MY_VERSION_LIST Instance attribute Protected Type reference (TYPE) SRMAL_VERSIONS Version List 20040430
30 MY_VERSION_OBJECT Instance attribute Protected Object reference (TYPE REF TO) CL_SRM_GDMA_DOCUMENT_SP_AL Version Object 20040420
Methods
# Method Level Visibility Method type Description Created on
1 P_AUTH_CHECK_COPY Instance method Protected Method Authority Check Activity COPY 20040414
2 P_AUTH_CHECK_CREATE Instance method Protected Method Authority Check Activity CREATE 20040416
3 P_AUTH_CHECK_DELETE Instance method Protected Method Authority Check Activity DELETE 20040414
4 P_AUTH_CHECK_DISPLAY Instance method Protected Method Authority Check Activity DISPLAY 20040415
5 P_AUTH_CHECK_MODIFY Instance method Protected Method Authority Check Activity MODIFY 20040427
6 P_GET_CONNECTION_PARAMETER Instance method Protected Method Gets Connection Parameters for Repository 20040415
7 P_GET_VARIANT_ID Instance method Protected Method Find Variation ID (UUID) 20040420
Events
Class CL_SRM_GDMA_DOCUMENT_SP_AL has no event.
Types
Class CL_SRM_GDMA_DOCUMENT_SP_AL has no local type.
Method Signatures

Method P_AUTH_CHECK_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040414

Method P_AUTH_CHECK_COPY on class CL_SRM_GDMA_DOCUMENT_SP_AL has no exception.

Method P_AUTH_CHECK_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040416

Method P_AUTH_CHECK_CREATE on class CL_SRM_GDMA_DOCUMENT_SP_AL has no exception.

Method P_AUTH_CHECK_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040414

Method P_AUTH_CHECK_DELETE on class CL_SRM_GDMA_DOCUMENT_SP_AL has no exception.

Method P_AUTH_CHECK_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040415

Method P_AUTH_CHECK_DISPLAY on class CL_SRM_GDMA_DOCUMENT_SP_AL has no exception.

Method P_AUTH_CHECK_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_RC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert, Rückgabewert nach ABAP-Anweisungen 20040427

Method P_AUTH_CHECK_MODIFY on class CL_SRM_GDMA_DOCUMENT_SP_AL has no exception.

Method P_GET_CONNECTION_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) CSEQUENCE 20040415
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20040415

Method P_GET_CONNECTION_PARAMETER on class CL_SRM_GDMA_DOCUMENT_SP_AL has no exception.

Method P_GET_VARIANT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_VAR_ID Value transfer Type reference (TYPE) SRMALVER-VAR_ID Varianten Identifikation 20040420
# Exception Resumable Description Created on
1 CX_DM_READ Fehler beim Lesen 20040420
Meta Relationship - Using (full list)
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DM_DOCUMENT Basis Class for GDMA Objects 20040406
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_ACCESS Query Access Rights 20040416
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_COMPONENT Document Component 20040416
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_LOCK Locking Documents 20040416
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_PROPERTIES Document Properties 20040415
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_READ_CONTENT Get Document Content 20040415
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_READ_FILE Read with File 20040416
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_READ_URL Document Component 20040416
9 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_VARIANT Document Variant 20040427
10 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_VERSION Document Version 20040416
11 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_WRITE_CONTENT Gets Document Content 20040416
12 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DM_WRITE_FILE Document Component 20040416
History
Last changed by/on SAP  20050213 
SAP Release Created in 700