Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SlsPricingProcedureText" 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
    • SlsPricingProcedureText

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.

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

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.

pricingProcedureName

pricingProcedureName: string

Description. Maximum length: 30.

nullable

toSalesPricingProcedure

toSalesPricingProcedure: SlsPricingProcedure

One-to-one navigation property to the SlsPricingProcedure entity.

Static CONDITION_APPLICATION

CONDITION_APPLICATION: StringField<SlsPricingProcedureText> = new StringField('ConditionApplication', SlsPricingProcedureText, '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<SlsPricingProcedureText> = new StringField('ConditionUsage', SlsPricingProcedureText, '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 LANGUAGE

LANGUAGE: StringField<SlsPricingProcedureText> = new StringField('Language', SlsPricingProcedureText, 'Edm.String')

Static representation of the language 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<SlsPricingProcedureText> = new StringField('PricingProcedure', SlsPricingProcedureText, '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 PRICING_PROCEDURE_NAME

PRICING_PROCEDURE_NAME: StringField<SlsPricingProcedureText> = new StringField('PricingProcedureName', SlsPricingProcedureText, 'Edm.String')

Static representation of the pricingProcedureName 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

TO_SALES_PRICING_PROCEDURE: OneToOneLink<SlsPricingProcedureText, SlsPricingProcedure> = new OneToOneLink('to_SalesPricingProcedure', SlsPricingProcedureText, SlsPricingProcedure)

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

Static _allFields

_allFields: any[] = [SlsPricingProcedureText.LANGUAGE,SlsPricingProcedureText.CONDITION_USAGE,SlsPricingProcedureText.CONDITION_APPLICATION,SlsPricingProcedureText.PRICING_PROCEDURE,SlsPricingProcedureText.PRICING_PROCEDURE_NAME,SlsPricingProcedureText.TO_SALES_PRICING_PROCEDURE]

All fields of the SlsPricingProcedureText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SlsPricingProcedureText"

Technical entity name for SlsPricingProcedureText.

Static _keyFields

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

All key fields of the SlsPricingProcedureText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SLSPRICINGPROCEDURE_SRV"

Technical service name for SlsPricingProcedureText.

Methods

Static builder

Static requestBuilder

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

    Returns SlsPricingProcedureTextRequestBuilder

    A SlsPricingProcedureText request builder.