BAPI_FTR_CREATE_DAN SAP (Create Fixed-Term Deposit per BAPI) Structure details

Dictionary Type: Structure
Description: Create Fixed-Term Deposit per BAPI




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




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

BAPI_FTR_CREATE_DAN 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 "Create Fixed-Term Deposit per BAPI" 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_BAPI_FTR_CREATE_DAN TYPE BAPI_FTR_CREATE_DAN.

The BAPI_FTR_CREATE_DAN table consists of various fields, each holding specific information or linking keys about Create Fixed-Term Deposit per BAPI data available in SAP. These include CURRENCY_ISO (ISO currency code), START_TERM (Term Start), START_INCLUSIVE (Calculation Period: Start Inclusive vs. End Inclusive), END_TERM (Term End).. 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: Cannot Be Enhanced


SAP BAPI_FTR_CREATE_DAN 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
CURRENCYCurrency of transaction TB_WGSCHFTCUKY5Assigned to domainWAERS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
START_TERMTerm Start TB_DBLFZDATS8DATUM
START_INCLUSIVECalculation Period: Start Inclusive vs. End Inclusive TB_SINCLBECHAR1T_SINCLBE
END_TERMTerm End TB_DELFZDATS8DATUM
FLOW_TYPEFlow Type TB_SFHAZBACHAR4Assigned to domainSBEWART
AMOUNTAmount or Balance BAPITM_BSALDODEC23(4) BAPICURR
INTEREST_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
INTEREST_CALC_METHInterest Calculation Method SZBMETHCHAR1SZBMETH
INTEREST_CALENDARInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
FREQUENCY_CATEGORYFrequency Indicator TB_SRHYTHMNUMC1T_SRHYTHM
FREQUENCYDefined Frequency in Days or Months TB_ARHYTMNUMC3NUMC03
INTEREST_CAPITALIZATIONCapitalize Interest TB_SZINSKAPCHAR1XFELD
SHIFT_DUE_DATE_TO_ENDShift Due Date Back to End of Term TB_SFRANZECHAR1XFELD
WKDAY_SHIFT_VALUEDATEWorking Day Shift for Calculation Day TB_SVWERKNUMC1T_SWERK
WKDAY_SHIFT_DUEDATEWorking Day Shift for Due Date TB_SFWERKNUMC1T_SWERK
ROUND_AMNT_GENFLOWRounding of Amount from Generated Flows TB_SRNDNGCHAR1TFM_SROUND
PERIOD_OF_NOTICEPeriod of Notice TB_AKUENDNUMC2T_AKUEND
PERIOD_OF_NOTICE_UNITUnit of Period of Notice TB_SKUENDNUMC1T_SKUEND
EFFECTIVE_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
INTEREST_FIRST_DUE_DATEFirst Due Date for Interest TBFAELTZDATS8DATUM
INTEREST_CALCULATION_DATECalculation Date DVALUTDATS8DATUM
INTEREST_CALCULATION_EXPONENTExponential Interest Calculation TB_JZINSRECHAR1XFELD
DATE_DETERMINATION_IN_MONTHSFrequency in months AMMRHYNUMC3NUMC03
DATE_DETERMINATION_IN_DAYSFrequency in Days ATTRHYNUMC3NUMC03
DATE_DETERMINATION_SHIFT_DAYSNumber of Days for Relative Calculation of Value Date TB_AVGSTAGINT410T_GSTAGE

Key field Non-key field



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

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

How to access SAP table BAPI_FTR_CREATE_DAN

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