CKML_PRICE_SEND SAP (Customizing Material Price Dispatch) Table details

Dictionary Type: Table
Description: Customizing Material Price Dispatch




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




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

CKML_PRICE_SEND is a standard SAP Table which is used to store Customizing Material Price Dispatch data and is available within R/3 SAP systems depending on the version and release level.

The CKML_PRICE_SEND table consists of various fields, each holding specific information or linking keys about Customizing Material Price Dispatch data available in SAP. These include BWKEY (Valuation Area), NOUPD (No Update of Material Prices If Stock Exists), PEDEC (Error limit for price changes (as a percent)), PEINC (Error limit for price changes (as a percent)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CKML_PRICE_SEND table 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
MANDTClient MANDTCLNT3T000MANDT
BWKEYValuation Area BWKEYCHAR4T001KBWKEYBWK
NOUPDNo Update of Material Prices If Stock Exists CKML_NOUPDCHAR1XFELD
PEDECError limit for price changes (as a percent) CKPC_ERRDEC5(2) PRZ32
PEINCError limit for price changes (as a percent) CKPC_ERRDEC5(2) PRZ32
PWDECThreshold value for warnings concerning price changes (as %) CKPC_WARNDEC5(2) PRZ32
PWINCThreshold value for warnings concerning price changes (as %) CKPC_WARNDEC5(2) PRZ32

Key field Non-key field



How do I retrieve data from SAP table CKML_PRICE_SEND using ABAP code

The following ABAP code Example will allow you to do a basic selection on CKML_PRICE_SEND to SELECT all data from the table
DATA: WA_CKML_PRICE_SEND TYPE CKML_PRICE_SEND.

SELECT SINGLE *
FROM CKML_PRICE_SEND
INTO CORRESPONDING FIELDS OF WA_CKML_PRICE_SEND
WHERE...

How to access SAP table CKML_PRICE_SEND

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