TBCO_CS_COND SAP (Output structure for commodity swap conditions) Structure details

Dictionary Type: Structure
Description: Output structure for commodity swap conditions




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




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

TBCO_CS_COND is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Output structure for commodity swap conditions" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TBCO_CS_COND TYPE TBCO_CS_COND.

The TBCO_CS_COND table consists of various fields, each holding specific information or linking keys about Output structure for commodity swap conditions data available in SAP. These include SETTLEMENT_FREQ_UNIT (Explanatory short text), PAYMENT_OFFSET_FREQ (COMS: Payment Date Offset), PAYMENT_OFFSET_FREQ_UNIT (Explanatory short text), FIXING_DATE_RULE (Explanatory short text).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TBCO_CS_COND structure 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
SETTLEMENT_FREQCOMS: Settlement Frequency FTR_COMS_SETTLE_FREQUENCYINT13
SETTLEMENT_FREQ_UNITExplanatory short text DDTEXTCHAR60DDTEXT
PAYMENT_OFFSET_FREQCOMS: Payment Date Offset FTR_COMS_PAYDATE_OFFSETNUMC2FTR_COMS_DPAYDATE_OFFSET
PAYMENT_OFFSET_FREQ_UNITExplanatory short text DDTEXTCHAR60DDTEXT
FIXING_DATE_RULEExplanatory short text DDTEXTCHAR60DDTEXT
FIXING_WORKDAY_BEFORE_ENDCOMS: Workdays Before End of Period FTR_COMS_BUSDAYS_BEOPNUMC2FTR_COMS_DBUSDAYS_BEOP
FIXING_WEEKDAY_NUMBERCOMS: Frequency of Occurrence of Weekday in Period FTR_COMS_OCCURE_OF_WDINT13
FIXING_WEEKDAYExplanatory short text DDTEXTCHAR60DDTEXT
AVERAGE_FREQUENCYCOMS: Frequency for Average FTR_COMS_AVERAG_FREQINT25
COND_QUANTITYQuantity FTR_QUANQUAN13(3) FTR_QUAN
QUANTITY_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
QUANTITY_UOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
QUANTITY_RELATED_TOExplanatory short text DDTEXTCHAR60DDTEXT
FIXING_CALENDARExplanatory short text DDTEXTCHAR60DDTEXT
QUANTITY_CALENDARExplanatory short text DDTEXTCHAR60DDTEXT
CONDITION_IS_USEDGeneral Flag FLAGCHAR1FLAG
PERIOD_STARTStart of Calculation Period DBERVONDATS8DATUM
PERIOD_ENDEnd of Calculation Period DBERBISDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure TBCO_CS_COND using ABAP code?

As TBCO_CS_COND is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TBCO_CS_COND as there is no data to select.

How to access SAP table TBCO_CS_COND

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