/1BEA/CNPL_PLI SAP (Price List Item of application CNPL) Table details

Dictionary Type: Table
Description: Price List Item of application CNPL




ABAP Code to SELECT data from /1BEA/CNPL_PLI
Related tables to /1BEA/CNPL_PLI
Access table /1BEA/CNPL_PLI




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

/1BEA/CNPL_PLI is a standard SAP Table which is used to store Price List Item of application CNPL data and is available within R/3 SAP systems depending on the version and release level.

The /1BEA/CNPL_PLI table consists of various fields, each holding specific information or linking keys about Price List Item of application CNPL data available in SAP. These include CLIENT (Client), BDI_GUID (GUID of Billing Item), BDH_GUID (Unique Internal ID of a Billing Header), PRICING_STATUS (Pricing Status).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /1BEA/CNPL_PLI 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
BDI_GUIDGUID of Billing Item BEA_BDI_GUIDRAW16SYSUUID
BDH_GUIDUnique Internal ID of a Billing Header BEA_BDH_GUIDRAW16SYSUUID
PRICING_STATUSPricing Status BEA_PRICING_STATUSCHAR1BEA_PRICING_STATUS
PRIDOC_GUIDID of Pricing Document BEA_PRIDOC_GUIDRAW16SYSUUID
ITEMNO_EXTItem BEA_ITEMNO_EXT_N1NUMC10NUMC10
NET_VALUENet Value in Document Currency BEA_NET_VALUECURR15(2) WERTV8
TAX_VALUETax Amount in Document Currency BEA_TAX_VALUECURR15(2) WERTV8
GROSS_VALUEGross Value in Document Currency BEA_GROSS_VALUECURR15(2) WERTV8
DOC_CURRENCYDocument Currency BEA_DOC_CURRENCYCUKY5Assigned to domainWAERSFWS
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
DIVISIONDivision CRMT_DIVISIONCHAR2Assigned to domainCRM_DIVISIONCRM_DIVISION
PRC_INDICATORPricing indicator CRMT_PRICING_INDICATORCHAR1CRM_PRICING_INDICATOR
PRICING_DATEPricing Date CRMT_PRICE_DATEDATS8CRM_PRICE_DATE
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
PRODUCT_DESCRProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
QTY_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3Assigned to domainCUNITMEINS
QUANTITYQuantity BEA_QUANTITYQUAN13(3) MENGV13
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG

Key field Non-key field



How do I retrieve data from SAP table /1BEA/CNPL_PLI using ABAP code

The following ABAP code Example will allow you to do a basic selection on /1BEA/CNPL_PLI to SELECT all data from the table
DATA: WA_/1BEA/CNPL_PLI TYPE /1BEA/CNPL_PLI.

SELECT SINGLE *
FROM /1BEA/CNPL_PLI
INTO CORRESPONDING FIELDS OF WA_/1BEA/CNPL_PLI
WHERE...

How to access SAP table /1BEA/CNPL_PLI

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