Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_KanbanCtnDetailedQty" of service "API_KANBAN_CONTROL_CYCLE_SRV". This service is part of the following communication scenarios: Kanban Control Cycle Integration (SAP_COM_0330). See https://api.sap.com/api/API_KANBAN_CONTROL_CYCLE_SRV;v=0002 for more information.

Hierarchy

  • any
    • KanbanCtnDetailedQty

Implements

Index

Properties

actualQuantityInBaseUnit

actualQuantityInBaseUnit: BigNumber

Actual Quantity. The actual quantity is the quantity that is in the container when the status is set to "full". The target quantity is the quantity that is defined for the container in the control cycle. Variances between the actual and target quantities may occur if a planned order quantity is manually changed or if a different quantity from the target quantity is posted in a separate goods receipt.

nullable

baseUnit

baseUnit: string

Base Unit of Measure. Maximum length: 3.

nullable

batch

batch: string

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

kanbanContainer

kanbanContainer: string

Kanban Identification Number. Determines the Kanban number. Additional information for Kanban ID numbersEvery kanban is given a number, which is valid across the control cycle from a number range for kanban ID numbers.If you work with barcodes, the first ten figures of the barcode consist of the Kanban number. Maximum length: 10.

kanbanControlCycle

kanbanControlCycle: string

Kanban Control Cycle. Maximum length: 7.

nullable

lastChangeDateTime

lastChangeDateTime: Moment

Last Change Timestamp.

nullable

plant

plant: string

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

nullable

Static ACTUAL_QUANTITY_IN_BASE_UNIT

ACTUAL_QUANTITY_IN_BASE_UNIT: BigNumberField<KanbanCtnDetailedQty> = new BigNumberField('ActualQuantityInBaseUnit', KanbanCtnDetailedQty, 'Edm.Decimal')

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

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', KanbanCtnDetailedQty)

All fields selector.

Static BASE_UNIT

BASE_UNIT: StringField<KanbanCtnDetailedQty> = new StringField('BaseUnit', KanbanCtnDetailedQty, 'Edm.String')

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

Static BATCH

BATCH: StringField<KanbanCtnDetailedQty> = new StringField('Batch', KanbanCtnDetailedQty, '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 KANBAN_CONTAINER

KANBAN_CONTAINER: StringField<KanbanCtnDetailedQty> = new StringField('KanbanContainer', KanbanCtnDetailedQty, 'Edm.String')

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

Static KANBAN_CONTROL_CYCLE

KANBAN_CONTROL_CYCLE: StringField<KanbanCtnDetailedQty> = new StringField('KanbanControlCycle', KanbanCtnDetailedQty, 'Edm.String')

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

Static LAST_CHANGE_DATE_TIME

LAST_CHANGE_DATE_TIME: DateField<KanbanCtnDetailedQty> = new DateField('LastChangeDateTime', KanbanCtnDetailedQty, 'Edm.DateTimeOffset')

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

Static PLANT

PLANT: StringField<KanbanCtnDetailedQty> = new StringField('Plant', KanbanCtnDetailedQty, 'Edm.String')

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

Static _allFields

_allFields: any[] = [KanbanCtnDetailedQty.KANBAN_CONTAINER,KanbanCtnDetailedQty.BATCH,KanbanCtnDetailedQty.BASE_UNIT,KanbanCtnDetailedQty.ACTUAL_QUANTITY_IN_BASE_UNIT,KanbanCtnDetailedQty.PLANT,KanbanCtnDetailedQty.LAST_CHANGE_DATE_TIME,KanbanCtnDetailedQty.KANBAN_CONTROL_CYCLE]

All fields of the KanbanCtnDetailedQty entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_KANBAN_CONTROL_CYCLE_SRV;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "A_KanbanCtnDetailedQty"

Technical entity name for KanbanCtnDetailedQty.

Static _keyFields

_keyFields: Array<Selectable<KanbanCtnDetailedQty>> = [KanbanCtnDetailedQty.KANBAN_CONTAINER, KanbanCtnDetailedQty.BATCH]

All key fields of the KanbanCtnDetailedQty entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_KANBAN_CONTROL_CYCLE_SRV"

Technical service name for KanbanCtnDetailedQty.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity KanbanCtnDetailedQty.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<KanbanCtnDetailedQty>

    A builder that constructs instances of entity type KanbanCtnDetailedQty.

Static requestBuilder

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

    Returns KanbanCtnDetailedQtyRequestBuilder

    A KanbanCtnDetailedQty request builder.