JBIUZKON SAP (Structure for Interest Terms) Structure details

Dictionary Type: Structure
Description: Structure for Interest Terms




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




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

JBIUZKON 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 Interest Terms" 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_JBIUZKON TYPE JBIUZKON.

The JBIUZKON table consists of various fields, each holding specific information or linking keys about Structure for Interest Terms data available in SAP. These include DELFZ (Term End), SKOART (Condition Type (Smallest Subdivision of Condition Records)), DGUEL_KP (Condition Item Valid From), NSTUFE (Level number of condition item for recurring payments).. 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 JBIUZKON 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
DBLFZTerm Start TB_DBLFZDATS8DATUM
DELFZTerm End TB_DELFZDATS8DATUM
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
DGUEL_KPCondition Item Valid From DGUEL_KPDATS8DATUM
NSTUFELevel number of condition item for recurring payments NSTUFENUMC2NUMC2
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
PZZUABInterest Markup/Markdown TB_ZZSDEC10(7) DECV3_7
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
JAUSW_1Update calculation/due date: reg./reg. TBFOR1TZCHAR1XFELD
JAUSW_2Update calculation/due date: regular/relative TBFOR2TZCHAR1XFELD
JAUSW_3Update calculation/due date: regular/relative w.adjustment TBFOR3TZCHAR1XFELD
JAUSW_4Update calculation/due date: fixing/relative TBFOR4TZCHAR1XFELD
JAUSW_5Update calculation/due date: fixing/relative w.adjustment TBFOR5TZCHAR1XFELD
JAUSW_6Update calculation/due date: annually/relative TBFOR6TZCHAR1XFELD
JAUSW_7Update calculation/due date: annually/relative w.adjustment TBFOR7TZCHAR1XFELD
JAUSW_8Update calculation/due date: annually/annually TBFOR8TZCHAR1XFELD
DVALUTEnd of First Interest Period TBVALUTZDATS8DATUM
SVWERKRule for Shift to a Working Day TBWERKTZNUMC1T_SWERK
SVULTMonth-end indicator TBULTITZCHAR1VVSULT
INCLEXLCInclude/Exclude Indicator TB_INCEXCHAR1XFELD
DFAELLFirst Due Date for Interest TBFAELTZDATS8DATUM
SFWERKRule for Shift to a Working Day TBWERKTZNUMC1T_SWERK
SFULTMonth-end indicator TBULTITZCHAR1VVSULT
AMMRHYUpdate frequency in months TBMRHYTZNUMC3NUMC03
ATTRHYUpdate frequency in calendar days TBTRHYTZNUMC3NUMC03
AFGSTAGEShift due date towards end of interest period TBVFAETZINT410T_GSTAGE
SKALIDCalendar for working day rules TBKALETZCHAR2Assigned to domainWFCID
SKALID2Calendar for working day rules TBKALETZCHAR2Assigned to domainWFCID
SDWERKDue date correction in special field TBDISPTZNUMC1T_SWERK

Key field Non-key field



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

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

How to access SAP table JBIUZKON

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