SDPRI_01C2_01_A SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

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

The SDPRI_01C2_01_A table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include KSCHL (Condition type), KRECH (Calculation type for condition), KZBZG (Scale basis indicator), KNTYP (Condition category (examples: tax, freight, price, cost)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SDPRI_01C2_01_A table view 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
KSCHLCondition type KSCHACHAR4T685KSCHLVKS
KRECHCalculation type for condition KRECHCHAR1KRECH
KZBZGScale basis indicator KZBZGCHAR1KZBZG
KNTYPCondition category (examples: tax, freight, price, cost) KNTYPCHAR1KNTYP
KMANUMaking manual entries KMANUCHAR1KMANU
GRLNRRoutine number for creating group key GRLNRNUMC2NUM02
GRMENScale unit GRMENUNIT3T006CUNITMEINS
GANZZIndicator: Currency Translation after Multiplication GANZZCHAR1XFELD
KGRPEGroup condition KGRPECHAR1KGRPE
KRELICondition for invoice list KRELICHAR1KRELI
KDUPLStructure condition KDUPLCHAR1KDUPL
KRUEKCondition is Relevant for Accrual (e.g. Freight) KRUEKCHAR1XFELD
KOUPDCondition update KOUPDCHAR1XFELD
KOFRSFormula for scale base value KOFRSNUMC3KOFRM
KALSMSales and Distribution: Pricing Procedure in Pricing KALSMASDCHAR6T683KALSM
KZNEPCondition exclusion indicator KZNEPCHAR1T686AKZNEP
KOAIDCondition class KOAIDCHAR1KOAID
KKOPFCondition applies to header KKOPFCHAR1XFELD
KPOSICondition applies to items KPOSICHAR1XFELD
KNEGAPlus/minus sign of the condition amount KNEGACHAR1KNEGA
TXPRFRounding rule TXPRFCHAR1TXPRF
KSTPRChecking rule for scale rates KSTPRCHAR1KSTPR
KAEND_BTRCondition rate of change for amount/percentage KAEND_BTRCHAR1XFELD
KAEND_WRTScope for changing the value KAEND_WRTCHAR1XFELD
KAEND_UFKScope for changing conversion factors KAEND_UFKCHAR1XFELD
KAEND_RCHCalculation type can be changed KAEND_RCHCHAR1XFELD
KAEND_LOEDelete the scope for changing rate KAEND_LOECHAR1XFELD
IDXUPUpdate condition index IDXUPCHAR1XFELD
RUKORRebate: Accruals correction procedure RUKORCHAR1RUKOR
BOVERRebate procedure BOVERCHAR1BOVER
KPRDTPricing date KPRDTCHAR1KPRDT
STFKZScale Type STFKZCHAR1STFKZ
PRECHPeriod Condition Calculation Rule PRECHCHAR1KRECH
BNKWEEnter vendor for delivery costs in goods receipt document BNKWECHAR1BNKWE
AKTKOCondition Type for Promotions AKTKOCHAR1XFELD
VKKALSales Price Calculation: Relevant to pricing VKKALCHAR1XFELD
VKOBLSP Calculation: 'Relevant to pricing' ID can be changed VKOBLCHAR1XFELD
RKAPPLReference application RKAPPLCHAR2T681AKAPPL
RKSCHLReference condition type RKSCHLCHAR4T685KSCHL
BERGLCalculation Base BERGLCHAR1BERGL
VHARTPackaging Material Type VHIARTCHAR4TVTYTRATY
RDIFARounding difference comparison RDIFACHAR1XFELD
KFKIVCondition for inter-company billing KFKIVCHAR1XFELD
KVARCCondition for configuration KVARCCHAR1XFELD
KMENGQuantity conversion KMENGCHAR1XFELD
MDFLGIndicator: Matrix maintenance MDFLGCHAR1MDFLG
KTRELRelevance for account assignment KTRELCHAR1KTREL
BNKTKCopy delivery costs from shipment costs document VF_BNKTKCHAR1VF_BNKTK
KFRSTRelease status KFRSTCHAR1KFRST
TXTGRText determination procedure TXTGRCHAR2TTXGTXTGR
TDIDText ID for text edit control TDID_TECCHAR4TTXERNTDID
KDELECondition records should be deleted from the database KDELECHAR1KDELE
KBFLAGBit encrypted flags in Pricing KBFLAGRAW2KBFLAG
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
VTEXTName VTXTKCHAR20TEXT20
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681ZKAPPLKAP

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDPRI_01C2_01_A
INTO CORRESPONDING FIELDS OF WA_SDPRI_01C2_01_A
WHERE...

How to access SAP table SDPRI_01C2_01_A

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