CRMT_FINPROD_I_PR_ATTR_EXT SAP (Finprod_I: Pricing-Relevant Attributes) Structure details

Dictionary Type: Structure
Description: Finprod_I: Pricing-Relevant Attributes




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




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

CRMT_FINPROD_I_PR_ATTR_EXT 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 "Finprod_I: Pricing-Relevant Attributes" 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_PR_ATTR_EXT TYPE CRMT_FINPROD_I_PR_ATTR_EXT.

The CRMT_FINPROD_I_PR_ATTR_EXT table consists of various fields, each holding specific information or linking keys about Finprod_I: Pricing-Relevant Attributes data available in SAP. These include ONE_VIEW_FLAG (Manage Only One View), LESSOR_IRR (Lessor Internal Rate of Return), ACCOUNT_IRR (Internal Rate of Return for Accounting), CUSTOMER_IRR (Lessee Internal Rate of Return).. 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_PR_ATTR_EXT 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
STEP_STRUCTUREStep Payments CRMT_FIMAN_STEPSTRCHAR1XFELD
ONE_VIEW_FLAGManage Only One View CRMT_ONE_VIEW_FLAGCHAR1CRMT_ONE_VIEW_FLAG
LESSOR_IRRLessor Internal Rate of Return CRMT_LESSOR_IRRDEC11(7) CRMT_LEAS_INTEREST
ACCOUNT_IRRInternal Rate of Return for Accounting CRMT_ACCOUNT_IRRDEC11(7) CRMT_LEAS_INTEREST
CUSTOMER_IRRLessee Internal Rate of Return CRMT_CUSTOMER_IRRDEC11(7) CRMT_LEAS_INTEREST
TAX_IRRInternal Rate of Return - Tax CRMT_TAX_IRRDEC11(7) CRMT_LEAS_INTEREST
CUSTOM_COMPL_IRRCust.Compl.View -Internal Rate of Return(Effective Int.Rate) CRMT_CUSTOMER_COMPL_IRRDEC11(7) CRMT_LEAS_INTEREST
FEES_IRRFees View - Internal Rate of Return (Effective Int. Rate) CRMT_FEES_IRRDEC11(7) CRMT_LEAS_INTEREST
SERVICE_IRRService Internal Rate of Return (Effective Interest Rate) CRMT_SERVICE_IRRDEC11(7) CRMT_LEAS_INTEREST
CSTINCL_IRRCost Inclusion -Internal Rate of Return(Effective Int. Rate) CRMT_CSTINCL_IRRDEC11(7) CRMT_LEAS_INTEREST
RESULT_RATEPERKRate per x CRMT_RESULT_RATEPERKDEC17(10) CRMT_DECV7_10
RESULT_AMOUNTResulting Amount CRMT_RESULT_AMOUNTCURR19(2) CRMT_COND_VALUE
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
CHNG_PROCESSChange Process CRMT_LEAS_CHNGCHAR4Assigned to domainCRMT_LEAS_CHNG_PROC

Key field Non-key field



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

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

How to access SAP table CRMT_FINPROD_I_PR_ATTR_EXT

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