JBDBEWE SAP (Position Flows Generated by Position Changes) Table details

Dictionary Type: Table
Description: Position Flows Generated by Position Changes




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




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

JBDBEWE is a standard SAP Table which is used to store Position Flows Generated by Position Changes data and is available within R/3 SAP systems depending on the version and release level.

The JBDBEWE table consists of various fields, each holding specific information or linking keys about Position Flows Generated by Position Changes data available in SAP. These include RBAENINT (Position Change - Internal Number), RLFNR (Sequence Number), OBJNRB (Object number for financial transactions), DBESTAND (Position value date).. 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: Not classified


SAP JBDBEWE 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 MANDTCLNT3Assigned to domainMANDT
RBAENINTPosition Change - Internal Number JBDBAENINTCHAR16JBDBAENINT
RLFNRSequence Number JBLFNRNUMC5NUMC5
OBJNRBObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
DBESTANDPosition value date DBESTANDDATS8DATUM
DVALUTInterest Value Date/Calculation Date VVDZINVALDATS8DATUM
DDISPOValue date / planning day VVDWERTSTDATS8DATUM
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNWHRPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
KWKURSSecurity price VVKWKURSDEC15(6) VVKWKURS
SSWHRStock price currency VVSSWHRCUKY5Assigned to domainWAERS
BBWHRAmount in Position Currency JBAENBBWHRCURR17(2) WERTV9
BHWHRAmount in Local Currency JBAENBHWHRCURR17(2) WERTV9
BBWHRBBase Value JBAENBBWHRBCURR17(2) WERTV9
BHWHRBBase Value in Local Currency JBAENBHWHRBCURR17(2) WERTV9
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
SZUABKNZAddition/Withdrawal Indicator for Positions JBDZUABKNZCHAR2JBDZUABKNZ
SPRKNZLock Indicator for Position Flow JBDSPRKNZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBDBEWE
INTO CORRESPONDING FIELDS OF WA_JBDBEWE
WHERE...

How to access SAP table JBDBEWE

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