CRMT_FINPROD_I_INT SAP (Financing Product Item Data - Structure w/ Internal Fields) Structure details

Dictionary Type: Structure
Description: Financing Product Item Data - Structure w/ Internal Fields




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




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

CRMT_FINPROD_I_INT 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 "Financing Product Item Data - Structure w/ Internal Fields" 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_CRMT_FINPROD_I_INT TYPE CRMT_FINPROD_I_INT.

The CRMT_FINPROD_I_INT table consists of various fields, each holding specific information or linking keys about Financing Product Item Data - Structure w/ Internal Fields data available in SAP. These include IRR_METHOD (Effective Interest Method), INTCALC_M_EXT (Interest Calculation Method (Effective Interest)), IRR_M_EXT (Effective Interest Method (External)), RATE_FACTOR (Rate Factor).. 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: Can be enhanced (character-type or numeric)


SAP CRMT_FINPROD_I_INT 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
INTCALC_METHODInterest Calculation Method CRMT_SZBMETHCHAR1SZBMETH
IRR_METHODEffective Interest Method CRMT_SEFFMETHNUMC1SEFFMETH
INTCALC_M_EXTInterest Calculation Method (Effective Interest) CRMT_SZBMETH_EXTCHAR1SZBMETH
IRR_M_EXTEffective Interest Method (External) CRMT_SEFFMETH_EXTNUMC1SEFFMETH
RATE_FACTORRate Factor CRMT_RATE_FACTORINT410CRMT_RATE_FACTOR
ADGSDAYSNumber of Days for Payment Date Adjustment CRMT_ADGSDAYSINT410T_GSTAGE
COMPEXPOExponential Interest Calculation CRMT_FIMA_COMPEXPOCHAR1XFELD
INTSETTLFREQFrequency for Exponential Interest Calculation CRMT_FIMA_INTSETTLFREQNUMC2TFM_AMMRHYZV
INTSETTLFREQ_IRRExponential Frequency for Interest Calculation (Effect.Int.) CRMT_FIMA_INTSETTLFREQ_IRRNUMC2TFM_AMMRHYZV
CALC_FLATRATECalculate Flat Rate CRMT_FIMA_FLATRATE_CALCCHAR1CRMT_FIMA_FLATRATE_CALC
PAYMSCHED_CREATEPayment Schedule Generation Method CRMT_FIMAN_PAYMSCHED_CREATECHAR4CRMC_PAYMSCHEDCRMT_FIMAN_PAYMSCHED_CREATE
PROCESS_PROFILEInstallment Calculation Profile CRMT_FIMAN_PROCPRCHAR12CRMT_FIMAN_CALCPR
BACKSOLVE_METHODSolution Method CRMT_FIMAN_BACKSOLVE_METHCHAR20CRMC_BACKSOLV_MECRMT_FIMAN_BACKSOLVE_METH
BACKSOLVE_MET_PRPresolving Method CRMT_FIMAN_BACKSOLVE_METH_PRECHAR20CRMC_BACKSOLV_MECRMT_FIMAN_BACKSOLVE_METH
CALC_PROFILECalculation Method Profile CRMT_FIMAN_CALCPRCHAR12CRMT_FIMAN_CALCPR
INTP_CHARGEShow Interim Period as Fee CRMT_FIMAN_INTPCHCHAR1XFELD
IRR_PROFILEEffective Interest Profile CRMT_FIMAN_IRRPRCHAR12CRMT_FIMAN_IRRPR
IRR_METHOD_BADIEffective Interest Procedure CRMT_FIMAN_IRRMETHCHAR4CRMC_IRRMETHCRMT_FIMAN_IRRMETH
BALSETTL_METHBalance Settlement Method CRMT_FIMAN_BALSETTLCHAR1CRMT_FIMAN_BALSETTL
CFTYPE_BALSETTLFlow Category Balance Settlement CRMT_FIMAN_CFTYPE_BSCHAR4CRMT_CASHFLOW_TYPE
FINV_PROFILEFinancing View Profile CRMT_FIMAN_FINVPRCHAR12CRMT_FIMAN_CALCPR
INTCALC_M_INTPInterest Calculation Method for Interim Period CRMT_FIMAN_SZBMINTPCHAR1SZBMETH
USE_ACTDAYSCalendar Days in Interim Period CRMT_FIMAN_ACTDAYSCHAR1XFELD
FIMA_ALGTYPEFinancial-Mathematical Algorithm Type CRMT_FIMAN_TYPECHAR10CRMT_FIMAN_TYPE

Key field Non-key field



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

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

How to access SAP table CRMT_FINPROD_I_INT

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