SAP ABAP Class CL_DMS_CNV_SINGLELEVEL (Single Level Document Conversion)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA-DMS-CNV (Application Component) DMS Integration for Viewer/CAD intergration
⤷
CV_CNV (Package) DMS Visual Enterprise Connector

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DMS_CNV | DMS Conversion | 20111106 |
Properties
Class | CL_DMS_CNV_SINGLELEVEL | |
Short Description | Single Level Document Conversion | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CV_CNV | DMS Visual Enterprise Connector |
Created | 20111104 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DMS_CNV_SINGLELEVEL has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DMS_CNV | DMS Conversion | 20111106 |
Friends
Class CL_DMS_CNV_SINGLELEVEL has no friend class.
Attributes
Class CL_DMS_CNV_SINGLELEVEL has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | XML create for multi file with meta data | 20120614 |
Events
Class CL_DMS_CNV_SINGLELEVEL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | DMS_DOC_FILE_STORAGE | Public | See coding | 20120501 | BEGIN OF dms_doc_file_storage,
storage_category TYPE dms_storage_category,
veg_inst TYPE veg_instance,
veg_config_id TYPE dms_confg_id,
document_id TYPE documentid,
file_id TYPE sdok_phid,
file_name TYPE dms_filep,
file_path TYPE dms_filepath,
mimetype TYPE w3conttype,
crea_time TYPE sdok_crtst,
chng_time TYPE sdok_chtst,
ws_application TYPE dappl,
END OF dms_doc_file_storage
|
||
2 | DMS_STORAGE_CATEGORY | Public | See coding | 20120501 | BEGIN OF dms_storage_category,
stor_cat TYPE sdok_stcat,
END OF dms_storage_category
|
||
3 | DMS_STORAGE_DOCID | Public | See coding | 20120501 | BEGIN OF dms_storage_docid,
doc_id TYPE dms_tbl_document_id, "table
stor_cat TYPE sdok_stcat,
END OF dms_storage_docid
|
||
4 | DMS_STORAGE_FILES | Public | See coding | 20120614 | BEGIN OF dms_storage_files,
files TYPE STANDARD TABLE OF dms_doc_file_storage WITH NON-UNIQUE DEFAULT KEY, "table
stor_cat TYPE sdok_stcat,
veg_inst TYPE veg_instance,
veg_config_id TYPE dms_confg_id,
END OF dms_storage_files
|
Method Signatures
Method XML_CREATE_MULTI_FILES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | DMS_TBL_MSG | Message Table | 20120614 | ||
2 | ![]() |
ET_XML_DATA | Call by reference | Type reference (TYPE) | DMS_T_XML_DATA | XML Data | 20120614 | ||
3 | ![]() |
IT_DOCUMENT_DATA | Call by reference | Type reference (TYPE) | DMS_T_VEG_CNV | Table Type for VEG Convserion | 20120614 |
Method XML_CREATE_MULTI_FILES on class CL_DMS_CNV_SINGLELEVEL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 607 |