JBIBBEW SAP (General Structure for Position Flows) Structure details

Dictionary Type: Structure
Description: General Structure for Position Flows




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




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

JBIBBEW 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 "General Structure for Position Flows" 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_JBIBBEW TYPE JBIBBEW.

The JBIBBEW table consists of various fields, each holding specific information or linking keys about General Structure for Position Flows data available in SAP. These include RFHA (Financial Transaction), NORDER (Order Number), NORDEXT (External order number), RBAENINT (Position Change - Internal Number).. 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 JBIBBEW 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
NORDEROrder Number NORDERNUMC8NUM8ORD
NORDEXTExternal order number NORDEXTCHAR20CHAR20
RBAENINTPosition Change - Internal Number JBDBAENINTCHAR16JBDBAENINT
RBAENEXTPosition Change - External Number JBDBAENEXTCHAR20CHAR20
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
SFGTYPTransaction Category TB_SFGTYPNUMC3Assigned to domainT_SFGTYP
RBESTOPosition Number JBRBESTONUMC10NUM10JBA
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
SSHLNGShort/Long Indicator JBSSHLNGCHAR1JBSSHLNG
DVTRABContract Conclusion Date TB_DVTRABDATS8DATUM
TVTRABTime of contract conclusion TB_TVTRABTIMS6UZEIT
DBESTANDPosition value date DBESTANDDATS8DATUM
DVALUTInterest Value Date/Calculation Date VVDZINVALDATS8DATUM
DEFVALUTInterest Value Date/Calculation Date VVDZINVALDATS8DATUM
DDISPOValue date / planning day VVDWERTSTDATS8DATUM
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BSWHRMarket value VVBSWHRCURR13(2) WERTV7
SSWHRStock price currency VVSSWHRCUKY5Assigned to domainWAERS
SRUNITCurrency unit VVSRUNITCHAR5Assigned to domainVVSRUNIT
LWAERSLeading currency in exchange rate quotation LWAERSCUKY5Assigned to domainWAERS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
SHWHRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BPWKURSPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
BPRICEFloating Average Price - Amount JBBGLDKUCURR17(2) WERTV9
VVBASISPrice in points TB_VVBASISDEC11(6) T_PKTKUR
KDEVKUExchange rate KURSFDEC9(5) EXCRTKURSF
IEFFZSEffective Interest Rate JBIEFFZSDEC10(5) JBIZINSS
SBAENTYPCategory of Position Change JBDBAENTYPCHAR3JBDBAENTYP
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
SCOUPONCoupon ID for interest and accrued interest calculation VVSCOUPONCHAR1VVSCOUPON
SSTCKKZAccrued interest method SSTCKKZCHAR1SSTCKKZ
SSTCKTGAccrued interest: Daily method SSTCKTGCHAR1SZBMETH
SFLATIndicator 'Traded flat',i.e.no accrued interest calculation VVSFLATCHAR1XFELD
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA
SBKTYPCategory of Flows and Conditions TB_SBKTYPCHAR2Assigned to domainT_SBKTYP
SZUABKNZAddition/Withdrawal Indicator for Positions JBDZUABKNZCHAR2JBDZUABKNZ
SSAMKZIndicator for Collective Order JBDSAMKZCHAR1XFELD
DSAMMISB: Market Rate Date: Market Interest Rate for NPV Calc. DMARKTZINSDATS8DATS
OBJNRSAMObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR

Key field Non-key field



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

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

How to access SAP table JBIBBEW

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