ReceiveInventoryMovement schema, example, validation rules, validation stylesheet

ReceiveInventoryMovement type: ReceiveInventoryMovement

The purpose of the ReceiveInventoryMovement is to give the organization the ability to do a quantity movement of materials from one organizational unit to another organizational unit.

ReceiveInventoryMovement extends: BusinessObjectDocument
Structure:
Elements:
Name Type Description
DataArea ReceiveInventoryMovementDataArea

Is where the information that the BOD message carries is provided, in this case ReceiveInventoryMovement. The information consists of a Verb and one or more Nouns. The verb (Receive) indicates the action to be performed on the Noun (InventoryMovement).

ReceiveInventoryMovementDataArea extends: DataArea
Structure:
Elements:
Name Type Description
InventoryMovement reference
Receive reference

ReceiveInventoryMovement Scenario Diagram

Receive schema

Receive type: Receive

The Receive verb is used to describe specific processing in a more fine grained manner beyond add, change or delete processing. An example is ReceivePurchaseOrder, where a Purchase Order that has been issued and processed has shipments received against it. The use of the data processing term, change, is not specific enough in the business context.

Receive extends: ConfirmableVerb
Structure:

InventoryMovement schema

Header type: InventoryMovementHeader

Identifies the things common to the entire Movement.

Line type: InventoryMovementLine

Identifies the line items being Movemented providing information about the source and destination of the Movement.

InventoryMovement type: InventoryMovement

Allows organizations to do quantity movement between locations, whether they are located in the same plant or across the country, or between countries.

Source type: MovementItem

Is the source of the inventory being Movemented.

Destination type: MovementItem

Is the destination of the inventory being Movementred.

InventoryMovement extends: Noun
Structure:
Elements:
Name Type Description
Header reference
Line reference

InventoryMovementHeader
Structure:
Elements:
Name Type Description
DocumentDateTime DateTime

Is the timestamp that indicates when the Movement document was created in the sending system.

DocumentId reference
DocumentReferences reference
UserArea reference

InventoryMovementLine

Indicates the source and destination of the inventory being Movemented. Along with the quantities being moved.

Structure:
Elements:
Name Type Description
Description Description

A description of the Movement.

Free-form text description of the Noun or Componenet in which the description occurs. The lang attribute indicates the language the description is in. Owner inidcates the user or entity that provided teh description..

Destination reference
LineNumber LineNumber

Is the LineNumber of the InventoryMovement.

Identifies the instance of a Line within a given document.

Note Note

Is a free form note about the Movement.

A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.

Source reference
UnitValue Amount

This identifies the unit value of the item transaction

Simple content with the currency as an attrbute

UserArea reference

MovementItem
Structure:
Elements:
Name Type Description
Description Description

Free-form text description of the Noun or Componenet in which the description occurs. The lang attribute indicates the language the description is in. Owner inidcates the user or entity that provided teh description..

Item reference
ItemQuantity Quantity

The quantity of items that are involved in the transaction

A decimal value.

Note Note

Is a note about the source location of the transfer.

A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.

ReasonCode ReasonCode

Is the reason for the transfer.

Used as a reason indicator for any type of business event or activity.

Site reference
TransferType TransferType

This is a free form field used to describe the item transfer

Is used to describe the item transfer.

UserArea reference

Verb Common Files

Verb.xsd schema

AcknowledgableVerb extends: ConfirmableVerb
Structure:
Attributes:
Name Type Usage Description
acknowledge AcknowledgementType

AcknowledgementType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

ConfirmableVerb extends: Verb
Structure:
Attributes:
Name Type Usage Description
confirm ConfirmType

ConfirmType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

Expression restricts: xs:string

ExpressionCriteria
Structure:
Elements:
Name Type Description
SelectExpression Expression

Allows the 1-n number of selection expressions for the information to be returned.

Attributes:
Name Type Usage Description
expressionLanguage xs:string optional

RequestVerb extends: ConfirmableVerb
Structure:
Elements:
Name Type Description
ReturnCriteria

Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.

VerbBase.xsd schema

Verb type: Verb

Verb
Structure:

Noun Common Files