VDCOT_VER_CON SAP (Conditions in the Condition Table) Table details

Dictionary Type: Table
Description: Conditions in the Condition Table




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




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

VDCOT_VER_CON is a standard SAP Table which is used to store Conditions in the Condition Table data and is available within R/3 SAP systems depending on the version and release level.

The VDCOT_VER_CON table consists of various fields, each holding specific information or linking keys about Conditions in the Condition Table data available in SAP. These include I_VERS (Version ID for Condition Table), I_COMP (Component ID), SLOANFUNC (Application subfunction), SKOART (Condition Type (Smallest Subdivision of Condition Records)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP VDCOT_VER_CON 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
I_VERSVersion ID for Condition Table TB_FICO_CONTAB_VERSION_IDRAW16SYSUUID
I_COMPComponent ID TB_FICO_ICOMPRAW16SYSUUID
SLOANFUNCApplication subfunction VVSLOANFUNCCHAR3TDLOANSUBFUNCVVSLOANFUNC
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TDLOANFKOSKOART
SBEWARTFlow Type SBEWARTCHAR4TDLOANFUNCSBEWART
I_CONDCondition ID TB_FICO_ICONDRAW16SYSUUID
O_LEVELScaled or Interval Calculation TB_FICO_OLEVELNUMC1T_FICO_OLEVEL
O_LEVELTOFROMScale Item FROM or TO in Condition Determination TB_FICO_OLEVELTOFROMNUMC1T_FICO_OLEVELTOFROM
O_AMTCATGAmount Category TB_FICO_OAMTCATGCHAR6T_FICO_OAMTCATG
O_SINTCALCType of interest calculation TFMSINTCALCNUMC1TFMSINTCALC
O_BASEREFCalculation base reference VVSBASISCHAR4Assigned to domainVVSBASIS
O_BASEFIXINGIndicator for fixing calculation base TFMSBASFIXNUMC1TFMSBASFIX
O_ROUNDRounding Category TFM_SROUNDCHAR1TFM_SROUND
U_ROUNDUNITRounding Unit TFMPRUNITDEC13(7) TFMSRUNIT
O_IRUNITTime Unit for Interest Rate TB_FICO_OIRUNITNUMC3T_FICO_OIRUNIT
O_INTMETHODInterest Calculation Method SZBMETHCHAR1SZBMETH
O_AMMRHYZVInterest Settlement Frequency for Exponential Interest Calc. TFM_AMMRHYZVNUMC2TFM_AMMRHYZV
O_CALInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
SVMETHMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
SVWERKShift calculation date to working day VVSVWERKNUMC1T_SWERK
SZEITANTIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
AVGSTAGENumber of working days for value date AVGSTAGENUMC2NUMC2
AVGSTAGEVZ+/- sign for number of working days for value date AVGSTAGEVZCHAR1PLUSM
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SVULTMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
SFMETHMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
SFWERKShift due date to working day VVSFWERKNUMC1T_SWERK
SDWERKWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK
AFGSTAGENumber of working days to due date AFGSTAGENUMC2NUMC2
AFGSTAGEVZ+/- sign for number of working days for due date AFGSTAGEVZCHAR1PLUSM
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
SBERECHGrace Period Interest Method SBERECHCHAR1XFELD
SFRANZShift Due Date TFMSFRANZNUMC1TFMSFRANZ
SFANTIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
SZAWSPayment form (at start of period, mid-period, at period end) SZAWSNUMC1SZAHLDIV
SZWKEYPayment form with adjustment days VVSZWKEYCHAR2Assigned to domainVVSZWKEY
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
SZEGENGenerate incoming payment immediately SZEGENNUMC2Assigned to domainSZEGEN
SBUSTPosting control key VVSBUSTNUMC2VVSBUST
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
ZAHLSBlock Key for Payment DZAHLSCHAR1Assigned to domainZAHLS

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDCOT_VER_CON
INTO CORRESPONDING FIELDS OF WA_VDCOT_VER_CON
WHERE...

How to access SAP table VDCOT_VER_CON

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