Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SlsPricingProcedure" of service "API_SLSPRICINGPROCEDURE_SRV". This service is part of the following communication scenarios: Pricing Data Integration (SAP_COM_0294). See https://api.sap.com/api/API_SLSPRICINGPROCEDURE_SRV for more information.

Hierarchy

  • any
    • SlsPricingProcedure

Implements

Index

Properties

conditionApplication

conditionApplication: string

Application. Subdivides the usage of a condition (for example, pricing) for use in different application areas (for example, sales & distribution or purchasing). Maximum length: 2.

conditionUsage

conditionUsage: string

Usage of the condition table. Determines for which area the condition is used (for example, pricing or output). Maximum length: 1.

pricingProcedure

pricingProcedure: string

Procedure (Pricing, Output Control, Acct. Det., Costing,...). Specifies the conditions that are allowed for a document and defines the sequence in which they are used. Procedures are used, for example, in the following applications:Pricing in Sales and DistributionAccount determinationCalculating taxes on sales/purchases. Maximum length: 6.

toSalesPricingProcedureItem

toSalesPricingProcedureItem: SlsPricingProcedureItem[]

One-to-many navigation property to the SlsPricingProcedureItem entity.

toText

One-to-many navigation property to the SlsPricingProcedureText entity.

Static CONDITION_APPLICATION

CONDITION_APPLICATION: StringField<SlsPricingProcedure> = new StringField('ConditionApplication', SlsPricingProcedure, 'Edm.String')

Static representation of the conditionApplication property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CONDITION_USAGE

CONDITION_USAGE: StringField<SlsPricingProcedure> = new StringField('ConditionUsage', SlsPricingProcedure, 'Edm.String')

Static representation of the conditionUsage property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static PRICING_PROCEDURE

PRICING_PROCEDURE: StringField<SlsPricingProcedure> = new StringField('PricingProcedure', SlsPricingProcedure, 'Edm.String')

Static representation of the pricingProcedure property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_SALES_PRICING_PROCEDURE_ITEM

TO_SALES_PRICING_PROCEDURE_ITEM: Link<SlsPricingProcedure, SlsPricingProcedureItem> = new Link('to_SalesPricingProcedureItem', SlsPricingProcedure, SlsPricingProcedureItem)

Static representation of the one-to-many navigation property toSalesPricingProcedureItem for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_TEXT

TO_TEXT: Link<SlsPricingProcedure, SlsPricingProcedureText> = new Link('to_Text', SlsPricingProcedure, SlsPricingProcedureText)

Static representation of the one-to-many navigation property toText for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [SlsPricingProcedure.CONDITION_USAGE,SlsPricingProcedure.CONDITION_APPLICATION,SlsPricingProcedure.PRICING_PROCEDURE,SlsPricingProcedure.TO_SALES_PRICING_PROCEDURE_ITEM,SlsPricingProcedure.TO_TEXT]

All fields of the SlsPricingProcedure entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_SLSPRICINGPROCEDURE_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_SlsPricingProcedure"

Technical entity name for SlsPricingProcedure.

Static _keyFields

_keyFields: Array<Selectable<SlsPricingProcedure>> = [SlsPricingProcedure.CONDITION_USAGE, SlsPricingProcedure.CONDITION_APPLICATION, SlsPricingProcedure.PRICING_PROCEDURE]

All key fields of the SlsPricingProcedure entity.

Static _keys

_keys: any = SlsPricingProcedure._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property SlsPricingProcedure.

Static _serviceName

_serviceName: string = "API_SLSPRICINGPROCEDURE_SRV"

Technical service name for SlsPricingProcedure.

Methods

Static builder

Static requestBuilder

  • Returns a request builder to construct requests for operations on the SlsPricingProcedure entity type.

    Returns SlsPricingProcedureRequestBuilder

    A SlsPricingProcedure request builder.