TBCO_CS_FIX SAP (Output Structure for Commodity Price Adjustment) Structure details

Dictionary Type: Structure
Description: Output Structure for Commodity Price Adjustment




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




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

TBCO_CS_FIX 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 Price Adjustment" 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_FIX TYPE TBCO_CS_FIX.

The TBCO_CS_FIX table consists of various fields, each holding specific information or linking keys about Output Structure for Commodity Price Adjustment data available in SAP. These include MANDT (Client), BEARER_CAT (Commodity Price Adjustment Category), BEARER_ID (Commodity Price Adjustment Bearer ID), CASHFLOW_ID (Cash Flow ID).. 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: Can be enhanced (character-type or numeric)


SAP TBCO_CS_FIX 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BEARER_CATCommodity Price Adjustment Category TB_CPA_BEARER_CATCHAR2T_IRA_BEARER_CAT
BEARER_IDCommodity Price Adjustment Bearer ID TB_CPA_BEARER_IDCHAR32T_IRA_BEARER_ID
CASHFLOW_IDCash Flow ID TB_CPA_CASHFLOW_IDNUMC4T_IRA_CASHFLOW_ID
IRA_DATECommodity Price Fixing Date TB_CPA_DATEDATS8T_IRA_DATE
COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TRCOT_CTY_MASTERTPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
QUOT_SOURCEQuotation Source TCR_CTY_QUOTSRCCHAR2TRCOCC_QUOTSRCTCR_CTY_QUOTSRC
QUOT_TYPECommodity Quotation Type TCR_CTY_QUOTTYPECHAR5TRCOCC_QUOTTYPETCR_CTY_QUOTTYPE
COMMODITY_PRICECommodity Price FTR_COMPRICEDEC13(5) FTR_COMPRICE
PRICE_CURR_UNITCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
PRICE_UOMUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
QUOT_PRICEPrice Quotation CPET_PRICEQUOTCURR15(2) CPE_AMOUNT
QUOT_CURRQuotation Currency CPET_QUOTCURRCUKY5Assigned to domainWAERS
QUOT_PRUNPrice Unit of Quotation CPET_QUOTPRUNDEC5CPE_PRUN
QUOT_UOMUnit of Measure of Quotation CPET_QUOTUOMUNIT3Assigned to domainCUNITMEINS
QUOT_RATEQuotation Currency Rate TB_QUOT_RATEDEC9(5) EXCRTUKURS
REGI_STATEStatus of Commodity Price Adjustment TB_CPA_REGISTRATION_STATECHAR2T_IRA_REGISTRATION_STATE
TERM_FROMStart of Commodity Price Adjustment Period TB_CPA_TERM_FROMDATS8T_IRA_TERM_FROM
IRA_TRIGGERCommodity Price Adjustment Trigger TB_CPA_TRIGGERCHAR2T_IRA_TRIGGER
FIXER_NAMEEmployee ID of Person Fixing Commodity Price TB_CPA_FIXER_NAMECHAR12SYCHAR12
FIXING_DATESystem Date of Commodity Price Adjustment TB_CPA_FIXING_DATEDATS8DATUM
FIXING_TIMESystem Time of Commodity Price Adjustment TB_CPA_FIXING_TIMETIMS6UZEIT
ACTIVITY_STATEActivity Status of Commodity Price Adjustment Registration TB_CPA_ACTIVITY_STATECHAR2T_IRA_ACTIVITY_STATE

Key field Non-key field



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

As TBCO_CS_FIX 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_FIX as there is no data to select.

How to access SAP table TBCO_CS_FIX

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