JBTKREG_SPREADS SAP (Markups/Markdowns on Opportunity Interest) Table details

Dictionary Type: Table
Description: Markups/Markdowns on Opportunity Interest




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




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

JBTKREG_SPREADS is a standard SAP Table which is used to store Markups/Markdowns on Opportunity Interest data and is available within R/3 SAP systems depending on the version and release level.

The JBTKREG_SPREADS table consists of various fields, each holding specific information or linking keys about Markups/Markdowns on Opportunity Interest data available in SAP. These include RKALRG (Costing Rule), SPREAD_METH (Procedure for Markup or Markdown), SPREAD_ZKART (Yield Curve Type), SVORZE (Plus/Minus Sign for Opportunity Interest Rate Corrections).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBTKREG_SPREADS 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
RKALRGCosting Rule JBRKALRGCHAR8JBTKREGJBRKALRGJB7
SPREAD_METHProcedure for Markup or Markdown JBSPREAD_METHCHAR2JBTSPREAD_METHJBSPREAD_METH
SPREAD_ZKARTYield Curve Type JBSZKARTNUMC4JBD14JBSZKARTKURVENART
SVORZEPlus/Minus Sign for Opportunity Interest Rate Corrections JBSPREADSIGNCHAR1VVSEFFZIVZ
OPP_EXCL_FLGExclusion Indicator for Opportunity Contribution JBOPP_EXCL_FLGCHAR1XFELD
VF_NAME_GWValue Field Name For Markups And Markdowns On OI In Trans. C JBVF_NAME_GWCHAR10CHAR010
VF_NAME_HWValue Field Name For Markups And Markdowns On OI In Local C. JBVF_NAME_HWCHAR10CHAR010

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBTKREG_SPREADS
INTO CORRESPONDING FIELDS OF WA_JBTKREG_SPREADS
WHERE...

How to access SAP table JBTKREG_SPREADS

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