Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "BatchCharcValue" of service "cds_api_batch_srv". This service is part of the following communication scenarios: Batch Management OData Integration (SAP_COM_0337). See https://api.sap.com/api/API_BATCH_SRV for more information.

Hierarchy

  • any
    • BatchCharcValue

Implements

Index

Properties

batch

batch: string

Batch Number. Assigns a material that is manufactured in batches or production lots to a specific batch. Maximum length: 10.

batchIdentifyingPlant

batchIdentifyingPlant: string

Plant. Key uniquely identifying a plant. Maximum length: 4.

characteristicAuthor

characteristicAuthor: string

Classification: Author. Maximum length: 1.

nullable

charcFromAmount

charcFromAmount: BigNumber

Lower Boundary for Currency Field.

nullable

charcFromDate

charcFromDate: Moment

Lower Boundary for Date-Interval.

nullable

charcFromDecimalValue

charcFromDecimalValue: BigNumber

Lower Boundary for Numeric Field.

nullable

charcFromNumericValue

charcFromNumericValue: number

Internal floating point from.

nullable

charcFromNumericValueUnit

charcFromNumericValueUnit: string

Unit of Measurement. Internal, language-independent, measurement unit format. This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen. Maximum length: 3.

nullable

charcFromTime

charcFromTime: Time

Lower Boundary for Time-Interval.

nullable

charcInternalId

charcInternalId: string

Internal characteristic number without conversion routine. Maximum length: 10.

charcToAmount

charcToAmount: BigNumber

Upper Boundary for Currency Field.

nullable

charcToDate

charcToDate: Moment

Upper Boundary for Date-Interval.

nullable

charcToDecimalValue

charcToDecimalValue: BigNumber

Upper Boundary for Numeric Field.

nullable

charcToNumericValue

charcToNumericValue: number

Internal floating point value to.

nullable

charcToNumericValueUnit

charcToNumericValueUnit: string

Unit of Measurement. Internal, language-independent, measurement unit format. This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen. Maximum length: 3.

nullable

charcToTime

charcToTime: Time

Upper Boundary for Time-Interval.

nullable

charcValue

charcValue: string

Characteristic Value. Value of a characteristic. If the characteristic has character format (CHAR), this field contains a single character string.Values in time format (TIME) must have the format HH:MM:SS. The separators are set automatically. Example: 112855 --> 11:28:55The values in date format (DATE) must have the format DD.MM.YYYY. The separators are set automatically. Example: 110100 --> 11.01.2000NoteIf you valuate validity parameters, you cannot specify intervals. You can only specify individual values.The following description does not apply to the valuation of validity parameters:If the characteristic format is numeric (NUM), time (TIME), or date (DATE), you can enter a number or (if allowed) an interval.Intervals are written in the following format:Value1 - Value2 (from Value1 to Value2)>Value1 (greater than Value1)>=Value1 (greater than or equal to Value1)<Value2 (less than Value2)<=Value2 (less than or equal to Value2)>Value1 - <Value2 (greater than Value1 and less than Value2)Value1 - <Value2 (greater than or equal to Value1 and less thanValue2)>Value1 - Value2 (greater than Value1 and less than or equal toValue2)If the characteristic has more than one value, you can enter multiple values separated by semicolons.If you have maintained a unit of measure for numeric values in the formatting data of the characteristic, the unit is displayed automatically when you confirm.NoteIf you want to define intervals as allowed values of a characteristic, you must define the characteristic as "multiple-value" when you maintain the characteristic in the Classification System. This also allows you to enter more than one interval.However, if you assign more than one interval to a characteristic of a class during configuration (for example, 1-2 and 5-6 for characteristic LENGTH), the system only reads one of the intervals when generating an inspection lot in QM. To avoid this problem, do NOT assign more than one interval to a characteristic. Maximum length: 70.

nullable

charcValueDependency

charcValueDependency: string

Code for value dependency. When defining values, intervals can be defined such that the FROM value or TO value is given an operator. Example: 1.54>-<2.088The coding of the individual possible entries is described below.Code Operator Value1 Operator Value21 EQ2 GE LT3 GE LE4 GT LT5 GT LE6 LT7 LE8 GT9 GE. Maximum length: 1.

nullable

charcValuePositionNumber

charcValuePositionNumber: string

Characteristic value counter. Maximum length: 3.

currency

currency: string

Currency Key. Key for the currency in which the amounts are managed in the system. Maximum length: 5.

nullable

material

material: string

Material Number. Alphanumeric key uniquely identifying the material. Maximum length: 40.

toBatchCharc

toBatchCharc: BatchCharc

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

Static BATCH

BATCH: StringField<BatchCharcValue> = new StringField('Batch', BatchCharcValue, 'Edm.String')

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

Static BATCH_IDENTIFYING_PLANT

BATCH_IDENTIFYING_PLANT: StringField<BatchCharcValue> = new StringField('BatchIdentifyingPlant', BatchCharcValue, 'Edm.String')

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

Static CHARACTERISTIC_AUTHOR

CHARACTERISTIC_AUTHOR: StringField<BatchCharcValue> = new StringField('CharacteristicAuthor', BatchCharcValue, 'Edm.String')

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

Static CHARC_FROM_AMOUNT

CHARC_FROM_AMOUNT: BigNumberField<BatchCharcValue> = new BigNumberField('CharcFromAmount', BatchCharcValue, 'Edm.Decimal')

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

Static CHARC_FROM_DATE

CHARC_FROM_DATE: DateField<BatchCharcValue> = new DateField('CharcFromDate', BatchCharcValue, 'Edm.DateTime')

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

Static CHARC_FROM_DECIMAL_VALUE

CHARC_FROM_DECIMAL_VALUE: BigNumberField<BatchCharcValue> = new BigNumberField('CharcFromDecimalValue', BatchCharcValue, 'Edm.Decimal')

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

Static CHARC_FROM_NUMERIC_VALUE

CHARC_FROM_NUMERIC_VALUE: NumberField<BatchCharcValue> = new NumberField('CharcFromNumericValue', BatchCharcValue, 'Edm.Double')

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

Static CHARC_FROM_NUMERIC_VALUE_UNIT

CHARC_FROM_NUMERIC_VALUE_UNIT: StringField<BatchCharcValue> = new StringField('CharcFromNumericValueUnit', BatchCharcValue, 'Edm.String')

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

Static CHARC_FROM_TIME

CHARC_FROM_TIME: TimeField<BatchCharcValue> = new TimeField('CharcFromTime', BatchCharcValue, 'Edm.Time')

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

Static CHARC_INTERNAL_ID

CHARC_INTERNAL_ID: StringField<BatchCharcValue> = new StringField('CharcInternalID', BatchCharcValue, 'Edm.String')

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

Static CHARC_TO_AMOUNT

CHARC_TO_AMOUNT: BigNumberField<BatchCharcValue> = new BigNumberField('CharcToAmount', BatchCharcValue, 'Edm.Decimal')

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

Static CHARC_TO_DATE

CHARC_TO_DATE: DateField<BatchCharcValue> = new DateField('CharcToDate', BatchCharcValue, 'Edm.DateTime')

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

Static CHARC_TO_DECIMAL_VALUE

CHARC_TO_DECIMAL_VALUE: BigNumberField<BatchCharcValue> = new BigNumberField('CharcToDecimalValue', BatchCharcValue, 'Edm.Decimal')

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

Static CHARC_TO_NUMERIC_VALUE

CHARC_TO_NUMERIC_VALUE: NumberField<BatchCharcValue> = new NumberField('CharcToNumericValue', BatchCharcValue, 'Edm.Double')

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

Static CHARC_TO_NUMERIC_VALUE_UNIT

CHARC_TO_NUMERIC_VALUE_UNIT: StringField<BatchCharcValue> = new StringField('CharcToNumericValueUnit', BatchCharcValue, 'Edm.String')

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

Static CHARC_TO_TIME

CHARC_TO_TIME: TimeField<BatchCharcValue> = new TimeField('CharcToTime', BatchCharcValue, 'Edm.Time')

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

Static CHARC_VALUE

CHARC_VALUE: StringField<BatchCharcValue> = new StringField('CharcValue', BatchCharcValue, 'Edm.String')

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

Static CHARC_VALUE_DEPENDENCY

CHARC_VALUE_DEPENDENCY: StringField<BatchCharcValue> = new StringField('CharcValueDependency', BatchCharcValue, 'Edm.String')

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

Static CHARC_VALUE_POSITION_NUMBER

CHARC_VALUE_POSITION_NUMBER: StringField<BatchCharcValue> = new StringField('CharcValuePositionNumber', BatchCharcValue, 'Edm.String')

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

Static CURRENCY

CURRENCY: StringField<BatchCharcValue> = new StringField('Currency', BatchCharcValue, 'Edm.String')

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

Static MATERIAL

MATERIAL: StringField<BatchCharcValue> = new StringField('Material', BatchCharcValue, 'Edm.String')

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

Static TO_BATCH_CHARC

TO_BATCH_CHARC: OneToOneLink<BatchCharcValue, BatchCharc> = new OneToOneLink('to_BatchCharc', BatchCharcValue, BatchCharc)

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

Static _allFields

_allFields: any[] = [BatchCharcValue.MATERIAL,BatchCharcValue.BATCH_IDENTIFYING_PLANT,BatchCharcValue.BATCH,BatchCharcValue.CHARC_INTERNAL_ID,BatchCharcValue.CHARC_VALUE_POSITION_NUMBER,BatchCharcValue.CHARC_VALUE_DEPENDENCY,BatchCharcValue.CHARC_VALUE,BatchCharcValue.CHARC_FROM_NUMERIC_VALUE,BatchCharcValue.CHARC_FROM_NUMERIC_VALUE_UNIT,BatchCharcValue.CHARC_TO_NUMERIC_VALUE,BatchCharcValue.CHARC_TO_NUMERIC_VALUE_UNIT,BatchCharcValue.CHARC_FROM_DECIMAL_VALUE,BatchCharcValue.CHARC_TO_DECIMAL_VALUE,BatchCharcValue.CHARC_FROM_AMOUNT,BatchCharcValue.CHARC_TO_AMOUNT,BatchCharcValue.CURRENCY,BatchCharcValue.CHARC_FROM_DATE,BatchCharcValue.CHARC_TO_DATE,BatchCharcValue.CHARC_FROM_TIME,BatchCharcValue.CHARC_TO_TIME,BatchCharcValue.CHARACTERISTIC_AUTHOR,BatchCharcValue.TO_BATCH_CHARC]

All fields of the BatchCharcValue entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "BatchCharcValue"

Technical entity name for BatchCharcValue.

Static _keyFields

_keyFields: Array<Selectable<BatchCharcValue>> = [BatchCharcValue.MATERIAL, BatchCharcValue.BATCH_IDENTIFYING_PLANT, BatchCharcValue.BATCH, BatchCharcValue.CHARC_INTERNAL_ID, BatchCharcValue.CHARC_VALUE_POSITION_NUMBER]

All key fields of the BatchCharcValue entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "cds_api_batch_srv"

Technical service name for BatchCharcValue.

Methods

Static builder

Static requestBuilder

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

    Returns BatchCharcValueRequestBuilder

    A BatchCharcValue request builder.