JBD_STR_GETDETAIL_SWAP SAP (Detailed Data: Swaps for Export) Structure details

Dictionary Type: Structure
Description: Detailed Data: Swaps for Export




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




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

JBD_STR_GETDETAIL_SWAP 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 "Detailed Data: Swaps for Export" 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_JBD_STR_GETDETAIL_SWAP TYPE JBD_STR_GETDETAIL_SWAP.

The JBD_STR_GETDETAIL_SWAP table consists of various fields, each holding specific information or linking keys about Detailed Data: Swaps for Export data available in SAP. These include START_INCLUSIVE (Calculation Period: Start Inclusive vs. End Inclusive), END_TERM (Term End), END_INCLUSIVE (End of Term Inclusive Indicator), CALENDAR1 (Factory calendar).. 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 JBD_STR_GETDETAIL_SWAP 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
START_TERMTerm Start TB_DBLFZDATS8DATUM
START_INCLUSIVECalculation Period: Start Inclusive vs. End Inclusive TB_SINCLBECHAR1T_SINCLBE
END_TERMTerm End TB_DELFZDATS8DATUM
END_INCLUSIVEEnd of Term Inclusive Indicator TB_SINCLECHAR1XFELD
CALENDAR1Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
CALENDAR2Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
PAY_SIDE_NOMINAL_AMOUNTAmount or Balance BAPITM_BSALDODEC23(4) BAPICURR
PAY_SIDE_CURRENCYCurrency of Principal Amount - Financial Product TB_WKAPBETCUKY5Assigned to domainWAERS
PAY_SIDE_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
PAY_INTEREST_EFFECTIVE_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
PAY_INTEREST_FIRST_DUE_DATEFirst due date TB_DFAELL1DATS8DATUM
PAY_INTEREST_FREQUENCY_MONTHFrequency in months AMMRHYNUMC3NUMC03
PAY_INTEREST_RATEAgreed interest rate - financial product TB_PZINSSVDEC10(7) DECV3_7
PAY_INTEREST_RATE_REFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
PAY_INTEREST_SPREADInterest Markup/Markdown TB_ZZSDEC10(7) DECV3_7
PAY_INTEREST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
PAY_INTEREST_CALENDAR_IDInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
RECEIVE_SIDE_NOMINAL_AMOUNTAmount or Balance BAPITM_BSALDODEC23(4) BAPICURR
RECEIVE_SIDE_CURRENCYCurrency of Principal Amount - Financial Product TB_WKAPBETCUKY5Assigned to domainWAERS
RECEIVE_SIDE_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
RECEIVE_INTEREST_EFFECTIVE_FROCondition Item Valid From DGUEL_KPDATS8DATUM
RECEIVE_INTEREST_FIRST_DUE_DATFirst due date TB_DFAELL1DATS8DATUM
RECEIVE_INTEREST_FREQUENCY_MONFrequency in months AMMRHYNUMC3NUMC03
RECEIVE_INTEREST_RATEAgreed interest rate - financial product TB_PZINSSVDEC10(7) DECV3_7
RECEIVE_INTEREST_RATE_REFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
RECEIVE_INTEREST_SPREADInterest Markup/Markdown TB_ZZSDEC10(7) DECV3_7
RECEIVE_INTEREST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
RECEIVE_INTEREST_CALENDAR_IDInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
DATE_OF_NOTICEOTC Notice Date TB_NOTICE_DATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table JBD_STR_GETDETAIL_SWAP

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