JBIKUGW SAP (Structure for Determining Realized Gains/Losses) Structure details

Dictionary Type: Structure
Description: Structure for Determining Realized Gains/Losses




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




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

JBIKUGW 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 "Structure for Determining Realized Gains/Losses" 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_JBIKUGW TYPE JBIKUGW.

The JBIKUGW table consists of various fields, each holding specific information or linking keys about Structure for Determining Realized Gains/Losses data available in SAP. These include BUKRS (Company Code), RFHA (Financial Transaction), NORDER (Order Number), RBAENEXT (Position Change - External Number).. 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 JBIKUGW 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
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
NORDEROrder Number NORDERNUMC8NUM8ORD
RBAENEXTPosition Change - External Number JBDBAENEXTCHAR20CHAR20
SBAENTYPCategory of Position Change JBDBAENTYPCHAR3JBDBAENTYP
DABSCHContract Date JBDABSCHDATS8DATUM
ABMENG_NEUPosition - Number of Units JBABMENGQUAN13(3) MENGE
ABMENG_ALTPosition - Number of Units JBABMENGQUAN13(3) MENGE
BBBETR_NEUPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
BBBETR_ALTPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
BPPREISPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
BPGLDKU_APrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
BPREISPrice of Position Flow - Amount JBBPREISCURR17(2) WERTV9
BGLDKU_AFloating Average Price - Amount JBBGLDKUCURR17(2) WERTV9
KPREISExchange rate KURSFDEC9(5) EXCRTKURSF
KGLDKU_AFloating Average Exchange Rate JBKGLDKUDEC9(5) EXCRTKURSF
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
BHWHR_ALTPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
BHWHR_NEUPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
BBWHR_ALTPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
BBWHR_NEUPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
GLD_NEUCheckbox XFELDCHAR1XFELD
AMENGEPosition Change - Quantity JBAMENGEQUAN15(5) JBAQUANT
BBETRGPosition Change - Amount JBBBETRGCURR17(2) WERTV9
SZUABKNZAddition/Withdrawal Indicator for Positions JBDZUABKNZCHAR2JBDZUABKNZ
WBWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WHWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BRKUGWRealized Price Gains JBBRKUGWCURR17(2) WERTV9
BRKUVLRealized Price Losses JBBRKUVLCURR17(2) WERTV9
BRKDGWRealized Foreign Exchange Gains JBBRKDGWCURR17(2) WERTV9
BRKDVLRealized Foreign Exchange Losses JBBRKDVLCURR17(2) WERTV9
WBRKUCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SPOSGLDWPIndicator for FLA Adjustment for Securities JBPOSSGLDWPCHAR1XFELD
SPOSGLDDEVIndicator for FLA Adjustment for Foreign Exchange JBPOSSGLDDEVCHAR1XFELD
SPOSGLDEFFZIndicator for FLA Effective Interest Adjustment JBPOSSGLDEFFZCHAR1XFELD
SPOSGLDVOLFLA Volume Maintenance Indicator JBPOSSGLDVOLCHAR1JBPOSSGLDVOL
SPOSGLDPRFLA Price Management Indicator JBPOSSGLDPRCHAR1JBPOSSGLDPR

Key field Non-key field



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

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

How to access SAP table JBIKUGW

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