BAPI_FTR_CHANGE_COMS SAP (Change a Commodity Swap per BAPI) Structure details

Dictionary Type: Structure
Description: Change a Commodity Swap per BAPI




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




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

BAPI_FTR_CHANGE_COMS 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 "Change a Commodity Swap per BAPI" 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_BAPI_FTR_CHANGE_COMS TYPE BAPI_FTR_CHANGE_COMS.

The BAPI_FTR_CHANGE_COMS table consists of various fields, each holding specific information or linking keys about Change a Commodity Swap per BAPI data available in SAP. These include CALENDAR2 (Factory calendar), BUY_COMMODITY_ID (Commodity ID), BUY_QUANTITY (Quantity), BUY_UNIT_OF_MEASURE (Unit of Measure for the Commodity).. 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 BAPI_FTR_CHANGE_COMS 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
CALENDAR1Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
CALENDAR2Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
BUY_COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
BUY_QUANTITYQuantity FTR_QUANQUAN13(3) FTR_QUAN
BUY_UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
BUY_UNIT_OF_MEASURE_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
BUY_PRICE_PER_UNITCommodity Price FTR_COMPRICEDEC13(5) FTR_COMPRICE
BUY_PRICE_UNITCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
BUY_PRICE_UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
BUY_PRICE_UNIT_OF_MEASURE_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
BUY_PRICE_CURRENCYPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
BUY_PRICE_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
BUY_SPREADCommodity Spread FTR_COMSPREADDEC13(5) FTR_COMPRICE
BUY_SPOT_PRICECommodity Spot Price FTR_COMSPOTDEC13(5) FTR_COMPRICE
SELL_COMMODITY_IDCommodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
SELL_QUANTITYQuantity FTR_QUANQUAN13(3) FTR_QUAN
SELL_UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
SELL_UNIT_OF_MEASURE_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
SELL_PRICE_PER_UNITCommodity Price FTR_COMPRICEDEC13(5) FTR_COMPRICE
SELL_PRICE_UNITCurrency Unit of the Rate TB_RUNITCHAR5Assigned to domainVVSRUNIT
SELL_PRICE_UNIT_OF_MEASUREUnit of Measure for the Commodity TPM_CTY_UOMUNIT3Assigned to domainCUNITMEINS
SELL_PRICE_UNIT_OF_MEASURE_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
SELL_PRICE_CURRENCYPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
SELL_PRICE_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
SELL_SPREADCommodity Spread FTR_COMSPREADDEC13(5) FTR_COMPRICE
SELL_SPOT_PRICECommodity Spot Price FTR_COMSPOTDEC13(5) FTR_COMPRICE
DATE_OF_NOTICETerm End TB_DELFZDATS8DATUM
START_TERMTerm Start TB_DBLFZDATS8DATUM
END_TERMTerm End TB_DELFZDATS8DATUM
BUY_DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6Assigned to domainTBA_DCSIDTBA_DCSIDTBAH_DCS
BUY_MICMarket Identifier Code TBA_MICCHAR4Assigned to domainTBA_MICTBA_MICTBAH_MIC
BUY_PRICE_TYPEType of Price Quotation TBA_PRICETYPECHAR2Assigned to domainVVSKURSARTRATETYPE_F4
BUY_TIME_TO_MATURITYTime to Maturity TBA_TENORCHAR10Assigned to domainTBA_TENORTBAH_TENOR
SELL_DCSIDDerivative Contract Specification ID TBA_DCSIDCHAR6Assigned to domainTBA_DCSIDTBA_DCSIDTBAH_DCS
SELL_MICMarket Identifier Code TBA_MICCHAR4Assigned to domainTBA_MICTBA_MICTBAH_MIC
SELL_PRICE_TYPEType of Price Quotation TBA_PRICETYPECHAR2Assigned to domainVVSKURSARTRATETYPE_F4
SELL_TIME_TO_MATURITYTime to Maturity TBA_TENORCHAR10Assigned to domainTBA_TENORTBAH_TENOR

Key field Non-key field



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

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

How to access SAP table BAPI_FTR_CHANGE_COMS

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