JBIUMDATA SAP (Receiver Struct: Class Data for Listed Derivatives) Structure details

Dictionary Type: Structure
Description: Receiver Struct: Class Data for Listed Derivatives




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




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

JBIUMDATA 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 "Receiver Struct: Class Data for Listed Derivatives" 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_JBIUMDATA TYPE JBIUMDATA.

The JBIUMDATA table consists of various fields, each holding specific information or linking keys about Receiver Struct: Class Data for Listed Derivatives data available in SAP. These include SGSART (Product Type), XALKZ (Short name), XALLB (Long name), REPKE (Issuer Identity Key).. 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: Can be enhanced (character-type or numeric)


SAP JBIUMDATA 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
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
XALKZShort name XALKZCHAR15XKBEZ
XALLBLong name XALLBCHAR60XLBEZ
REPKEIssuer Identity Key REPKE_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BPEXTBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
SMARGARTMargin type TB_MARGARTCHAR5Assigned to domainT_MARGART
PPTICKTick in percentage points TI_PPTICKDEC10(7) DECV3_7
BETICKTick as amount TI_BETICKCURR13(2) WERTV7
PITICKTick in index points TI_PITICKDEC11(6) T_PKTKUR
BWTICKTick value TI_BWTICKCURR13(2) WERTV7
WWTICKTick Value Currency TI_WWTICKCUKY5Assigned to domainWAERS
DVERFALLExpiration date TI_DVERFDATS8DATUM
DLHANDELLast trade date TI_DLHANDDATS8DATUM
DERFUELLSettlement date TI_DERFUEDATS8DATUM
SKALIDFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
BNOMSNominal value BNOMSCURR13(2) BWHR
RNWHRNominal currency RNWHRCUKY5Assigned to domainWAERS
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
SPUTCALLPut/call indicator TI_SPUTCALNUMC1T_SPUTCAL
SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
DENDFFinal due date DENDFDATS8DATUM
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
URANLContract Number RANLCHAR13ALPHARANLRAN
UINDEXSecurities Index IDXCHAR10CHAR10
BPINDEXValue of an index point TI_BPINDEXCURR13(2) WERTV7
WPINDEXIndex point currency TI_WPINDEXCUKY5Assigned to domainWAERS
BSTRIKEStrike as amount TI_BSTRIKECURR13(2) WERTV7
WSTRIKEStrike Currency TI_WSTRIKECUKY5Assigned to domainWAERS
PKSTRIKEStrike in points TI_PKSTRIKDEC9(4) DEC5_4
IPSTRIKEStrike as inverted percentage notation TI_IPSTRIKDEC10(7) DECV3_7
MODEMode of Data Flow JBSMODECHAR1JBSMODE
ORG_INDEXRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table JBIUMDATA

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