CRMT_2010_CASH_FLOW_UI SAP (Payment Plan Date on the User Interface/Leasing) Structure details

Dictionary Type: Structure
Description: Payment Plan Date on the User Interface/Leasing




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




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

CRMT_2010_CASH_FLOW_UI 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 "Payment Plan Date on the User Interface/Leasing" 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_2010_CASH_FLOW_UI TYPE CRMT_2010_CASH_FLOW_UI.

The CRMT_2010_CASH_FLOW_UI table consists of various fields, each holding specific information or linking keys about Payment Plan Date on the User Interface/Leasing data available in SAP. These include GUID (GUID of a CRM Order Object), HANDLE (Handle), BILLPLAN_MODE (Processing Mode of Transaction), NO_OF_PERIODS (Number of Periods in Billing Plan).. 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_2010_CASH_FLOW_UI 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
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
HANDLEHandle CRMT_HANDLENUMC10
BILLPLAN_MODEProcessing Mode of Transaction CRMT_MODECHAR1CRM_MODE
NO_OF_PERIODSNumber of Periods in Billing Plan CRMT_NO_OF_PERIODSNUMC5
CASHFLOW_TYPEFlow Category CRMT_CASHFLOW_TYPECHAR4CRMT_CASHFLOW_TYPE
PER_PAYMENTFORMWhen Due in Period CRMT_PER_PAYMENTFORMNUMC1CRMC_PAYMFORMCRMT_PAYMENTFORM
UNIT_PERIODSTime Unit for Periods CRMT_UNIT_PERIODSNUMC2TFMSINSTALLMENT
SETTL_FROMStart of Settlement for Period CRMT_SETTL_FROMDEC15TSTPSBCOS_TSTMP
SETTL_TOEnd of Settlement for Period CRMT_SETTL_TODEC15TSTPSBCOS_TSTMP
MAN_FIRSTDUEDATEIndividual Due Date CRMT_MAN_FIRSTDUEDATEDEC15TSTPSBCOS_TSTMP
NOMINAL_INT_RATENominal Interest Rate CRMT_NOMINAL_INT_RATEDEC10(7) DECV3_7
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
DEFAULT_AMOUNTDefault Amount CRMT_DEFAULT_AMOUNTCURR19(2) CRMT_COND_VALUE
DEFAULT_PERCENTDefault Percentage CRMT_DEFAULT_PERCENTAGEDEC10(7) DECV3_7
DEF_RATEPERXDefault Rate per x CRMT_DEFAULT_RATEPERKDEC17(10) CRMT_DECV7_10
RESULT_AMOUNTResulting Amount CRMT_RESULT_AMOUNTCURR19(2) CRMT_COND_VALUE
RESULT_RATEPERKRate per x CRMT_RESULT_RATEPERKDEC17(10) CRMT_DECV7_10
RESULT_RATE_K_GGross Rate per X CRMT_RESULT_RATEPERK_GDEC17(10) CRMT_DECV7_10
NUMBER_INTBilling Plan: Internal Sort Order CRMT_BILL_NUMBER_INTNUMC10
NOMINAL_IRAT_INTNominal Interest Rate (Internal Plan) CRMT_NOMINAL_INT_RATE_INTDEC10(7) DECV3_7
FLAG_BLOCKEDCalculation Locked CRMT_FLAG_BLOCKEDCHAR1XFELD
FLAG_ULTIMODo Not Draw Standard Values from Conditions CRMT_FLAG_ULTIMOCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CRMT_2010_CASH_FLOW_UI

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