BAPI_JBD_STR_GT_BEWEG SAP (Generic Transaction: Flow Data) Structure details

Dictionary Type: Structure
Description: Generic Transaction: Flow Data




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




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

BAPI_JBD_STR_GT_BEWEG 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 "Generic Transaction: Flow Data" 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_GT_BEWEG TYPE BAPI_JBD_STR_GT_BEWEG.

The BAPI_JBD_STR_GT_BEWEG table consists of various fields, each holding specific information or linking keys about Generic Transaction: Flow Data data available in SAP. These include ELEMENTARY_TRANSACTION_NUMBER (Sequential Number for GID in FGET (Elementary Transaction)), CASHFLOW_SEQUENCE_NUMBER (Consecutive Number for a Flow of an FGET), CASH_FLOW_TYPE (Cash Flow Type), TRANSACTION_DIRECTION (Transaction Direction).. 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_GT_BEWEG 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
TRANSACTION_NUMBERExternal Number of Generic Transaction BAPI_JBD_DTE_GTNUMCHAR20JBRIDEXT
ELEMENTARY_TRANSACTION_NUMBERSequential Number for GID in FGET (Elementary Transaction) BAPI_JBD_DTE_GTGIDNUMC6JBNGIDNR
CASHFLOW_SEQUENCE_NUMBERConsecutive Number for a Flow of an FGET BAPI_JBD_DTE_GTCFNRNUMC6JBNCFNR
CASH_FLOW_TYPECash Flow Type BAPI_JBD_DTE_GTCFTYPECHAR3Assigned to domainJBRCFART
TRANSACTION_DIRECTIONTransaction Direction BAPI_JBD_DTE_GTTRANSDIRECTNUMC1T_RKONDGR
CASH_FLOW_DIRECTIONDirection of Flow BAPI_JBD_DTE_GTFLOWDIRECTCHAR1T_SSIGN
CASH_FLOW_CURRENCYCurrency of Cash Flow BAPI_JBD_DTE_GTFLOWCURRCUKY5Assigned to domainT_WAER
CASH_FLOW_CURRENCY_ISOISO Code for Currency of Generic Transaction BAPI_JBD_DTE_GTCURR_ISOCHAR3ISOCD
CASH_FLOW_AMOUNTCash Flow Amount BAPI_JBD_DTE_GTFLOWAMOUNTDEC23(4) BAPICURR
DUE_DATEDue Date BAPI_JBD_DTE_GTDUEDATEDATS8DATUM
PAYMENT_DATEPayment Date BAPI_JBD_DTE_GTPAYDATEDATS8DATUM
CALCULATION_FROM_DATEDate of 'Calculation from' BAPI_JBD_DTE_GTCALCFROMDATEDATS8DATUM
CALCULATION_TO_DATE'Calculation to' Date BAPI_JBD_DTE_GTCALCTODATEDATS8DATUM
INTEREST_CALCULATION_METHODInterest calculation method BAPI_JBD_DTE_GTCALMETHCHAR1SZBMETH
PERIOD_BASE_DAY_NUMBERNumber of base days in a calculation period BAPI_JBD_DTE_GTBASEDAYNUMNUMC6INT6
DAY_NUMBERNumber of days BAPI_JBD_DTE_GTDAYNUMNUMC6NUMC06
SECURITIES_UNIT_NUMBERNumber of Units for Unit-Quoted Securities BAPI_JBD_DTE_GTSECNUMDEC15(5) ASTUECK
NOMINAL_AMOUNT_BASE_CURRENCYCurrency of nominal amount base BAPI_JBD_DTE_GTBASCURRCUKY5Assigned to domainWAERS
NOMINAL_AMOUNT_BASE_CURRENCY_IISO Code for Currency of Generic Transaction BAPI_JBD_DTE_GTCURR_ISOCHAR3ISOCD
NOMINAL_AMOUNT_BASENominal amount base for cash flow determination BAPI_JBD_DTE_GTNOMBASEDEC23(4) BAPICURR
INTEREST_RATE_PERCENTAGEInterest Rate as a Percentage BAPI_JBD_DTE_GTINTPERCENTDEC10(7) DECV3_7
REF_INTEREST_RATEReference Interest Rate BAPI_JBD_DTE_GTINTRATECHAR10Assigned to domainZIREFKU
REF_SIGN+/- Sign / for Reference Interest Rate Operator BAPI_JBD_DTE_GTINTOPERCHAR1SZSREFVZ
REF_INTEREST_RATE_FIX_OFFFixer offset for variable interest rate reference BAPI_JBD_DTE_GTREFINTFIXOFFDEC10(7) DECV3_7
FORMULA_REFERENCEFormula Reference BAPI_JBD_DTE_GTFORMULAREFCHAR4Assigned to domainT_FORMBE
INTEREST_RATE_FIXING_DATEInterest Rate Fixing Date BAPI_JBD_DTE_GTINTRATEFIXDATEDATS8DATUM
IMMEDIATE_SETTLEMENTImmediate Settlement BAPI_JBD_DTE_GTIMSETCHAR1TFMSOFVERR
OPPORTUNITY_INTERESTOpportunity Interest BAPI_JBD_DTE_GTOPPORTINTDEC10(7) JBIZINS
FICTITIOUS_CASH_FLOW_INDICATORIndicator for Fictitious Cash Flow BAPI_JBD_DTE_GTFLOWINDCHAR1TV_FIKTKZ
TRANSACTION_CURRENCYPosition Currency/Transaction Currency BAPI_JBD_DTE_GTTRANSCURRCUKY5Assigned to domainWAERS
TRANSACTION_CURRENCY_ISOISO Code for Currency of Generic Transaction BAPI_JBD_DTE_GTCURR_ISOCHAR3ISOCD
TRANSACTION_CURRENCY_AMOUNTAmount in transaction currency BAPI_JBD_DTE_GTTRANSCURRAMDEC23(4) BAPICURR
FIXED_EXCHANGE_RATE_INDICATORX - Fixed exchange rate agreed BAPI_JBD_DTE_GTFIXEXRATEINDCHAR1XFELD
EXCHANGE_RATEExchange Rate BAPI_JBD_DTE_GTEXRATEDEC13(7) DEC6_7
INTEREST_RATE_TYPE_INDICATORRM: Indicator for the Type of Interest Rate BAPI_JBD_DTE_GTINTRATEINDCHAR1JBSZINSART

Key field Non-key field



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

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

How to access SAP table BAPI_JBD_STR_GT_BEWEG

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