JBIUBAE SAP (IS-B: EDT Receiver Structure for Position Changes) Structure details

Dictionary Type: Structure
Description: IS-B: EDT Receiver Structure for Position Changes




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




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

JBIUBAE 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 "IS-B: EDT Receiver Structure for Position Changes" 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_JBIUBAE TYPE JBIUBAE.

The JBIUBAE table consists of various fields, each holding specific information or linking keys about IS-B: EDT Receiver Structure for Position Changes data available in SAP. These include RBAENEXT (Position Change - External Number), MODE (Mode of Data Flow), SSTORNO (Reversal indicator), BUKRS (Company Code).. 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 JBIUBAE 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

Key field Non-key field



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

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

How to access SAP table JBIUBAE

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