PRCC_PRIC_PT SAP (Customizing of Pricing Types (Table STEU)) Table details

Dictionary Type: Table
Description: Customizing of Pricing Types (Table STEU)




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




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

PRCC_PRIC_PT is a standard SAP Table which is used to store Customizing of Pricing Types (Table STEU) data and is available within R/3 SAP systems depending on the version and release level.

The PRCC_PRIC_PT table consists of various fields, each holding specific information or linking keys about Customizing of Pricing Types (Table STEU) data available in SAP. These include KNPRS (Pricing Type), KNTYP (Positive List via KNTYP), KOAID (Positive List via KOAID), MAUEB (Copy Manual Condition).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = PRCC_PRIC_PTT


SAP PRCC_PRIC_PT 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
KNPRSPricing Type PRCT_PRICING_TYPECHAR1PRC_PRICING_TYPEPRCC_PRIC_PT_SH
KNTYPPositive List via KNTYP PRCT_LIST_COND_CATEGORYCHAR10PRC_LIST_CONDITION_CATEGORY
KOAIDPositive List via KOAID PRCT_LIST_COND_CLASSCHAR10PRC_LIST_CONDITION_CLASS
MAUEBCopy Manual Condition PRCT_FLAG_KEEP_MANUAL_CONDCHAR1PRC_FLAG_IN_OUT
STFKZPositive List via STFKZ PRCT_LIST_COND_SCALE_TYPECHAR5PRC_LIST_COND_SCALE_TYPE
NOTYPNegative List via KNTYP PRCT_LIST_NOT_COND_CATEGORYCHAR10PRC_LIST_CONDITION_CATEGORY
KDUPLPositive List via KDUPL PRCT_LIST_KDUPLCHAR3PRC_LIST_KDUPL
NOKDUPLNegative List via KDUPL PRCT_LIST_NOT_KDUPLCHAR3PRC_LIST_KDUPL
KFKIVCondition for Intercompany Billing PRCT_FLAG_COND_INTER_COMPANYCHAR1PRC_FLAG_IN_OUT
KVARCCondition for Configuration PRCT_FLAG_COND_VARIANTSCHAR1PRC_FLAG_IN_OUT
PRSQUPrice Source PRCT_COND_PRICE_SOURCECHAR1PRC_COND_PRICE_SOURCE

Key field Non-key field



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

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

SELECT SINGLE *
FROM PRCC_PRIC_PT
INTO CORRESPONDING FIELDS OF WA_PRCC_PRIC_PT
WHERE...

How to access SAP table PRCC_PRIC_PT

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