DMS_PHIO_MASS SAP (DVS: Auxiliary structure for PHIOS of mass main originals) Structure details

Dictionary Type: Structure
Description: DVS: Auxiliary structure for PHIOS of mass main originals




ABAP Code to SELECT data from DMS_PHIO_MASS
Related tables to DMS_PHIO_MASS
Access table DMS_PHIO_MASS




Structure field list including key, data, relationships and ABAP select examples

DMS_PHIO_MASS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "DVS: Auxiliary structure for PHIOS of mass main originals" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DMS_PHIO_MASS TYPE DMS_PHIO_MASS.

The DMS_PHIO_MASS table consists of various fields, each holding specific information or linking keys about DVS: Auxiliary structure for PHIOS of mass main originals data available in SAP. These include DOCNUMBER (Document number), DOCPART (Document Part), DOCVERSION (Document Version), WSAPPL (Application).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DMS_PHIO_MASS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DOCTYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOCNUMBERDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOCPARTDocument Part DOKTL_DCHAR3DOKTLCV4
DOCVERSIONDocument Version DOKVRCHAR2DOKVRCV3
WSAPPLApplication DAPPLCHAR3Assigned to domainDAPPL
URLURL DMS_URLCHAR4096CHAR4096
UPDATEFLAGDocument Management Flag CVFLAGCHAR1CHAR1
LO_INDEXCounter for documents DMS_DOC_INDEXINT410INT4
LO_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
LO_OBJIDLogical document SDOK_LOIDCHAR32SDOK_DOCID
PH_CLASSDocument class SDOK_CLASSCHAR10Assigned to domainSDOK_CLASS
PH_OBJIDPhysical document SDOK_PHIDCHAR32SDOK_DOCID
PH_INDEXCounter for documents DMS_DOC_INDEXINT410INT4
LANGU2-Character SAP Language Code LAISOCHAR2LAISO
STATUSDocument Status DOKSTCHAR2Assigned to domainDOKST
STATUS_NRCounter key DRAP STZAENUMC4NUM4
FILENAMEOriginal of document FILEPCHAR255TEXT255
ACTIVE_VERSIONDocument Management Flag CVFLAGCHAR1CHAR1
DELETE_FLAGDocument Management Flag CVFLAGCHAR1CHAR1
PROTECTEDDocument Management Flag CVFLAGCHAR1CHAR1
DEFAULT_LANGUDocument Management Flag CVFLAGCHAR1CHAR1
FILE_IDDVS: GUID for allocation PHIO - file name DMS_FILE_IDCHAR32CHAR32
CHECK_INDocument Management Flag CVFLAGCHAR1CHAR1
DOC_VERSIONDocument Version DOKVRCHAR2DOKVRCV3
DTTRGName of Data Carrier DTTRGCHAR10Assigned to domainDTTRGCV5
CHECKED_OUTDocument Management Flag CVFLAGCHAR1CHAR1
CHECKOUT_USERName of person responsible DWNAMCHAR12DWNAM
CHECKOUT_CANCELDocument Management Flag CVFLAGCHAR1CHAR1
CREATE_AUDITDocument Management Flag CVFLAGCHAR1CHAR1
STORAGE_CATCategory for physical documents SDOK_STCATCHAR10Assigned to domainSDOK_STCAT
CREATE_NEW_VERSIONDocument Management Flag CVFLAGCHAR1CHAR1
CREATED_BYName of person responsible DWNAMCHAR12DWNAM
CREATED_ATTime of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP
CHANGED_BYName of person responsible DWNAMCHAR12DWNAM
CHANGED_ATTime of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP
CHECKOUT_REFName of person responsible DWNAMCHAR12DWNAM
RESERVEDCheckbox XFELDCHAR1XFELD
CONTENT_DESCDescription content version DMS_CONTENT_VERS_DESCCHAR50TEXT50
DRAW_APPNRApplication number 1 or 2 APPNRCHAR1APPNR
DRAW_DTTRGName of Data Carrier DTTRGCHAR10Assigned to domainDTTRGCV5
DRAW_FILEPOriginal of document FILEPCHAR255TEXT255
MUP_EXISTCheckbox XFELDCHAR1XFELD
ACT_CHECKEDOUTCheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure DMS_PHIO_MASS using ABAP code?

As DMS_PHIO_MASS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DMS_PHIO_MASS as there is no data to select.

How to access SAP table DMS_PHIO_MASS

Within an ECC or HANA version of SAP you can also view further information about DMS_PHIO_MASS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!