CRMT_FIMAN_CFSTEPS SAP (Cash Flow Object: Conditions/Flows) Structure details

Dictionary Type: Structure
Description: Cash Flow Object: Conditions/Flows




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




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

CRMT_FIMAN_CFSTEPS 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 "Cash Flow Object: Conditions/Flows" 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_CFSTEPS TYPE CRMT_FIMAN_CFSTEPS.

The CRMT_FIMAN_CFSTEPS table consists of various fields, each holding specific information or linking keys about Cash Flow Object: Conditions/Flows data available in SAP. These include INDEX (Reference Index for Conditions/Flows), EXCLUDE (Calculation Lock), CFTYPE (Flow Category), CFTYPE_INT (Flow Category).. 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_CFSTEPS 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
GUIDObject GUID CRMT_FIMAN_GUIDRAW16SYSUUID
INDEXReference Index for Conditions/Flows CRMT_FIMAN_INDEXNUMC10
EXCLUDECalculation Lock CRMT_FIMAN_EXCLUDECHAR1XFELD
CFTYPEFlow Category CRMT_FIMAN_CFTYPECHAR4CRMT_FIMAN_CFTYPE
CFTYPE_INTFlow Category CRMT_FIMAN_CFTYPECHAR4CRMT_FIMAN_CFTYPE
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA
FLAG_FREQUENCYFlow Category (Frequency) CRMT_FIMAN_FLAG_FREQUENCYCHAR1XFELD
PDAYSHIFT_ACTIVEActivation of Payment Date Adjustment for Flow Categories CRMT_FIMAN_PDAYSHIFTCHAR1XFELD
VALID_FROMDate: Item Is Valid from CRMT_FIMAN_VALID_FROMDATS8DATUM
VALID_FROM_VIRTDate: Virtual Validity of Item from CRMT_FIMAN_VALID_FROM_VIRTDATS8DATUM
VALID_TODate: Item Is Valid To CRMT_FIMAN_VALID_TODATS8DATUM
DATEUPD_SUPPRESSNo Date Update (FIMA) CRMT_FIMAN_DATEUPD_SUPPRESSCHAR1CRMT_FIMAN_DATEUPD_SUPPRESS
DUEDATEDue Date CRMT_FIMAN_DUEDATEDATS8DATUM
NOPERIODSNumber of Periods CRMT_FIMAN_NOPERIODSNUMC3NUMC03
FREQUENCYPayment Frequency CRMT_FIMAN_FREQUENCYNUMC2TFMSINSTALLMENT
FREQCONVFrequency Conversion Factor CRMT_FIMAN_FREQCONVDEC6TFM_PPAYMENT_INTERN
PAYMFORMWhen Due in Period CRMT_FIMAN_PAYMFORMNUMC1CRMC_PAYMFORMCRMT_PAYMENTFORM
AMOUNTDefault Amount CRMT_FIMAN_AMOUNTCURR23(2) CRMT_FIMAN_WRTV12
AMOUNT_VIRTVirtual Default Amount CRMT_FIMAN_AMOUNT_VIRTCURR23(2) CRMT_FIMAN_WRTV12
CURRENCYCurrency Key CRMT_FIMAN_CURRENCYCUKY5Assigned to domainWAERS
NOMINTNominal Interest Rate CRMT_FIMAN_NOMINTDEC15(10) DECV5_10
NOMINT_VIRTVirtual Nominal Interest Rate CRMT_FIMAN_NOMINT_VIRTDEC15(10) DECV5_10
PERCENTAGEDefault Percentage CRMT_FIMAN_PERCENTAGEDEC10(7) DECV3_7
RATEPERXRate per x CRMT_FIMAN_RATEPERXDEC17(10) CRMT_FIMAN_DECV7_10
DEF_RATEPERXRequired Amount for Installment Times x CRMT_FIMAN_DEFAULT_RATEPERXDEC17(10) CRMT_FIMAN_DECV7_10
RPX_DIVISORDivisor for Rate per x Determination CRMT_FIMAN_RPXDIVCURR23(2) CRMT_FIMAN_WRTV12
FINVIEWView CRMT_FIMAN_FINVIEWNUMC2Assigned to domainCRMT_FIMAN_FINVIEW
SETTLEDSettled Payment Step CRMT_FIMAN_SETTLEDCHAR1CRMT_FIMAN_SETTLED
ID_INTREFReference Interest Rate TFM_SZSREFCHAR10TFMZIREFKU
INTREF_ACTIVEMode: Variable Interest Rates CRMT_FIMAN_INTREFACTCHAR1CRM_FIMAN_INTREFACT

Key field Non-key field



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

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

How to access SAP table CRMT_FIMAN_CFSTEPS

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