BAPI_JBD_STR_SWAP_ADDFLOW SAP (Financial Transaction: Other Flow) Structure details

Dictionary Type: Structure
Description: Financial Transaction: Other Flow




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




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

BAPI_JBD_STR_SWAP_ADDFLOW 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 "Financial Transaction: Other Flow" 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_JBD_STR_SWAP_ADDFLOW TYPE BAPI_JBD_STR_SWAP_ADDFLOW.

The BAPI_JBD_STR_SWAP_ADDFLOW table consists of various fields, each holding specific information or linking keys about Financial Transaction: Other Flow data available in SAP. These include TRANSACTION_NUMBER (Financial transactions), FLOW_KEY (Key that Identifies a Flow), DIRECTION (Side of Transaction), FLOW_TYPE (Flow 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: Not classified


SAP BAPI_JBD_STR_SWAP_ADDFLOW 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
COMP_CODECompany Code BAPI_JBD_DTE_BUKRSCHAR4Assigned to domainBUKRSH_T001
TRANSACTION_NUMBERFinancial transactions BAPI_JBD_DTE_RFHACHAR13Assigned to domainALPHAT_RFHAVTBA
FLOW_KEYKey that Identifies a Flow BAPI_JBD_DTE_FLOWKEYCHAR23T_BAPI_FLOW_KEY
DIRECTIONSide of Transaction BAPI_JBD_DTE_RKONDGRNUMC1T_RKONDGR
FLOW_TYPEFlow Type BAPI_JBD_DTE_SFHAZBACHAR4Assigned to domainSBEWART
FLOW_SIGNDirection of Flow BAPI_JBD_DTE_SSIGNCHAR1T_SSIGN
PAYMENT_DATEPayment Date BAPI_JBD_DTE_DZTERMDATS8DATUM
PAYMENT_AMOUNTPayment Amount in Payment Currency BAPI_JBD_DTE_BZBETRDEC23(4) BAPICURR
PAYMENT_CURPayment currency BAPI_JBD_DTE_WZBETRCUKY5Assigned to domainWAERS
PAYMENT_CUR_ISOISO Currency Code BAPI_JBD_DTE_CURR_ISOCHAR3ISOCD
LOCAL_CUR_RATELocal Currency Rate BAPI_JBD_DTE_KHWKURSDEC9(5) EXCRTUKURS
LOCAL_CUR_AMOUNTPayment Amount in Local Currency BAPI_JBD_DTE_BHWBETRDEC23(4) BAPICURR
CURRENT_RATECurrent Rate for Local Currency BAPI_JBD_DTE_SKHWFIX1CHAR1XFELD
FIXED_RATERate in Local Currency Fixed BAPI_JBD_DTE_SKHWFIX2CHAR1XFELD
FIXED_AMOUNTAmount in Local Currency Fixed BAPI_JBD_DTE_SKHWFIX3CHAR1XFELD
CALC_FROMDate of 'Calculation from' BAPI_JBD_DTE_DBERVONDATS8DATUM
CALC_FROM_INCLInclusive Indicator for Start of Calculation Period BAPI_JBD_DTE_SEXCLVONCHAR1XFELD
CALC_FROM_MONTH_ENDMonth-End Indicator for Start Date of a Period BAPI_JBD_DTE_SULTVONCHAR1VVSULT
CALC_TO'Calculation to' date BAPI_JBD_DTE_DBERBISDATS8DATUM
CALC_TO_INCLInclusive indicator for end of calculation period BAPI_JBD_DTE_SINCLBISCHAR1XFELD
CALC_TO_MONTH_ENDMonth-End Indicator for End Date of a Period BAPI_JBD_DTE_SULTBISCHAR1VVSULT
INTEREST_CALC_METHODInterest calculation method BAPI_JBD_DTE_SZBMETHCHAR1SZBMETH
INTEREST_CALC_EXPONExponential interest calculation BAPI_JBD_DTE_JEXPOZINSCHAR1XFELD
FACTORY_CALENDAR_INT_CALCFactory Calendar for Interest Calculation BAPI_JBD_DTE_SKALIDWTCHAR2Assigned to domainWFCID
INTEREST_CALC_DAYSNumber of Days BAPI_JBD_DTE_ATAGENUMC6INT6
CALC_BASE_DAYSNumber of base days in a calculation period BAPI_JBD_DTE_ABASTAGENUMC6INT6
CALC_BASE_AMOUNTCalculation Base Amount BAPI_JBD_DTE_BBASISDEC23(4) BAPICURR
CALC_BASE_CURCurrency of Calculation Basis BAPI_JBD_DTE_WBASISCUKY5Assigned to domainWAERS
CALC_BASE_CUR_ISOISO Currency Code BAPI_JBD_DTE_CURR_ISOCHAR3ISOCD
PERCENTAGE_RATEPercentage Rate for Condition Items BAPI_JBD_DTE_PKONDDEC10(7) DECV3_7
ASSIGNMENTAssignment Number BAPI_JBD_DTE_FTR_ZUONDCHAR18ZUONR

Key field Non-key field



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

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

How to access SAP table BAPI_JBD_STR_SWAP_ADDFLOW

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