JBI_DYN_WPORD SAP (Screeen Structure for Security Orders) Structure details

Dictionary Type: Structure
Description: Screeen Structure for Security Orders




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




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

JBI_DYN_WPORD 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 "Screeen Structure for Security Orders" 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_JBI_DYN_WPORD TYPE JBI_DYN_WPORD.

The JBI_DYN_WPORD table consists of various fields, each holding specific information or linking keys about Screeen Structure for Security Orders data available in SAP. These include BUTXT (Name of Company Code or Company), RANL (Security ID Number), XALKZ (Short name), RLDEPO (Securities Account).. 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 JBI_DYN_WPORD 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
BUTXTName of Company Code or Company BUTXTCHAR25TEXT25
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
XALKZShort name XALKZCHAR15XKBEZ
RLDEPOSecurities Account JBRLDEPOCHAR10Assigned to domainRLDEPODEP
XLDEPOSecurities account ID XLDEPOCHAR30XLDEPO
DORDEROrder day DORDERDATS8DATUM
NORDERInternal Order Number JBINTORDNUMC8NUM8ORD
NORDEXTExternal order number NORDEXTCHAR20CHAR20
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
NAME1Name NAME1CHAR30TEXT30
RDEALERTrader RDEALERCHAR12TZDEARDEALER
RHANDPLExchange VVRHANDPLCHAR10TWH01VVRHANDPLWHP
XKURZBEZShort name for ATAB tables XKURZBEZCHAR15XKBEZ
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
SCWHRSettlement Currency SCWHRCUKY5TCURCWAERS
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BWKURSSecurity price for unit quotation BWKURSCURR13(2) BWKURS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
PWKURSSecurity price for percentage quotation PWKURSDEC10(7) PWKURS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
DVALUTValue Date (Interest and Dividends) JBDVALUT2DATS8DATUM
DDISPOPosting Date (Settlement Date) JBDDISPODATS8DATS
DBESTANDPosition Date (Trade Date) JBDBESTANDDATS8DATUM
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SSWHRStock price currency VVSSWHRCUKY5Assigned to domainWAERS
BSWHRMarket value VVBSWHRCURR13(2) WERTV7
SRUNITCurrency unit VVSRUNITCHAR5TZUNIVVSRUNIT
DSCHLUSSDate of business closing VVDSCHLUSSDATS8DATUM
TSCHLUSSTime of business closing VVTSCHLUSSTIMS6UZEIT
ZUONDAssignment TB_ZUONDCHAR18TEXT18
REFERInternal Reference TB_REFERCHAR16CHAR16
MERKMCharacteristics TB_MERKMCHAR25CHAR25
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
XBEWARTName of flow type XBEWARTCHAR30TEXT30
BZBETRPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
WZBETRPayment Currency TB_WZBETRCUKY5Assigned to domainWAERS
KWKURSSecurity price VVKWKURSDEC15(6) VVKWKURS
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XINCLIndicator date inclusive VVXINCLCHAR1XFELD
SBEWARTLFlow Type SBEWARTCHAR4Assigned to domainSBEWART
XBEWARTLName of flow type XBEWARTCHAR30TEXT30
SSTCKTGAccrued interest: Daily method SSTCKTGCHAR1SZBMETH
SCOUPONCoupon ID for interest and accrued interest calculation VVSCOUPONCHAR1VVSCOUPON
SFLATIndicator 'Traded flat',i.e.no accrued interest calculation VVSFLATCHAR1XFELD
FLG_ZINSCheckbox XFELDCHAR1XFELD
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO

Key field Non-key field



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

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

How to access SAP table JBI_DYN_WPORD

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