/OPT/VIM_T100 SAP (Document Type Definition) Table details

Dictionary Type: Table
Description: Document Type Definition




ABAP Code to SELECT data from /OPT/VIM_T100
Related tables to /OPT/VIM_T100
Access table /OPT/VIM_T100




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

/OPT/VIM_T100 is a standard SAP Table which is used to store Document Type Definition data and is available within R/3 SAP systems depending on the version and release level.

The /OPT/VIM_T100 table consists of various fields, each holding specific information or linking keys about Document Type Definition data available in SAP. These include DOCTYPE (Document Type), INDEX_TYPE (Document Index Type), AR_OBJECT (Document type), BDCID_FG (Transaction Id for Foreground Document Create).. 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

Text table = /OPT/VIM_T100T


SAP /OPT/VIM_T100 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
DOCTYPEDocument Type /OPT/DOCTYPECHAR10/OPT/DOCTYPE
INDEX_TYPEDocument Index Type /OPT/DOCIDXTYPECHAR1/OPT/DOCIDXTYPE
AR_OBJECTDocument type SAEOBJARTCHAR10TOADVSADC10_DVDOK
BDCID_FGTransaction Id for Foreground Document Create /OPT/BDCID_FGNUMC5/OPT/CP_T902/OPT/CP_BDCID
BDCID_BGTransaction Id for Background Document Create /OPT/BDCID_BGNUMC5/OPT/CP_T902/OPT/CP_BDCID
NUMBER_RANGENumber range in the case of internal number assignment NUMKICHAR2NUMKR
DUP_GROUPIDDuplicate Check Group Id /OPT/DUP_GROUPIDNUMC4/OPT/VIM_T112NUMC4
PROC_TYPEProcess Type /OPT/PROCESS_TYPENUMC3/OPT/VIM_T800/OPT/PROCESS_TYPE
LAND1Country key /OPT/COUNTRY_CODECHAR3T005LAND1
MANAGE_ITEMSManage Items in Indexing /OPT/MANAGEITEMSCHAR1FLAG
DUPCHECK_ACTORDuplicate Check Role /OPT/DUPCHECK_ACTORCHAR15/PTGWFI/W_ROLE/PTGWFI/RSP
POSTING_ACTORPosting Role /OPT/POSTING_ACTORCHAR15/PTGWFI/W_ROLE/PTGWFI/RSP
RESCAN_ACTORRole for Rescan /OPT/RESCAN_ACTORCHAR15/PTGWFI/W_ROLE/PTGWFI/RSP
AUTOPOSTPost Document after Duplicate Check /OPT/AUTOPOSTCHAR35CHAR35
SKIPDBSkip Dashboard Step in Document Processing /OPT/SKIPDBCHAR1FLAG
IDXDISPLAYDisplay Document During Online Document Posting /OPT/DOCDISPLAYCHAR1FLAG
IMAGEDISPLAYDisplay Image in Document Processing /OPT/IMAGEDISPLAYCHAR1FLAG
SSHEAD_PROGCustom Subscreen Program for Document Data /OPT/DOCSUBPROGCHAR40TRDIRPROGNAME
SSHEAD_DYNRSubscreen Number for Document Data /OPT/DOCSUBDYNRCHAR4D020SSYCHAR04
UNAM_HLast changed by UNAMCHAR12SYCHAR12
UDAT_HDictionary: date of last change DDDATEDATS8DDDATE
UTIM_HDictionary: time of last change DDTIMETIMS6DDTIME
DYNP_STATUS_HScreen Generation Status /OPT/DYNP_STATUSCHAR1/OPT/DYNP_STATUS
SSITEM_PROGCustom Subscreen Program for Document Data /OPT/DOCSUBPROGCHAR40TRDIRPROGNAME
SSITEM_DYNRSubscreen Number for Document Data /OPT/DOCSUBDYNRCHAR4D020SSYCHAR04
UNAM_ILast changed by UNAMCHAR12SYCHAR12
UDAT_IDictionary: date of last change DDDATEDATS8DDDATE
UTIM_IDictionary: time of last change DDTIMETIMS6DDTIME
DYNP_STATUS_IScreen Generation Status /OPT/DYNP_STATUSCHAR1/OPT/DYNP_STATUS
ACTIVEIndicator for Active Objects /OPT/ACTIVECHAR1CHAR01
INV_TYPEInvoice Type /OPT/VIM_INV_TYPCHAR3/OPT/VIM_INV_TYP
SAP_FI_DOCTYPECountry Specific SAP Documents /OPT/VIM_DOC_TYPECHAR35CHAR35
AUTO_CALCCalculate Tax Automatically /OPT/VIM_AUTO_CALCCHAR1XFELD
POL_GROUPIDPO Line determination logic Group Id /OPT/POL_GROUPIDNUMC4/OPT/VIM_TPOLNUMC4
OT_TAX_DETRMUse Opentext tax determination /OPT/VIM_OT_TAX_DETERMINECHAR1CHAR1
OT_TAX_TABLEUse Opentext tax table /OPT/VIM_OT_TAX_TABLECHAR1CHAR1
OT_TAX_LOGICUse Opentext tax determination /OPT/VIM_OT_TAX_DETERMINECHAR1CHAR1
CUST_TAX_DETRMUse Customer Tax Determination Procedure /OPT/VIM_CUST_TAX_DETERMINECHAR1CHAR1
CUST_TAX_FMTax Determination - Customer Function Module /OPT/VIM_CUST_TAXFMCHAR30TFDIRFUNCNAME
VEND_MASTERTax Code from Vendor Master /OPT/VENDOR_MASTERCHAR1CHAR1
ALLOW_ZEROAllow Zero Tax Rate /OPT/ALLOW_ZERO_TAXCHAR1CHAR1
ALLOW_FREE_TAXAllow Free Tax /OPT/ALLOW_TAX_FREECHAR1FLAG

Key field Non-key field



How do I retrieve data from SAP table /OPT/VIM_T100 using ABAP code

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

SELECT SINGLE *
FROM /OPT/VIM_T100
INTO CORRESPONDING FIELDS OF WA_/OPT/VIM_T100
WHERE...

How to access SAP table /OPT/VIM_T100

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