JBRHBEWEG SAP (RM: Version Table BEWEG for Extended Cat. of Primary Trans.) Table details

Dictionary Type: Table
Description: RM: Version Table BEWEG for Extended Cat. of Primary Trans.




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




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

JBRHBEWEG is a standard SAP Table which is used to store RM: Version Table BEWEG for Extended Cat. of Primary Trans. data and is available within R/3 SAP systems depending on the version and release level.

The JBRHBEWEG table consists of various fields, each holding specific information or linking keys about RM: Version Table BEWEG for Extended Cat. of Primary Trans. data available in SAP. These include RIDXRT (Internal Number of the Generic Transaction), NGIDNR (Sequence Number for a Transaction ID in Primary Transaction), NCFNR (Consecutive Number for a Flow of an FGET), DGUELTBIS ('Valid To' Date for the Versions of the xSFGDT).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JBRHBEWEG table 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 MANDTCLNT3T000MANDT
RIDXRTInternal Number of the Generic Transaction JBRIDXRTCHAR20JBRDBKOALPHAJBRIDXRTRIDXRTS_JBRDBKO_RIDXRT
NGIDNRSequence Number for a Transaction ID in Primary Transaction JBNGIDNRNUMC6JBRDBKOETJBNGIDNR
NCFNRConsecutive Number for a Flow of an FGET JBNCFNRNUMC6JBNCFNR
DGUELTBIS'Valid To' Date for the Versions of the xSFGDT JBDGUELTBISDATS8DATS
CFARTCash Flow Type JBRCFART_DCHAR3JBRCFARTJBRCFARTS_JBRCFART
RKONDGRDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SCWHRCurrency of cash flow TV_CFWHRCUKY5TCURCWAERS
BCWHRCash Flow Amount in Currency TV_CASHFCURR17(2) T_BETRAG
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DBERVON'Calculate From' Date (Inclusive of that date) JBRBERVONDATS8DATUM
DBERBIS'Calculate Through To' Date JBRBERBISDATS8DATUM
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
ATAGENumber of Days VTVATAGENUMC6NUMC06
CF_ASTCKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
SNWHRCurrency of nominal amount base TV_SNWHRCUKY5TCURCWAERS
BNWHRNominal amount base for cash flow determination TV_BNWHRCURR17(2) T_BETRAG
PKONDInterest rate as a percentage TB_PKONDDEC10(7) DECV3_7
SZSREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
SOFFSETFixer offset for variable interest rate reference TV_SOFFSETDEC10(7) DECV3_7
SFORMREFFormula Reference TB_XFORMBECHAR4AT30T_FORMBE
DZFESTInterest rate fixing date TB_DZFESTDATS8DATUM
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
OPPZINSOpportunity Interest JBIOPPZDEC10(7) JBIZINS
FIKTKZInclude Fictitious Cash Flows TV_FIKTKZCHAR1TV_FIKTKZ
SBWHRPosition Currency/Transaction Currency KL_SBWHRCUKY5TCURCWAERS
BBWHRAmount in transaction currency KL_BBWHRCURR17(2) KL_AMOUNT
XKURSKNZX - Fixed exchange rate agreed KL_XKURSCHAR1XFELD
KKURSExchange Rate KL_KKURSDEC13(7) DEC6_7
SZINSARTRM: Indicator for the Type of Interest Rate JBSZINSARTCHAR1JBSZINSART

Key field Non-key field



How do I retrieve data from SAP table JBRHBEWEG using ABAP code

The following ABAP code Example will allow you to do a basic selection on JBRHBEWEG to SELECT all data from the table
DATA: WA_JBRHBEWEG TYPE JBRHBEWEG.

SELECT SINGLE *
FROM JBRHBEWEG
INTO CORRESPONDING FIELDS OF WA_JBRHBEWEG
WHERE...

How to access SAP table JBRHBEWEG

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