CNSCRMPRZSURPBTM SAP (Supplementary Table for a Condition Table) Table details

Dictionary Type: Table
Description: Supplementary Table for a Condition Table




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




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

CNSCRMPRZSURPBTM is a standard SAP Table which is used to store Supplementary Table for a Condition Table data and is available within R/3 SAP systems depending on the version and release level.

The CNSCRMPRZSURPBTM table consists of various fields, each holding specific information or linking keys about Supplementary Table for a Condition Table data available in SAP. These include VARNUMH (Condition Record ID), STFKZ (Scale Type), KZBZG (Scale Base Type), KUMZA (Counter for Conversion to Base Unit of Measure).. 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 CNSCRMPRZSURPBTM 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
VARNUMHCondition Record ID /SAPCND/COND_TABLE_ENTRY_IDRAW16CNCCRMPRZSURPBTMSYSUUID
STFKZScale Type /SAPCND/SCALE_TYPECHAR1/SAPCND/SCALE_TYPE
KZBZGScale Base Type /SAPCND/SCALE_BASE_TYPECHAR3Assigned to domain/SAPCND/SCALE_BASE_TYPE
KUMZACounter for Conversion to Base Unit of Measure PRCT_NUMERATORINT410INT4
KUMNEDenominator for Conversion to Base Unit of Measure PRCT_DENOMINATORINT410INT4
EXPNTBase 10 Exponent for Conversion to the Base Unit of Measure PRCT_CONV_COND_EXPINT25EXP10
MWSK1Sales Tax Code PRCT_SALES_TAX_CODECHAR2PRC_SALES_TAX_CODE
MWSK2Withholding Tax Code PRCT_WITHHOLDING_TAXCHAR2PRC_WITHHOLDING_TAX
KONMSCondition Scale Unit of Measure PRCT_COND_SCALE_UOMUNIT3Assigned to domainCUNITMEINS
KONWSCurrency Key: Condition Scale PRCT_COND_SCALE_CURRCUKY5Assigned to domainWAERSFWS
KSTBMScale Limit PRCT_COND_SCALE_LEVELDEC18(5) PRC_QUANTITY
MEINSBase Unit of Measure for a Product PRCT_BASE_UOMUNIT3Assigned to domainCUNITMEINS
KZNEPExclusion Indicator in Condition Record (KZNEP) PRCT_EXCL_INDICATORCHAR1PRC_EXCL_INDICATOR
MXWRTLower Limit of the Condition Rate PRCT_LOWER_LIMIT_COND_RATECURR15(2) WERTV8
GKWRTUpper Limit for Condition Rate PRCT_UPPER_LIMIT_COND_RATECURR15(2) WERTV8
PTERMTerms of Payment Key PRCT_TERMS_OF_PAYMENTCHAR4PRC_TERMS_OF_PAYMENT
VALDTValue date PRCT_VALUE_DATEDATS8PRC_VALUE_DATE
VALTGNo. of Value Days PRCT_VALUE_DAYSNUMC2PRC_VALUE_DAYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNSCRMPRZSURPBTM
INTO CORRESPONDING FIELDS OF WA_CNSCRMPRZSURPBTM
WHERE...

How to access SAP table CNSCRMPRZSURPBTM

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