CRMC_CALC_PRATTR SAP (Values for Calculation Method Profile) Table details

Dictionary Type: Table
Description: Values for Calculation Method Profile




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




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

CRMC_CALC_PRATTR is a standard SAP Table which is used to store Values for Calculation Method Profile data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_CALC_PRATTR table consists of various fields, each holding specific information or linking keys about Values for Calculation Method Profile data available in SAP. These include CALC_PROFILE (Calculation Method Profile), INTERST_CALC_MET (Interest Calculation Method), IRR_CALC_METHOD (Effective Interest Method (Internal)), INT_CALC_MET_EXT (Interest Calculation Method (Effective Interest)).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_CALC_PRATTR table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CALC_PROFILECalculation Method Profile CRMT_FIMAN_CALCPRCHAR12CRMC_CALC_PRCRMT_FIMAN_CALCPR
INTERST_CALC_METInterest Calculation Method SZBMETHCHAR1SZBMETH
IRR_CALC_METHODEffective Interest Method (Internal) CRMT_SEFFMETH_INTNUMC1SEFFMETH
INT_CALC_MET_EXTInterest Calculation Method (Effective Interest) CRMT_SZBMETH_EXTCHAR1SZBMETH
IRR_CALC_MET_EXTEffective Interest Method (External) CRMT_SEFFMETH_EXTNUMC1SEFFMETH
COMPOUND_EXPOExponential Interest Calculation CRMT_COMPOUND_EXPOCHAR1XFELD
INTSETTLFREQFrequency for Exponential Interest Calculation CRMT_FIMA_INTSETTLFREQNUMC2TFM_AMMRHYZV
INTSETTLFREQ_IRRExponential Frequency for Interest Calculation (Effect.Int.) CRMT_FIMA_INTSETTLFREQ_IRRNUMC2TFM_AMMRHYZV
INTCALC_M_INTPInterest Calculation Method for Interim Period CRMT_FIMAN_SZBMINTPCHAR1SZBMETH
USE_ACTDAYSCalendar Days in Interim Period CRMT_FIMAN_ACTDAYSCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table CRMC_CALC_PRATTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMC_CALC_PRATTR to SELECT all data from the table
DATA: WA_CRMC_CALC_PRATTR TYPE CRMC_CALC_PRATTR.

SELECT SINGLE *
FROM CRMC_CALC_PRATTR
INTO CORRESPONDING FIELDS OF WA_CRMC_CALC_PRATTR
WHERE...

How to access SAP table CRMC_CALC_PRATTR

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