CRMT_LEASING_ROE_STRUC SAP (Structure for ROE Table) Structure details

Dictionary Type: Structure
Description: Structure for ROE Table




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




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

CRMT_LEASING_ROE_STRUC 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 "Structure for ROE Table" 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_LEASING_ROE_STRUC TYPE CRMT_LEASING_ROE_STRUC.

The CRMT_LEASING_ROE_STRUC table consists of various fields, each holding specific information or linking keys about Structure for ROE Table data available in SAP. These include CURRENCY (Currency), AMOUNT_FINANCED (Amount Financed), PAYMENT (Payment), INTEREST (Interest Portion).. 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: Not classified


SAP CRMT_LEASING_ROE_STRUC 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
DATUMPayment Date CRMT_LEAS_ROE_DATEDATS8DATUM
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
AMOUNT_FINANCEDAmount Financed CRMT_LEAS_ROE_AMOUNT_FINANCEDCURR19(2) CRM_ROE_VALUE
PAYMENTPayment CRMT_LEAS_ROE_PAYMENTCURR19(2) CRM_ROE_VALUE
INTERESTInterest Portion CRMT_BILL_IRCURR19(2) CRMT_COND_VALUE
PRINCIPLERepayment Portion CRMT_BILL_REPAYCURR19(2) CRMT_COND_VALUE
BALANCERemaining Balance CRMT_BILL_DEBTCURR19(2) CRMT_COND_VALUE
INTEREST_REVInterest CRMT_ROE_IR_REVCURR19(2) CRM_ROE_VALUE
INTEREST_DEBTDebt Interest CRMT_ROE_IR_DEBTCURR19(2) CRM_ROE_VALUE
EXPENSE_PORTExpense Portion CRMT_ROE_EXP_PORTCURR19(2) CRM_ROE_VALUE
PDA_PORTPDA Portion CRMT_ROE_PDA_PORTCURR19(2) CRM_ROE_VALUE
TAX_INTEREST_REVTax on Interest CRMT_ROE_TAX_IR_REVCURR19(2) CRM_ROE_VALUE
TAX_INTEREST_DEBTTax on Interest Debt CRMT_ROE_TAX_IR_DEBTCURR19(2) CRM_ROE_VALUE
TAX_EXPENSE_PORTTax on Expense Portion CRMT_ROE_TAX_EXP_PORTCURR19(2) CRM_ROE_VALUE
TAX_PDA_PORTTax on PDA Expense CRMT_ROE_TAX_PDA_PORTCURR19(2) CRM_ROE_VALUE
TAX_PAY_INTEREST_REVPayment for Taxes on Interest CRMT_ROE_TAX_PAY_IR_REVCURR19(2) CRM_ROE_VALUE
TAX_PAY_INTEREST_DEBTPayment for Taxes on Interest Debt CRMT_ROE_TAX_PAY_IR_DEBTCURR19(2) CRM_ROE_VALUE
TAX_PAY_EXPENSE_PORTPayment for Taxes on Expense CRMT_ROE_TAX_PAY_EXP_PORTCURR19(2) CRM_ROE_VALUE
TAX_PAY_PDA_PORTPayment for Taxes on PDA Portion CRMT_ROE_TAX_PAY_PDA_PORTCURR19(2) CRM_ROE_VALUE
TAX_PAYMENTTax on Payment CRMT_ROE_TAX_PAYMENTCURR19(2) CRM_ROE_VALUE
TAX_PAY_PAYMENTPayment for Taxes on Payments CRMT_ROE_TAX_PAYCURR19(2) CRM_ROE_VALUE
DEBT_ISSUANCEDebt Issuance CRMT_ROE_DEBT_ISSUANCECURR19(2) CRM_ROE_VALUE
DEBT_PAYMENTDebt Payment CRMT_ROE_DEBT_PAYMENTCURR19(2) CRM_ROE_VALUE
DEPRECIATIONDepreciation CRMT_ROE_DEPCURR19(2) CRM_ROE_VALUE
TAX_DEPRECIATIONTax on Depreciation CRMT_ROE_TAX_DEPCURR19(2) CRM_ROE_VALUE
TAX_PAY_DEPRECIATIONTax Payment on Depreciation CRMT_ROE_TAX_PAY_DEPRECIATIONCURR19(2) CRM_ROE_VALUE
CC_PAYMENTReflow CRMT_ROE_CC_PAYMENTCURR19(2) CRM_ROE_VALUE
CC_INTERESTHypothetical Interest on Fixed Capital CRMT_ROE_CC_INTERESTCURR19(2) CRM_ROE_VALUE
CC_PRINCIPLEHypothetical Repayment on Fixed Capital CRMT_ROE_CC_PRINCIPLECURR19(2) CRM_ROE_VALUE
CC_BALANCEFixed Capital CRMT_ROE_CC_BALANCECURR19(2) CRM_ROE_VALUE
TOT_CASH_FLOW_A_TAXTotal After-Tax Payment Flow CRMT_ROE_TOT_CASH_FLOW_A_TAXCURR19(2) CRM_ROE_VALUE
TOT_CASH_FLOW_R_ADJTotal Risk-Adjusted Payment Flow CRMT_ROE_TOT_CASH_FLOW_R_ADJCURR19(2) CRM_ROE_VALUE
TOT_CASH_FLOW_B_TAXTotal Pre-Tax Payment Flow CRMT_ROE_TOT_CASH_FLOW_B_TAXCURR19(2) CRM_ROE_VALUE
TOT_CASH_FLOW_R_ADJ_TTotal Risk-Adjusted After-Tax Payment Flow CRMT_ROE_TOT_CASH_FLOW_R_ADJ_TCURR19(2) CRM_ROE_VALUE

Key field Non-key field



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

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

How to access SAP table CRMT_LEASING_ROE_STRUC

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