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. Unit of measure in which stocks of the material are managed. The system converts all the quantities you enter in other units of measure (alternative units of measure) to the base unit of measure. You define the base unit of measure and also alternative units of measure and their conversion factors in the material master record.Since all data is updated in the base unit of measure, your entry is particularly important for the conversion of alternative units of measure. A quantity in the alternative unit of measure can only be shown precisely if its value can be shown with the decimal places available. To ensure this, please note the following:The base unit of measure is the unit satisfying the highest necessary requirement for precision.The conversion of alternative units of measure to the base unit should result in simple decimal fractions (not, for example, 1/3 = 0.333...).Inventory ManagementIn Inventory Management, the base unit of measure is the same as the stockkeeping unit.ServicesServices have units of measure of their own, including the following:Service unitUnit of measure at the higher item level. The precise quantities of the individual services are each at the detailed service line level.BlanketUnit of measure at service line level for services to be provided once only, and for which no precise quantities can or are to be specified. 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

Control Cycle. Number, that specifically identifies the control cycle. The following data is defined and linked in the kanban control cycle used in Kanban and JIT Outbound processing:Production supply areaMaterialNumber of kanbans or containers and the kanban quantity or call-off quantityReplenishment strategiesIf necessary, the source of replenishment depending on the replenishment strategy. 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 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 requestBuilder

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

    Returns KanbanCtnDetailedQtyRequestBuilder

    A KanbanCtnDetailedQty request builder.