I_SlsPricingConditionType

DDL: I_SLSPRICINGCONDITIONTYPE SQL: ISLSCNDNTYPE Type: view BASIC Package: VDM_SD_MD_CM

Pricing Condition Type in Sales

I_SlsPricingConditionType (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Condition Type for Pricing in Sales · Sales

I_SlsPricingConditionType is a Basic CDS View that provides data about "Pricing Condition Type in Sales" in SAP S/4HANA. It reads from 1 data source (I_PricingConditionType) and exposes 38 fields with key field ConditionType. It has 1 association to related views. Part of development package VDM_SD_MD_CM.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessSales
Application ComponentSD-MD-CM-2CL
CapabilitiesData Source in SQL Select,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageSales for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_PricingConditionType I_PricingConditionType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SlsPricingConditionTypeText _Text $projection.ConditionType = _Text.ConditionType

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ISLSCNDNTYPE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ObjectModel.modelingPattern #ANALYTICAL_CUBE view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
AbapCatalog.preserveKey true view
ObjectModel.representativeKey ConditionType view
EndUserText.label Pricing Condition Type in Sales view
ObjectModel.sapObjectNodeType.name SalesPricingConditionType view

Fields (38)

KeyFieldSource TableSource FieldDescription
KEY ConditionType ConditionType Condition type
AccessSequence AccessSequence Access Sequence
ConditionClass ConditionClass Condition Class
ConditionCalculationType ConditionCalculationType Calculation Type for Condition
ConditionCategory ConditionCategory Condition Category (Examples: Tax, Freight, Price, Cost)
PrcgCndnAmountRoundingRule PrcgCndnAmountRoundingRule Rounding Rule
PricingConditionFunction PricingConditionFunction Condition Function
StructureCondition StructureCondition Structure Condition
PrcgConditionAmountSign PrcgConditionAmountSign Plus/Minus Sign of the condition Amount
IsGroupCondition IsGroupCondition Group Condition
PrcgCndnRndngDiffsIsSettled PrcgCndnRndngDiffsIsSettled Rounding Difference Adjustment
PrcgGroupConditionRoutine PrcgGroupConditionRoutine Routine Number for Creating Group Key
CndnManualEntries CndnManualEntries Making Manual Entries
CndnAppliesHeader CndnAppliesHeader Condition Applies to Header
CndnAppliesItems CndnAppliesItems Condition Applies to Items
PrcgCndnTypeDeletionIsAllowed PrcgCndnTypeDeletionIsAllowed Delete the Scope for Changing Amount/Percentage
PrcgCndnAmountChangedIsAllowed PrcgCndnAmountChangedIsAllowed Change of Condition Amount/Percentage
PrcgCndnCnvrsnFctrChgIsAllowed PrcgCndnCnvrsnFctrChgIsAllowed Scope for Changing Conversion Factors
PrcgCndnValChgIsAllwd PrcgCndnValChgIsAllwd Scope for Changing the Value
PrcgCndnPrpsdValidFromDateCode PrcgCndnPrpsdValidFromDateCode Proposed Start Date for the Validity Period
PrcgCndnPrpsdValidToDateCode PrcgCndnPrpsdValidToDateCode Proposed End Date for the Validity Period
PricingProcedure PricingProcedure Pricing Procedure in Pricing
PrcgConditionDeletionMethod PrcgConditionDeletionMethod Condition records should be deleted from the database
CndnIsRelevantForLimitValue CndnIsRelevantForLimitValue Condition Update
PricingScaleBasisShort PricingScaleBasisShort Scale Base Type
PricingScaleCheckingRule PricingScaleCheckingRule Checking Rule for Scale Amounts
PricingScaleType PricingScaleType Scale Type
PricingScaleRoutine PricingScaleRoutine Routine for Alternative Calculation of Scale Base Value
PricingScaleUnit PricingScaleUnit Unit of Measure
PrcgCndnCrcyCnvrsnIsAftMltpl PrcgCndnCrcyCnvrsnIsAftMltpl Indicator: Currency Translation after Multiplication
IsRelevantForAccrual IsRelevantForAccrual Condition is Relevant for Accrual (e.g. Freight)
CndnIsForVariantConfiguration CndnIsForVariantConfiguration Condition Used for Variant Configuration
PrcgCndnQtyCnvrsnIsActivated PrcgCndnQtyCnvrsnIsActivated Quantity Conversion
CndnIsRelevantForIntcoBilling CndnIsRelevantForIntcoBilling Condition for Intercompany Billing
PricingDateIdentificationCode PricingDateIdentificationCode Pricing Date
CndnValueZeroProcgCode CndnValueZeroProcgCode Process Conditions with Value Equal to Zero
ConditionTypeIsInclusionPoint ConditionTypeIsInclusionPoint Condition Type Is Inclusion Point
_Text _Text

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_SlsPricingConditionType.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ISLSCNDNTYPE

CREATE VIEW I_SlsPricingConditionType AS
SELECT
  ConditionType,
  AccessSequence,
  ConditionClass,
  ConditionCalculationType,
  ConditionCategory,
  PrcgCndnAmountRoundingRule,
  PricingConditionFunction,
  StructureCondition,
  PrcgConditionAmountSign,
  IsGroupCondition,
  PrcgCndnRndngDiffsIsSettled,
  PrcgGroupConditionRoutine,
  CndnManualEntries,
  CndnAppliesHeader,
  CndnAppliesItems,
  PrcgCndnTypeDeletionIsAllowed,
  PrcgCndnAmountChangedIsAllowed,
  PrcgCndnCnvrsnFctrChgIsAllowed,
  PrcgCndnValChgIsAllwd,
  PrcgCndnPrpsdValidFromDateCode,
  PrcgCndnPrpsdValidToDateCode,
  PricingProcedure,
  PrcgConditionDeletionMethod,
  CndnIsRelevantForLimitValue,
  PricingScaleBasisShort,
  PricingScaleCheckingRule,
  PricingScaleType,
  PricingScaleRoutine,
  PricingScaleUnit,
  PrcgCndnCrcyCnvrsnIsAftMltpl,
  IsRelevantForAccrual,
  CndnIsForVariantConfiguration,
  PrcgCndnQtyCnvrsnIsActivated,
  CndnIsRelevantForIntcoBilling,
  PricingDateIdentificationCode,
  CndnValueZeroProcgCode,
  ConditionTypeIsInclusionPoint
FROM I_PricingConditionType
LEFT OUTER JOIN I_SlsPricingConditionTypeText AS _Text ON ConditionType = _Text.ConditionType  -- association [0..*]
;