Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • PurgPrcgCndnRecordScale

Implements

Index

Properties

conditionRateValue

conditionRateValue: BigNumber

Condition Amount or Percentage. Determines how the system calculates prices using this condition. Depending on the condition type, it can be a fixed amount or a percentage. If the condition includes a pricing scale, the condition amount or percentage displays the first line of the scale. The following examples illustrate how you can use the condition amount or percentage in different condition types:If you create a condition that includes prices (for example, prices for a material), you enter an amount.If you create a condition based on percentage discounts or surcharges (for example, a customer-specific discount), you enter the value of a percentage. If the condition is a discount, the system automatically enters a minus sign behind the amount and a percent sign in the Condition Unit field.

nullable

conditionRecord

conditionRecord: string

Condition record number. Number that uniquely identifies a condition record. The system uses the condition record number to store and retrieve information during processing (pricing, for example). Maximum length: 10.

conditionScaleAmount

conditionScaleAmount: BigNumber

Scale value. A value that is part of a pricing scale. The value is an amount in a particular currency.

nullable

conditionScaleLine

conditionScaleLine: string

Current number of the line scale. Identifies the sequence of lines within a scale. Maximum length: 4.

conditionScaleQuantity

conditionScaleQuantity: BigNumber

Condition scale quantity. Scale quantity (for example, number of pieces) to which a scale refers.

nullable

conditionSequentialNumber

conditionSequentialNumber: string

Sequential number of the condition. The sequential number that uniquely identifies the condition if a condition supplement exists. If you have assigned a condition supplement to the condition, the system automatically assigns the number. Maximum length: 2.

toPurgPrcgCndnRecdSuplmnt

toPurgPrcgCndnRecdSuplmnt: PurgPrcgCndnRecdSuplmnt

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

toPurgPrcgConditionRecord

toPurgPrcgConditionRecord: PurgPrcgConditionRecord

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

Static CONDITION_RATE_VALUE

CONDITION_RATE_VALUE: BigNumberField<PurgPrcgCndnRecordScale> = new BigNumberField('ConditionRateValue', PurgPrcgCndnRecordScale, 'Edm.Decimal')

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

Static CONDITION_RECORD

CONDITION_RECORD: StringField<PurgPrcgCndnRecordScale> = new StringField('ConditionRecord', PurgPrcgCndnRecordScale, 'Edm.String')

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

Static CONDITION_SCALE_AMOUNT

CONDITION_SCALE_AMOUNT: BigNumberField<PurgPrcgCndnRecordScale> = new BigNumberField('ConditionScaleAmount', PurgPrcgCndnRecordScale, 'Edm.Decimal')

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

Static CONDITION_SCALE_LINE

CONDITION_SCALE_LINE: StringField<PurgPrcgCndnRecordScale> = new StringField('ConditionScaleLine', PurgPrcgCndnRecordScale, 'Edm.String')

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

Static CONDITION_SCALE_QUANTITY

CONDITION_SCALE_QUANTITY: BigNumberField<PurgPrcgCndnRecordScale> = new BigNumberField('ConditionScaleQuantity', PurgPrcgCndnRecordScale, 'Edm.Decimal')

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

Static CONDITION_SEQUENTIAL_NUMBER

CONDITION_SEQUENTIAL_NUMBER: StringField<PurgPrcgCndnRecordScale> = new StringField('ConditionSequentialNumber', PurgPrcgCndnRecordScale, 'Edm.String')

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

Static TO_PURG_PRCG_CNDN_RECD_SUPLMNT

TO_PURG_PRCG_CNDN_RECD_SUPLMNT: OneToOneLink<PurgPrcgCndnRecordScale, PurgPrcgCndnRecdSuplmnt> = new OneToOneLink('to_PurgPrcgCndnRecdSuplmnt', PurgPrcgCndnRecordScale, PurgPrcgCndnRecdSuplmnt)

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

Static TO_PURG_PRCG_CONDITION_RECORD

TO_PURG_PRCG_CONDITION_RECORD: OneToOneLink<PurgPrcgCndnRecordScale, PurgPrcgConditionRecord> = new OneToOneLink('to_PurgPrcgConditionRecord', PurgPrcgCndnRecordScale, PurgPrcgConditionRecord)

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

Static _allFields

_allFields: any[] = [PurgPrcgCndnRecordScale.CONDITION_RECORD,PurgPrcgCndnRecordScale.CONDITION_SEQUENTIAL_NUMBER,PurgPrcgCndnRecordScale.CONDITION_SCALE_LINE,PurgPrcgCndnRecordScale.CONDITION_SCALE_QUANTITY,PurgPrcgCndnRecordScale.CONDITION_SCALE_AMOUNT,PurgPrcgCndnRecordScale.CONDITION_RATE_VALUE,PurgPrcgCndnRecordScale.TO_PURG_PRCG_CNDN_RECD_SUPLMNT,PurgPrcgCndnRecordScale.TO_PURG_PRCG_CONDITION_RECORD]

All fields of the PurgPrcgCndnRecordScale entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_PurgPrcgCndnRecordScale"

Technical entity name for PurgPrcgCndnRecordScale.

Static _keyFields

_keyFields: Array<Selectable<PurgPrcgCndnRecordScale>> = [PurgPrcgCndnRecordScale.CONDITION_RECORD, PurgPrcgCndnRecordScale.CONDITION_SEQUENTIAL_NUMBER, PurgPrcgCndnRecordScale.CONDITION_SCALE_LINE]

All key fields of the PurgPrcgCndnRecordScale entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_PURGPRCGCONDITIONRECORD_SRV"

Technical service name for PurgPrcgCndnRecordScale.

Methods

Static builder

Static requestBuilder

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

    Returns PurgPrcgCndnRecordScaleRequestBuilder

    A PurgPrcgCndnRecordScale request builder.