CKMMAT_DISPLAY SAP (Structure for Displaying the Currency ML Data in Mat. Master) Structure details

Dictionary Type: Structure
Description: Structure for Displaying the Currency ML Data in Mat. Master




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




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

CKMMAT_DISPLAY 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 Displaying the Currency ML Data in Mat. Master" 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_CKMMAT_DISPLAY TYPE CKMMAT_DISPLAY.

The CKMMAT_DISPLAY table consists of various fields, each holding specific information or linking keys about Structure for Displaying the Currency ML Data in Mat. Master data available in SAP. These include TEXT_1 (Text (10 Characters)), LTEXT_1 (Text Field of Length 60), WAERS_1 (Currency Key), PEINH_1 (Price unit).. 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 CKMMAT_DISPLAY 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
CURTP_1Currency Type and Valuation View CURTPCHAR2CURTP
TEXT_1Text (10 Characters) TEXT10CHAR10TEXT10
LTEXT_1Text Field of Length 60 TEXT60CHAR60TEXT60
WAERS_1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINH_1Price unit CK_PEINH_1DEC5PACK3
VPRSV_1Price control indicator VPRSVCHAR1VPRSV
STPRS_1Standard price CK_STPRS_1CURR11(2) WERT11
PVPRS_1Periodic unit price CK_PVPRS_1CURR11(2) WERT11
SALK3_1Value of total valuated stock CK_SALK3_1CURR15(2) WERTV8
SALKV_1Value based on the periodic unit price (only with pr.ctrl S) CK_SALKV_1CURR15(2) WERTV8
ZKPRS_1Future price DZKPRSCURR11(2) WERT11
ZPRSDAT_1Date from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
STPRV_1Previous price STPRVCURR11(2) WERT11V
LAEPR_1Date of the last price change LAEPRDATS8DATUM
CURTP_2Currency Type and Valuation View CURTPCHAR2CURTP
TEXT_2Text (10 Characters) TEXT10CHAR10TEXT10
LTEXT_2Text Field of Length 60 TEXT60CHAR60TEXT60
WAERS_2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINH_2Price unit CK_PEINH_1DEC5PACK3
VPRSV_2Price control indicator VPRSVCHAR1VPRSV
STPRS_2Standard price CK_STPRS_1CURR11(2) WERT11
PVPRS_2Periodic unit price CK_PVPRS_1CURR11(2) WERT11
SALK3_2Value of total valuated stock CK_SALK3_1CURR15(2) WERTV8
SALKV_2Value based on the periodic unit price (only with pr.ctrl S) CK_SALKV_1CURR15(2) WERTV8
ZKPRS_2Future price DZKPRSCURR11(2) WERT11
ZPRSDAT_2Date from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
STPRV_2Previous price STPRVCURR11(2) WERT11V
LAEPR_2Date of the last price change LAEPRDATS8DATUM
CURTP_3Currency Type and Valuation View CURTPCHAR2CURTP
TEXT_3Text (10 Characters) TEXT10CHAR10TEXT10
LTEXT_3Text Field of Length 60 TEXT60CHAR60TEXT60
WAERS_3Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINH_3Price unit CK_PEINH_1DEC5PACK3
VPRSV_3Price control indicator VPRSVCHAR1VPRSV
STPRS_3Standard price CK_STPRS_1CURR11(2) WERT11
PVPRS_3Periodic unit price CK_PVPRS_1CURR11(2) WERT11
SALK3_3Value of total valuated stock CK_SALK3_1CURR15(2) WERTV8
SALKV_3Value based on the periodic unit price (only with pr.ctrl S) CK_SALKV_1CURR15(2) WERTV8
ZKPRS_3Future price DZKPRSCURR11(2) WERT11
ZPRSDAT_3Date from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
STPRV_3Previous price STPRVCURR11(2) WERT11V
LAEPR_3Date of the last price change LAEPRDATS8DATUM
CURTP_4Currency Type and Valuation View CURTPCHAR2CURTP
TEXT_4Text (10 Characters) TEXT10CHAR10TEXT10
LTEXT_4Text Field of Length 60 TEXT60CHAR60TEXT60
WAERS_4Currency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINH_4Price unit CK_PEINH_1DEC5PACK3
VPRSV_4Price control indicator VPRSVCHAR1VPRSV
STPRS_4Standard price CK_STPRS_1CURR11(2) WERT11
PVPRS_4Periodic unit price CK_PVPRS_1CURR11(2) WERT11
SALK3_4Value of total valuated stock CK_SALK3_1CURR15(2) WERTV8
SALKV_4Value based on the periodic unit price (only with pr.ctrl S) CK_SALKV_1CURR15(2) WERTV8
ZKPRS_4Future price DZKPRSCURR11(2) WERT11
ZPRSDAT_4Date from which a future valuation price is to be valid CK_ZPRSDATDATS8SYDATS
STPRV_4Previous price STPRVCURR11(2) WERT11V
LAEPR_4Date of the last price change LAEPRDATS8DATUM

Key field Non-key field



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

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

How to access SAP table CKMMAT_DISPLAY

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