JBDBAEND SAP (Position Changes) Table details

Dictionary Type: Table
Description: Position Changes




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




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

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

The JBDBAEND table consists of various fields, each holding specific information or linking keys about Position Changes data available in SAP. These include RBAENINT (Position Change - Internal Number), RBAENEXT (Position Change - External Number), SBAENTYP (Category of Position Change), SBAENKMKNZ (Indicator for Corporate Action).. 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 JBDBAEND 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
RBAENEXTPosition Change - External Number JBDBAENEXTCHAR20CHAR20
SBAENTYPCategory of Position Change JBDBAENTYPCHAR3JBDBAENTYP
SBAENKMKNZIndicator for Corporate Action JBDBAENKMKNZCHAR1CHAR1
BUKRSCompany Code of Source Position JBBUKRSQCHAR4Assigned to domainBUKRSH_T001
REFBUKRSCompany Code of Target Position JBBUKRSZCHAR4Assigned to domainBUKRSH_T001
RLDEPOSource Securities Account JBDEPOQCHAR10Assigned to domainRLDEPOH_VWPDEPO
REFRLDEPOTarget Securities Account JBDEPOZCHAR10Assigned to domainRLDEPOH_VWPDEPO
RANLSource Security ID Number JBRANLQCHAR13Assigned to domainALPHAWP_RANLSECURITY_F4
REFRANLTarget Securities ID Number JBRANLZCHAR13Assigned to domainALPHAWP_RANLSECURITY_F4
ZAEHLERNumerator in Split, Swap and Booking Relationship JBTZAEHLERNUMC8NUM8
NENNERDenominator in Split, Swap and Booking Relationship JBTNENNERNUMC8NUM8
DERFASCreated on JBDERFASDATS8DATUM
TERFASTime of entry JBTERFASTIMS6TIMES
SSTORNOReversal Indicator JBSTORNOCHAR1XFELD
DATBAENDate of Position Change JBDATBAENDATS8DATUM
TIMBAENExact Time of Position Change JBTIMBAENTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBDBAEND
INTO CORRESPONDING FIELDS OF WA_JBDBAEND
WHERE...

How to access SAP table JBDBAEND

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