UKM_CR_KPI_TIP SAP (Values for Key Figure for Installment Plans) Structure details

Dictionary Type: Structure
Description: Values for Key Figure for Installment Plans




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




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

UKM_CR_KPI_TIP 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 "Values for Key Figure for Installment Plans" 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_UKM_CR_KPI_TIP TYPE UKM_CR_KPI_TIP.

The UKM_CR_KPI_TIP table consists of various fields, each holding specific information or linking keys about Values for Key Figure for Installment Plans data available in SAP. These include TIPX02 (End Date of Time Span of Key Figure), TIPX03 (Number of Active Installment Plans), TIPX04 (Amount of Active Installment Plans), TIPX05 (Currency of Amount of Active Installment Plans).. 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 UKM_CR_KPI_TIP 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
TIPX01Start Date of Time Span of Key Figure KPI_TF_DATEFRDATS8DATUM
TIPX02End Date of Time Span of Key Figure KPI_TF_DATETODATS8DATUM
TIPX03Number of Active Installment Plans KPI_TIP_NR_ACTNUMC6NUMC6
TIPX04Amount of Active Installment Plans KPI_TIP_AMOUNT_ACTCURR13(2) WRTV7
TIPX05Currency of Amount of Active Installment Plans KPI_TIP_CURR_ACTCUKY5Assigned to domainWAERS
TIPX06Number of Deactivated Installment Plans KPI_TIP_NR_DEACTNUMC6NUMC6
TIPX07Amount of Deactivated Installment Plans KPI_TIP_AMOUNT_DEACTCURR13(2) WRTV7
TIPX08Currency of Amount of Deactivated Installment Plans KPI_TIP_CURR_DEACTCUKY5Assigned to domainWAERS
TIPX09Number of Overdue Installment Plans KPI_TIP_NR_OVERDUENUMC6NUMC6
TIPX10Amount of Overdue Installment Plans KPI_TIP_AMOUNT_OVERDUECURR13(2) WRTV7
TIPX11Currency of Amount of Overdue Installment Plans KPI_TIP_CURR_OVERDUECUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table UKM_CR_KPI_TIP

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