BAPI_FTR_CHANGE_COMSFLOW SAP (Change Commodity Swap Flow per BAPI) Structure details

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




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




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

BAPI_FTR_CHANGE_COMSFLOW 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 Commodity Swap Flow 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_COMSFLOW TYPE BAPI_FTR_CHANGE_COMSFLOW.

The BAPI_FTR_CHANGE_COMSFLOW table consists of various fields, each holding specific information or linking keys about Change Commodity Swap Flow per BAPI data available in SAP. These include BUY_PAYMENT_DATE (Payment or Delivery Date), BUY_FIXING_DATE (Interest rate fixing date), BUY_QUOTATION_SOURCE (Quotation Source), BUY_QUOTATION_TYPE (Commodity Quotation Type).. 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_COMSFLOW 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
TABLEINDEXUnique Identifier of a Table Row TB_TABLEINDEXINT410INT4_NOS
BUY_PAYMENT_DATEPayment or Delivery Date TB_DZTERMDATS8DATUMT33
BUY_FIXING_DATEInterest rate fixing date TB_DZFESTDATS8DATUM
BUY_QUOTATION_SOURCEQuotation Source TCR_CTY_QUOTSRCCHAR2Assigned to domainTCR_CTY_QUOTSRC
BUY_QUOTATION_TYPECommodity Quotation Type TCR_CTY_QUOTTYPECHAR5Assigned to domainTCR_CTY_QUOTTYPE
BUY_QUOTATION_AMOUNTPayment Amount BAPITM_BZBETRDEC23(4) BAPICURR
BUY_QUOTATION_CURRENCYPrice currency TB_WEBETRCUKY5Assigned to domainWAERS
BUY_QUOTATION_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
BUY_RATEPayment currency rate TB_KZWKURSDEC9(5) EXCRTUKURS
BUY_PAYMENT_AMOUNTPayment Amount BAPITM_BZBETRDEC23(4) BAPICURR
BUY_PAYMENT_CURRENCYPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
BUY_PAYMENT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
BUY_FLOW_TYPEFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
SELL_PAYMENT_DATEPayment or Delivery Date TB_DZTERMDATS8DATUMT33
SELL_FIXING_DATEInterest rate fixing date TB_DZFESTDATS8DATUM
SELL_QUOTATION_SOURCEQuotation Source TCR_CTY_QUOTSRCCHAR2Assigned to domainTCR_CTY_QUOTSRC
SELL_QUOTATION_TYPECommodity Quotation Type TCR_CTY_QUOTTYPECHAR5Assigned to domainTCR_CTY_QUOTTYPE
SELL_QUOTATION_AMOUNTPayment Amount BAPITM_BZBETRDEC23(4) BAPICURR
SELL_QUOTATION_CURRENCYPrice currency TB_WEBETRCUKY5Assigned to domainWAERS
SELL_QUOTATION_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
SELL_RATEPayment currency rate TB_KZWKURSDEC9(5) EXCRTUKURS
SELL_PAYMENT_AMOUNTPayment Amount BAPITM_BZBETRDEC23(4) BAPICURR
SELL_PAYMENT_CURRENCYPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
SELL_PAYMENT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
SELL_FLOW_TYPEFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
NET_PAYMENT_DATEPayment or Delivery Date TB_DZTERMDATS8DATUMT33
NET_FLOW_TYPEFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
BUY_FX_TRANSLATION_RULEDefines when quotation crcy is converted into payment crcy FTR_CURRENCY_CONV_POINT_IN_TIMCHAR1FTR_CURRENCY_CONV_POINT_IN_TIM
SELL_FX_TRANSLATION_RULEDefines when quotation crcy is converted into payment crcy FTR_CURRENCY_CONV_POINT_IN_TIMCHAR1FTR_CURRENCY_CONV_POINT_IN_TIM
BUY_EXCHANGE_RATE_TYPEExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
SELL_EXCHANGE_RATE_TYPEExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST

Key field Non-key field



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

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

How to access SAP table BAPI_FTR_CHANGE_COMSFLOW

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