CRMT_FIMAN_CUSTOM SAP (Financial-Mathematics Properties) Structure details

Dictionary Type: Structure
Description: Financial-Mathematics Properties




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




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

CRMT_FIMAN_CUSTOM 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 "Financial-Mathematics Properties" 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_FIMAN_CUSTOM TYPE CRMT_FIMAN_CUSTOM.

The CRMT_FIMAN_CUSTOM table consists of various fields, each holding specific information or linking keys about Financial-Mathematics Properties data available in SAP. These include ADGSDAYS (Number of Days for Payment Date Adjustment), CALC_FLATRATE (Calculate Flat Rate), PAYMSCHED_CREATE (Payment Schedule Generation Method), LOOKUP_FOR_INTER (Interest Determination).. 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_FIMAN_CUSTOM 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
INTDAYSUSEUse Interim Days CRMT_FIMAN_INTDAYSUSECHAR1XFELD
ADGSDAYSNumber of Days for Payment Date Adjustment CRMT_ADGSDAYSINT410T_GSTAGE
CALC_FLATRATECalculate Flat Rate CRMT_FIMA_FLATRATE_CALCCHAR1CRMT_FIMA_FLATRATE_CALC
PAYMSCHED_CREATEPayment Schedule Generation Method CRMT_FIMAN_PAYMSCHED_CREATECHAR4Assigned to domainCRMT_FIMAN_PAYMSCHED_CREATE
LOOKUP_FOR_INTERInterest Determination CRMT_LOOKUP_FOR_INTNUMC2CRMT_LOOKUP_FOR_INT
PROCESS_PROFILEInstallment Calculation Profile CRMT_FIMAN_PROCPRCHAR12CRMT_FIMAN_CALCPR
BACKSOLVE_METHODSolution Method CRMT_FIMAN_BACKSOLVE_METHCHAR20Assigned to domainCRMT_FIMAN_BACKSOLVE_METH
BACKSOLVE_MET_PRPresolving Method CRMT_FIMAN_BACKSOLVE_METH_PRECHAR20Assigned to domainCRMT_FIMAN_BACKSOLVE_METH
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_IRRMETHCHAR4Assigned to domainCRMT_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

Key field Non-key field



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

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

How to access SAP table CRMT_FIMAN_CUSTOM

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