DMS_DOKNRCONV SAP (Data for Document Number Conversion) Table details

Dictionary Type: Table
Description: Data for Document Number Conversion




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




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

DMS_DOKNRCONV is a standard SAP Table which is used to store Data for Document Number Conversion data and is available within R/3 SAP systems depending on the version and release level.

The DMS_DOKNRCONV table consists of various fields, each holding specific information or linking keys about Data for Document Number Conversion data available in SAP. These include CONVID (Key for Table CV_DOKNRCNV), MASK (Template for Document Number), SEPARATORS (Enumeration of editing characters), LEN_DOKNR (Long Document Number).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DMS_DOKNRCONV table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CONVIDKey for Table CV_DOKNRCNV CV_CONVIDCHAR8CHAR8
MASKTemplate for Document Number CV_MASKCHAR25CHAR25
SEPARATORSEnumeration of editing characters CV_SEPARATORSCHAR25CHAR25
LEN_DOKNRLong Document Number CV_LEN_DOKNRINT25CV_LEN_DOKNR
LEN_EFFNumber of significant characters CV_LEN_EFFINT25CV_LEN_DOKNR
LEN_MASKLong Template for Document Number Conversion CV_LEN_MASKINT25CV_LEN_MASK
LEN_SEPNumber of Different Formatting Characters CV_LEN_SEPINT25CV_LEN_DOKNR
LEX_FLAGIndicator for Lexico-Graphical Document Number CV_LEX_FLAGCHAR1CV_LEXFLAG
LEAD0_FLAGIndicator: Document Number Beginning with Zeroes as Output CV_LEAD0_FLAGCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table DMS_DOKNRCONV using ABAP code

The following ABAP code Example will allow you to do a basic selection on DMS_DOKNRCONV to SELECT all data from the table
DATA: WA_DMS_DOKNRCONV TYPE DMS_DOKNRCONV.

SELECT SINGLE *
FROM DMS_DOKNRCONV
INTO CORRESPONDING FIELDS OF WA_DMS_DOKNRCONV
WHERE...

How to access SAP table DMS_DOKNRCONV

Within an ECC or HANA version of SAP you can also view further information about DMS_DOKNRCONV 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!