TBAC_DCS SAP (Derivative contract specification customizing table) Table details

Dictionary Type: Table
Description: Derivative contract specification customizing table




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




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

TBAC_DCS is a standard SAP Table which is used to store Derivative contract specification customizing table data and is available within R/3 SAP systems depending on the version and release level.

The TBAC_DCS table consists of various fields, each holding specific information or linking keys about Derivative contract specification customizing table data available in SAP. These include DCSID (Derivative Contract Specification ID), DERIVATIVETYPE (Derivative Category), LIFECYCLESTATUS (Derivative Contract Specification of Lifecycle Status), DCS_URL (Derivative Contract Specification URL).. 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: Cannot Be Enhanced

Text table = TBAC_DCST


SAP TBAC_DCS 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_DCSIDCHAR6TBA_DCSIDTBA_DCSIDTBAH_DCS
DERIVATIVETYPEDerivative Category TBA_DERIVATIVETYPENUMC3TBA_DERIVATIVETYPE
LIFECYCLESTATUSDerivative Contract Specification of Lifecycle Status TBA_DCS_LIFECYCLESTATUSNUMC3TBA_DCS_LIFECYCLESTATUS
DCS_URLDerivative Contract Specification URL TBA_DCS_URLCHAR255TEXT255
ENTERED_BYFirst Entered By TBA_CRUSERCHAR12SYCHAR12
ENTERED_DATEFirst Entered on TBA_CRDATDATS8DATUM
ENTERED_TIMEFirst Entered at TBA_CRTIMTIMS6UZEIT
CHANGED_BYLast Changed by TBA_UPUSERCHAR12SYCHAR12
CHANGED_DATELast Changed on TBA_UPDATDATS8DATUM
CHANGED_TIMELast Changed at TBA_UPTIMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBAC_DCS
INTO CORRESPONDING FIELDS OF WA_TBAC_DCS
WHERE...

How to access SAP table TBAC_DCS

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