JBIBSTK SAP (Structure for Costing Positions) Structure details

Dictionary Type: Structure
Description: Structure for Costing Positions




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




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

JBIBSTK 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 Costing Positions" 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_JBIBSTK TYPE JBIBSTK.

The JBIBSTK table consists of various fields, each holding specific information or linking keys about Structure for Costing Positions data available in SAP. These include MANDT (Client), RBESTO (Position Number), RBPROD (Bank Product), RKALRG (Costing Rule).. 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 JBIBSTK 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
MANDTClient MANDTCLNT3T000MANDT
RBESTOPosition Number JBRBESTONUMC10NUM10JBA
RBPRODBank Product JBRBPRODCHAR10JBDBPRDJBRBPROD
RKALRGCosting Rule JBRKALRGCHAR8JBTKREGJBRKALRGJB7
RBPVARBank Product Variant for Costing JBRBPVARCHAR6JBDBPVRJBRBPVAR
DKGUELValidity Date for Determining Costing Rule JBDKGUELDATS8DATUM
DLKALKDate of Last Costing Run JBDLKALKDATS8DATUM
SPERIOCosted to Period JBSPERIONUMC3NUM3
SKJAHRCosted up to Year JBSKJAHRNUMC4NUM4
DGBEGIDate of Transaction Start JBDGBEGIDATS8DATUM
DGENDEDate of Transaction End JBDGENDEDATS8DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RPORTBPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
RANLWSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RHANPLExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
OPTNRClass TI_RGATTCHAR13ALPHAT_RGATTT04
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
RCOMMDCommodity JBRCOMMDCHAR13Assigned to domainALPHAT_URGATT
WBWAERCurrency of Position JBWBWAERCUKY5Assigned to domainWAERS
WHWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RUKURSExchange Rate Type (Forex/Foreign Notes and Coins) JBRBUKURCHAR4Assigned to domainKURST
SSHLNGShort/Long Indicator JBSSHLNGCHAR1JBSSHLNG
SMPREIUnit of Measure for Position JBSMPREIUNIT3Assigned to domainCUNITMEINS
DERFASCreated on JBDERFASDATS8DATUM
TERFASTime of entry JBTERFASTIMS6TIMES
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
RGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SKOGRPCondition Group SKOGRPNUMC3Assigned to domainSKOGRP
RANTYPContract Type RANTYPCHAR1RANTYP
SKALKZIndicator Showing if Transaction Still Needs Costing JBSKALKZCHAR1CHAR1
SNOTIQuotation Indicator SNOTINUMC1SNOTI
SDISKODiscounted SDISKOCHAR1SDISKO
BNOMSNominal value BNOMSCURR13(2) BWHR
RFRISTMaturity Pattern for Core Deposits Products JBRFRISTCHAR8Assigned to domainJBRFRIST
DAUFBDate of Current Position JBDAUFBDATS8DATUM
BRUNITTranslation ratio VVBRUNITCURR13(2) WERTV7
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
SGLDKRPosition Calculation JBSGLDKRCHAR1JBSGLDKR
DLBWRTDate Last Position Value Entered JBDLBWRTDATS8DATUM
SOFTYPOptions/futures category TI_SOFTYPNUMC2T_SOFTYP
PPTICKTick in percentage points TI_PPTICKDEC10(7) DECV3_7
PITICKTick in index points TI_PITICKDEC11(6) T_PKTKUR
BETICKTick as amount TI_BETICKCURR13(2) WERTV7
BWTICKTick value TI_BWTICKCURR13(2) WERTV7
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
SABRMETSettlement Method Option TI_SABRMETCHAR1T_SABRMET
BPINDEXValue of an index point TI_BPINDEXCURR13(2) WERTV7
BOPVOLOpportunity Volume on Costing Key Date JBBOPVOLCURR17(2) WERTV9
BMKVOLMarket Volume on Costing Key Date JBBMKVOLCURR17(2) WERTV9
BPKURPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
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 JBIBSTK using ABAP code?

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

How to access SAP table JBIBSTK

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