VDCOT_V_CON_PO SAP (Condition Items in the Condition Table) Table details

Dictionary Type: Table
Description: Condition Items in the Condition Table




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




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

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

The VDCOT_V_CON_PO table consists of various fields, each holding specific information or linking keys about Condition Items in the Condition Table data available in SAP. These include I_VERS (Version ID for Condition Table), I_COMP (Component ID), I_POSNO (Number of Condition Item), I_VARIABLE (Variable Name).. 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_V_CON_PO 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
I_POSNONumber of Condition Item TB_FICO_IPOSNONUMC4T_FICO_IPOSNO
I_VARIABLEVariable Name TB_VARNAMECHAR4T_XFELD04
LIMIT_AMOUNTAmount Limit TB_FICO_AAMTLIMCURR13(2) T_CML_AMOUNT_STANDARD
LIMIT_TERM_VALUETerm Limit: Number of Time Units TB_FICO_LIMIT_TERM_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
LIMIT_TERM_UNITTerm Limit: Unit TB_FICO_LIMIT_TERM_UNITNUMC1T_PROD_TIME_UNIT_TERM
A_BASECalculation base amount BBASISCURR13(2) WERTV7
A_AMTCondition item currency amount BKONDCURR13(2) WERTV7
A_AMTMINMinimum Amount to Be Capitalized TB_FICO_AAMTMINCURR13(2) T_CML_AMOUNT_STANDARD
A_AMTMAXMaximum Amount to Be Capitalized TB_FICO_AAMTMAXCURR13(2) T_CML_AMOUNT_STANDARD
N_DIVISORDivisor TB_FICO_NDIVISORDEC4T_FICO_NDIVISOR
I_FORMULAFormula reference for the cash flow calculator VVSFORMREFCHAR4Assigned to domainT_FORMBE
R_PERCENTAGEPercentage rate for condition items PKONDDEC10(7) DECV3_7
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
O_INTREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
R_INCREMENTReference Interest Rate Markup / Markdown TB_FICO_RINTREFINCREMDEC10(7) T_CML_PERCENTAGE
R_INTMAXMinimum Interest Rate: Reference Interest Rate + Supplement TB_FICO_RINTMINDEC10(7) T_CML_PERCENTAGE
R_INTMINMaximum Interest Rate: Reference Interest Rate + Supplement TB_FICO_RINTMAXDEC10(7) T_CML_PERCENTAGE
R_USR_INCRPermitted Upper Deviation from Interest Rate TB_FICO_RUSR_INCRDEC10(7) T_CML_PERCENTAGE
R_USR_DECRPermitted Lower Deviation from Interest Rate TB_FICO_RUSR_DECRDEC10(7) T_CML_PERCENTAGE
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONRegion Where Contract Concluded TB_SREGIONCHAR3T005SREGIO
VALID_FROM_DATEStart of Validity Period TB_VALID_FROM_DATEDATS8DATUM
VALID_FROM_PERValid from Date TB_VALID_FROM_PERIODNUMC4T_PROD_TIME_QUANTITY_TERM
A_CAP_PERIODCap on Interest Rate for a Period TB_CAP_PERIODDEC10(7) T_CML_PERCENTAGE
A_FLOOR_PERIODFloor on Interest Rate for a Period TB_FLR_PERIODDEC10(7) T_CML_PERCENTAGE
R_CAP_ADJUSTInterest Rate Cap for Interest Adjustment TB_CAP_ADJUSTDEC10(7) T_CML_PERCENTAGE
R_FLOOR_ADJUSTFloor on Interest Rate for Interest Adjustment TB_FLR_ADJUSTDEC10(7) T_CML_PERCENTAGE
WAIVE_PROF_IDWaiver Profile ID TB_WAIVE_PROF_IDCHAR4VDWAIVE_PR_HEADT_WAIVE_PROF_IDFVD_WAIVE_PR_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDCOT_V_CON_PO
INTO CORRESPONDING FIELDS OF WA_VDCOT_V_CON_PO
WHERE...

How to access SAP table VDCOT_V_CON_PO

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