TBAC_DCS_CTY SAP (Definition Contract Specification LOF Commodity) Table details

Dictionary Type: Table
Description: Definition Contract Specification LOF Commodity




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




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

TBAC_DCS_CTY is a standard SAP Table which is used to store Definition Contract Specification LOF Commodity data and is available within R/3 SAP systems depending on the version and release level.

The TBAC_DCS_CTY table consists of various fields, each holding specific information or linking keys about Definition Contract Specification LOF Commodity data available in SAP. These include DCSID (Derivative Contract Specification ID), VALIDFROM (Derivative Contract Specification: Valid From), DCS_QNT (Derivative Contract Specification Quantity), DCS_UOM (Derivative Contract Specification Unit of Measure).. 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: Can be enhanced (character-type or numeric)


SAP TBAC_DCS_CTY 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
CLIENTClient MANDTCLNT3T000MANDT
DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6TBAC_DCSTBA_DCSIDTBA_DCSIDTBAH_DCS
VALIDFROMDerivative Contract Specification: Valid From TBA_DCS_VALIDFROMDATS8DATE
DCS_QNTDerivative Contract Specification Quantity TBA_DCS_QNTQUAN13(3) MENG13
DCS_UOMDerivative Contract Specification Unit of Measure TBA_DCS_UOMUNIT3T006CUNITMEINS
DCS_CPE_UOMCommodity Pricing Engine Unit of Measure TBA_CPEUOMUNIT3T006CUNITMEINS
QUOT_UOMQuotation Unit of Measure TBA_UOMUNIT3Assigned to domainCUNITMEINS
QUOT_CURRUNITCurrency Unit TBA_CURRUNITCHAR5TBA_CURRUNITTBAH_CURRUNIT
QUOT_CURRQuotation Currency TBA_CURRENCYCUKY5TCURCWAERS
QUOT_DECIMALSNumber of Decimal Places TBA_NODECIMALSNUMC2TBA_NODECIMALS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBAC_DCS_CTY
INTO CORRESPONDING FIELDS OF WA_TBAC_DCS_CTY
WHERE...

How to access SAP table TBAC_DCS_CTY

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