Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SlsPrcgProcedItemText" 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
    • SlsPrcgProcedItemText

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.

conditionTypeName

conditionTypeName: string

Description. Maximum length: 30.

nullable

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.

pricingProcedureCounter

pricingProcedureCounter: string

Condition Counter. Access number of the conditions within a step in the pricing procedure. During automatic pricing, the system takes into account the sequence specified by the counter. Maximum length: 3.

pricingProcedureStep

pricingProcedureStep: string

Step Number. Number that determines the sequence of the condition within a procedure. Maximum length: 3.

toSalesPricingProcedureItem

toSalesPricingProcedureItem: SlsPricingProcedureItem

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

Static CONDITION_APPLICATION

CONDITION_APPLICATION: StringField<SlsPrcgProcedItemText> = new StringField('ConditionApplication', SlsPrcgProcedItemText, '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_TYPE_NAME

CONDITION_TYPE_NAME: StringField<SlsPrcgProcedItemText> = new StringField('ConditionTypeName', SlsPrcgProcedItemText, 'Edm.String')

Static representation of the conditionTypeName 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<SlsPrcgProcedItemText> = new StringField('ConditionUsage', SlsPrcgProcedItemText, '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<SlsPrcgProcedItemText> = new StringField('Language', SlsPrcgProcedItemText, '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<SlsPrcgProcedItemText> = new StringField('PricingProcedure', SlsPrcgProcedItemText, '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_COUNTER

PRICING_PROCEDURE_COUNTER: StringField<SlsPrcgProcedItemText> = new StringField('PricingProcedureCounter', SlsPrcgProcedItemText, 'Edm.String')

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

Static PRICING_PROCEDURE_STEP

PRICING_PROCEDURE_STEP: StringField<SlsPrcgProcedItemText> = new StringField('PricingProcedureStep', SlsPrcgProcedItemText, 'Edm.String')

Static representation of the pricingProcedureStep 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: OneToOneLink<SlsPrcgProcedItemText, SlsPricingProcedureItem> = new OneToOneLink('to_SalesPricingProcedureItem', SlsPrcgProcedItemText, SlsPricingProcedureItem)

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

Static _allFields

_allFields: any[] = [SlsPrcgProcedItemText.LANGUAGE,SlsPrcgProcedItemText.CONDITION_USAGE,SlsPrcgProcedItemText.CONDITION_APPLICATION,SlsPrcgProcedItemText.PRICING_PROCEDURE,SlsPrcgProcedItemText.PRICING_PROCEDURE_STEP,SlsPrcgProcedItemText.PRICING_PROCEDURE_COUNTER,SlsPrcgProcedItemText.CONDITION_TYPE_NAME,SlsPrcgProcedItemText.TO_SALES_PRICING_PROCEDURE_ITEM]

All fields of the SlsPrcgProcedItemText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SlsPrcgProcedItemText"

Technical entity name for SlsPrcgProcedItemText.

Static _keyFields

_keyFields: Array<Selectable<SlsPrcgProcedItemText>> = [SlsPrcgProcedItemText.LANGUAGE, SlsPrcgProcedItemText.CONDITION_USAGE, SlsPrcgProcedItemText.CONDITION_APPLICATION, SlsPrcgProcedItemText.PRICING_PROCEDURE, SlsPrcgProcedItemText.PRICING_PROCEDURE_STEP, SlsPrcgProcedItemText.PRICING_PROCEDURE_COUNTER]

All key fields of the SlsPrcgProcedItemText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SLSPRICINGPROCEDURE_SRV"

Technical service name for SlsPrcgProcedItemText.

Methods

Static builder

Static requestBuilder

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

    Returns SlsPrcgProcedItemTextRequestBuilder

    A SlsPrcgProcedItemText request builder.