Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • SlsPricingConditionType

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.

conditionType

conditionType: string

Condition Type. The condition type is used for different functions. In pricing, for example, the condition type lets you differentiate between different kinds of discount; in output determination, between different output types such as order confirmation or delivery note; in batch determination, between different strategy types. Maximum length: 4.

conditionUsage

conditionUsage: string

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

toText

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

Static CONDITION_APPLICATION

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

CONDITION_TYPE: StringField<SlsPricingConditionType> = new StringField('ConditionType', SlsPricingConditionType, 'Edm.String')

Static representation of the conditionType 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<SlsPricingConditionType> = new StringField('ConditionUsage', SlsPricingConditionType, '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 TO_TEXT

TO_TEXT: Link<SlsPricingConditionType, SlsPrcgCndnTypeText> = new Link('to_Text', SlsPricingConditionType, SlsPrcgCndnTypeText)

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[] = [SlsPricingConditionType.CONDITION_USAGE,SlsPricingConditionType.CONDITION_APPLICATION,SlsPricingConditionType.CONDITION_TYPE,SlsPricingConditionType.TO_TEXT]

All fields of the SlsPricingConditionType entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SlsPricingConditionType"

Technical entity name for SlsPricingConditionType.

Static _keyFields

_keyFields: Array<Selectable<SlsPricingConditionType>> = [SlsPricingConditionType.CONDITION_USAGE, SlsPricingConditionType.CONDITION_APPLICATION, SlsPricingConditionType.CONDITION_TYPE]

All key fields of the SlsPricingConditionType entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SLSPRICINGCONDITIONTYPE_SRV"

Technical service name for SlsPricingConditionType.

Methods

Static builder

Static requestBuilder

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

    Returns SlsPricingConditionTypeRequestBuilder

    A SlsPricingConditionType request builder.