Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SlsPrcgCndnTypeText" 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
    • SlsPrcgCndnTypeText

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.

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.

toSlsPricingConditionType

toSlsPricingConditionType: SlsPricingConditionType

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

Static CONDITION_APPLICATION

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

CONDITION_TYPE_NAME: StringField<SlsPrcgCndnTypeText> = new StringField('ConditionTypeName', SlsPrcgCndnTypeText, '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<SlsPrcgCndnTypeText> = new StringField('ConditionUsage', SlsPrcgCndnTypeText, '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<SlsPrcgCndnTypeText> = new StringField('Language', SlsPrcgCndnTypeText, '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 TO_SLS_PRICING_CONDITION_TYPE

TO_SLS_PRICING_CONDITION_TYPE: OneToOneLink<SlsPrcgCndnTypeText, SlsPricingConditionType> = new OneToOneLink('to_SlsPricingConditionType', SlsPrcgCndnTypeText, SlsPricingConditionType)

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

Static _allFields

_allFields: any[] = [SlsPrcgCndnTypeText.LANGUAGE,SlsPrcgCndnTypeText.CONDITION_USAGE,SlsPrcgCndnTypeText.CONDITION_APPLICATION,SlsPrcgCndnTypeText.CONDITION_TYPE,SlsPrcgCndnTypeText.CONDITION_TYPE_NAME,SlsPrcgCndnTypeText.TO_SLS_PRICING_CONDITION_TYPE]

All fields of the SlsPrcgCndnTypeText entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SlsPrcgCndnTypeText"

Technical entity name for SlsPrcgCndnTypeText.

Static _keyFields

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

All key fields of the SlsPrcgCndnTypeText entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_SLSPRICINGCONDITIONTYPE_SRV"

Technical service name for SlsPrcgCndnTypeText.

Methods

Static builder

Static requestBuilder

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

    Returns SlsPrcgCndnTypeTextRequestBuilder

    A SlsPrcgCndnTypeText request builder.