PRCC_COND_PP SAP (Pricing Procedure Data (T683S)) Table details

Dictionary Type: Table
Description: Pricing Procedure Data (T683S)




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




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

PRCC_COND_PP is a standard SAP Table which is used to store Pricing Procedure Data (T683S) data and is available within R/3 SAP systems depending on the version and release level.

The PRCC_COND_PP table consists of various fields, each holding specific information or linking keys about Pricing Procedure Data (T683S) data available in SAP. These include MANDT (Client), KAPPL (Application), KALSM (Pricing Procedure), VERSI (Version Number of Pricing Procedure).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = PRCC_COND_PPT

Text table = PRCC_COND_PPT


SAP PRCC_COND_PP 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
KAPPLApplication PRCT_APPLICATIONCHAR3/SAPCND/T681A/SAPCND/APPLICATION/SAPCND/KAP
KALSMPricing Procedure PRCT_PRIC_PROCCHAR6PRCC_COND_PPDPRC_PRIC_PROC
VERSIVersion Number of Pricing Procedure PRCT_PP_VERSIONCHAR6PRC_VERSION
STUNRLevel Number PRCT_PP_STEPNUMC3PRC_STEP
ZAEHKCondition Counter PRCT_PP_COUNTERNUMC3PRC_COUNTER
KSCHLPricing - Condition Type PRCT_COND_TYPECHAR4/SAPCND/T685/SAPCND/COND_TYPEVKS
KSTATCondition is Statistical PRCT_FLAG_COND_STATISTICALCHAR1XFELD
KVSL1Account Key PRCT_ACCOUNT_KEY_1CHAR3Assigned to domainKVSCHL
KVSL2Account Key - Accruals PRCT_ACCOUNT_KEY_2CHAR3Assigned to domainKVSCHL
KVEWEUsage for Condition Technique /SAPCND/USAGECHAR2/SAPCND/T681V/SAPCND/USAGE/SAPCND/KVW
STUNBFrom Reference Step (for Percentage Conditions) PRCT_PP_STEP_FROMNUMC3Assigned to domainPRC_STEP
STUN2To Reference Step (for Percentage Conditions) PRCT_PP_STEP_TONUMC3Assigned to domainPRC_STEP
KZWIWCondition Subtotal PRCT_PP_SUBTOTALCHAR1PRC_PP_SUBTOTAL
KOFRMCondition Value Formula PRCT_FRM_VALUECHAR20PRC_FORMULA
KOFRM_NUMCondition Value Formula IPC PRCT_FRM_VALUE_NUMNUMC7PRC_FORMULA_NUM
KOFRACondition Formula for Condition Basis PRCT_FRM_BASISCHAR20PRC_FORMULA
KOFRA_NUMCondition Base Formula IPC PRCT_FRM_BASIS_NUMNUMC7PRC_FORMULA_NUM
KOBEDPricing Condition PRCT_FRM_REQUIREMENTCHAR20PRC_FORMULA
KOBED_NUMIPC Requirement PRCT_FRM_REQUIREMENT_NUMNUMC7PRC_FORMULA_NUM
DRUKZPrint Flag PRCT_PRINT_INDICATORCHAR1PRC_PRINT_INDICATOR
KOBLICondition is Mandatory PRCT_FLAG_COND_OBLIGATORYCHAR1XFELD
KAUTOManual Condition PRCT_FLAG_COND_MANUALCHAR1XFELD
AUTHORITY_LEVELLevel for Authorization Checks PRCT_AUTHORITY_LEVELNUMC4PRC_AUTHORITY_LEVEL
MANDATORY_TYPEBehaviour of Mandatory Conditions PRCT_MANDATORY_TYPECHAR1PRC_MANDATORY_TYPE
DATA_ORIGINData source system PRC_DATA_ORIGINCHAR10PRC_DATA_ORIGIN

Key field Non-key field



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

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

SELECT SINGLE *
FROM PRCC_COND_PP
INTO CORRESPONDING FIELDS OF WA_PRCC_COND_PP
WHERE...

How to access SAP table PRCC_COND_PP

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