ItemVersionStatus

 

ItemVersionStatus

 

Property

Description

Table

BEAS_ITEM_VERSION_STATUS

Primary key

StatusId/c

$transaction

no

$branch

no

$mask

no

 

Fields

Name

Type

Description

StatusId

Edm.String(20)

Integration hub: Importable

Mandatory field

Primary key

Database: "BEAS_ITEM_VERSION_STATUS"."Status"

StatusDescription

Edm.String(20)

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."DESCRIPTION"

StatusRelease

Edm.Boolean

Default Value: 2

Constraints:

yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."Release"

StatusConfirmed

Edm.Boolean

Defines whether for this item version the work order position may be approved. This option affects the same option in the work order position

Default Value: 2

Constraints:

Yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."Confirmed"

StatusLocked

Edm.Boolean

Default Value: 2

Constraints:

Yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."Block"

StatusDeleted

Edm.Boolean

Default Value: 0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."Deleted"

CanModify

Edm.Boolean

If this option is deactivated, the stored routing cannot be changed.

But the fields in the item version are still changeable.

Default Value: 1

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanModify"

CanSaleOrder

Edm.Boolean

Default Value: 1

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanSaleOrder"

CanDeliver

Edm.Boolean

Default Value: 1

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanDeliver"

CanSaleInvoice

Edm.Boolean

Default Value: 0

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanSaleInvoice"

CanModifyWo

Edm.Boolean

Defines whether for this item version, changes may be executed in the work order. This option affects the same option in the work order position.

Default Value: 2

Constraints:

Yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanModifyWo"

CanCreateWo

Edm.Boolean

A work order can only be created for this item version if this option is active.

Note: If the status is blocked the work order is created but blocked if it is a sub-item.

The work order is also be blocked if it is created in an automatic process (via integration hub).

The blocking can be avoided by using Production types eg. for a sample production.

Default Value: 1

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanCreateWo"

CanIssueWo

Edm.Boolean

Defines whether the item version is to be considered in material planning.

If a work order has already been created, this option affects the same option in the work order position.

See Update Status. Yes / No / None change are selectable.

Default Value: 1

Constraints:

Yes=1

No=0

None Chagen=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanIssueWo"

CanReservationWo

Edm.Boolean

Default Value: 1

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanReservationWo"

CanGRPO

Edm.Boolean

Define, if a Goods Receipt PO can be created

Default Value: 0

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanGRPO"

CanPurchaseInvoice

Edm.Boolean

Describe, if a PO Invoice can be created

Default Value: 0

Constraints:

Yes=1

No=0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."CanPurchaseInvoice"

ChangeOpenWorkorders

Edm.Boolean

Default Value: 0

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."ChangeOpenWorkorders"

CanDisposition

Edm.Boolean

Related to work order setting "Disposition"

Defines whether the item version is to be considered in material planning.

If a work order has already been created, this option affects the same option in the work order position.

See Update Status. Yes / No / None change are selectable

 

None change means: The status don't change the setting in the work order

Default Value: 2

Constraints:

Yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."STARTDISPOSITION"

CanTimerequest

Edm.Boolean

Defines whether order time receipts may be created for this item version. This option affects the same option in the work order position. See Update Status.

 

Default Value: 2

Constraints:

Yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."STARTTIMEREQUEST"

CanBooking

Edm.Boolean

Defines whether material postings may be created for this item version. This option affects the same option in the work order position.

Default Value: 2

Constraints:

Yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."STARTBOOKING"

CanCapacityPlanning

Edm.Boolean

Defines whether the item version is to be considered in capacity planning (APS). This option affects the same option in the work order position

Default Value: 2

Constraints:

Yes=1

No=0

do not change=2

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."STARTCAPACITYPLANUNG"

UDF1

Edm.String(50)

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."UDF1"

UDF2

Edm.String(50)

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."UDF2"

UDF3

Edm.String(50)

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."UDF3"

UDF4

Edm.String(50)

Integration hub: Importable

Database: "BEAS_ITEM_VERSION_STATUS"."UDF4"

 

Display all available Status

 

odata4/ItemVersionStatus

{

"value": [

{

"StatusId": "construction",

"StatusDescription": "construction",

"StatusRelease": false,

"StatusConfirmed": false,

"StatusLocked": false,

"StatusDeleted": false,

"CanModify": true,

....

"UDF3": null,

"UDF4": null

},

{......

 

 

Display Item Version with Status Details

 

odata4/ItemVersion("FP_B_S_V","0001")?$select=StatusId,Description,ItemVersionStatus&$expand=ItemVersionStatus

{

"value": {

"StatusId": "release",

"Description": "Finished Product / Batch / Make To Stock / Version - release",

"ItemVersionStatus": [

  {

  "StatusId": "release",

  "StatusDescription": "release",

  "StatusRelease": true,

  ....

  "CanGRPO": true,

  "CanPurchaseInvoice": true,

  "CanCapacityPlanning": true,

  }

]}}