JBIXBAE SAP (EDT Receiver Structure: Position Changes Extended) Structure details

Dictionary Type: Structure
Description: EDT Receiver Structure: Position Changes Extended




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




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

JBIXBAE 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 "EDT Receiver Structure: Position Changes Extended" 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_JBIXBAE TYPE JBIXBAE.

The JBIXBAE table consists of various fields, each holding specific information or linking keys about EDT Receiver Structure: Position Changes Extended data available in SAP. These include SBAENTYP (Category of Position Change), RBAENEXT (Position Change - External Number), MODE (Mode of Data Flow), SSTORNO (Reversal indicator).. 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 JBIXBAE 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
SBAENTYPCategory of Position Change JBDBAENTYPCHAR3JBDBAENTYP
RBAENEXTPosition Change - External Number JBDBAENEXTCHAR20CHAR20
MODEMode of Data Flow JBSMODECHAR1JBSMODE
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRSQCompany Code of Source Position JBBUKRSQCHAR4Assigned to domainBUKRSH_T001
BUKRSZCompany Code of Target Position JBBUKRSZCHAR4Assigned to domainBUKRSH_T001
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RANLQSource Security ID Number JBRANLQCHAR13Assigned to domainALPHAWP_RANLSECURITY_F4
RANLZTarget Securities ID Number JBRANLZCHAR13Assigned to domainALPHAWP_RANLSECURITY_F4
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
RLDEPOQSource Securities Account JBDEPOQCHAR10Assigned to domainRLDEPOH_VWPDEPO
RLDEPOZTarget Securities Account JBDEPOZCHAR10Assigned to domainRLDEPOH_VWPDEPO
BNWHRNominal Amount in Position Currency JBBNWHRCURR13(2) WRTV7
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
DBESTANDPosition Date (Trade Date) JBDBESTANDDATS8DATUM
DVALUTValue Date (Interest and Dividends) JBDVALUT2DATS8DATUM
DDISPOPosting Date (Settlement Date) JBDDISPODATS8DATS
BBWHRPosition-Changing Amount in Position Currency JBBBWHR2CURR13(2) WRTV7
BHWHRAmount that Changes Position in Local Currency JBBHWHRCURR13(2) WRTV7
SZUABKNZAddition/Withdrawal Indicator for Positions JBDZUABKNZCHAR2JBDZUABKNZ
ZAEHLERNumerator in Split, Swap and Booking Relationship JBTZAEHLERNUMC8NUM8
NENNERDenominator in Split, Swap and Booking Relationship JBTNENNERNUMC8NUM8
KWKURSSecurity Price per Subscription Right JBKWKURSDEC15(6) VVKWKURS
SSWHRCurrency/Unit of Security Price JBSSWHRCUKY5Assigned to domainWAERS
DATBAENDate of Position Change JBDATBAENDATS8DATUM
TIMBAENExact Time of Position Change JBTIMBAENTIMS6UZEIT
SEGMENTIndicator for Segment JBSEGMENTCHAR1CHAR1
RBAENINTPosition Change - Internal Number JBRBAENINTCHAR16JBRBAENINT
OBJNRBObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
OBJNRBQObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
OBJNRBZObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
ASTUECKABNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
ASTUECKZUNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BBWHRABPosition-Changing Amount in Position Currency JBBBWHR2CURR13(2) WRTV7
BBWHRZUPosition-Changing Amount in Position Currency JBBBWHR2CURR13(2) WRTV7
BHWHRABAmount that Changes Position in Local Currency JBBHWHRCURR13(2) WRTV7
BHWHRZUAmount that Changes Position in Local Currency JBBHWHRCURR13(2) WRTV7
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
BNWHRABNominal amount BNWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
SBWHRZUPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
SBWHRABPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BBWHRBBase Value JBAENBBWHRBCURR17(2) WERTV9
BHWHRBBase Value in Local Currency JBAENBHWHRBCURR17(2) WERTV9
RWHRBASExercise price currency RWHRBASCUKY5Assigned to domainWAERS
SOPTTYPIndicator: Option Category SOPTTYPNUMC1SOPTTYP
SVERROPTOption Settlement Indicator SVERROPTNUMC1SVERROPT
BWAVNConversion ratio - Denominator BWAVNDEC9(4) DEC5_4
BWAVZConversion ratio - Numerator BWAVZDEC9(4) DEC5_4
BSWHRMarket value VVBSWHRCURR13(2) WERTV7
ENQUEUECheckbox XFELDCHAR1XFELD
ORG_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table JBIXBAE

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