Topic overview
The reorganization application Reorganize picking orders is used to reorganize picking orders. Below you will find, among other things, descriptions of how to use the reorganization application and its parameters. You will also be informed about the effects of the reorganization.
The reorganization applications are executed by the Reorganization jobs application. The description of this application can be found in the Reorganization jobs article. It also contains a procedure on how to run the reorganization application.
In the Reorganization jobs application, various reorganization applications are added to a list in order to execute them one after the other with a reorganization job. In order for reorganization to actually take place, a certain sequence within the list must often be adhered to. This is the only way to resolve usages. This sequence can be found in the Reorganization sequence article.
Definitions of terms
Batch application
A batch application is an application that is run without interaction with a user. It can be opened either by a batch job, a CORBA call-up, or another application.
Reorganization
When data are reorganized, they are physically deleted from the database. Deletion requires a set of checks to be satisfied. With reorganization, any business objects that are dependent on the data to be deleted are also deleted.
Reorganization application
Reorganization applications are batch applications with the special usage Reorganization. Reorganization applications are used to reorganize master and transaction data according to certain criteria.
Reorganization job
A reorganization job is a batch job exclusively for calling up one or more reorganization applications. The reorganization applications are called up in an individual sequence, whereby sequence dependencies are considered.
Picking (order)
Picking makes items available, for example, for a delivery to customers or for production. Picking orders include all items that are made available from one warehouse.
Application description
The reorganization application Reorganize picking orders is used to reorganize picking orders. The picking orders that have been marked for deletion are used. Whether the respective picking order is actually reorganized depends on the relationships to the following voucher chain and the following preconditions.
Voucher chain
The picking order is contained in the standard system in relationships to the following other vouchers via the voucher chain:
- Purchase order
- Sales order
- Distribution order
- Production order
- Delivery order
- Inventory order
- Customer invoice
- Receipt of goods
The inventory order and the customer invoice are follow-on vouchers, all other documents are predecessor vouchers. According to the voucher chain, the delivery order is a predecessor voucher, but picking orders should be reorganized first and then delivery orders.
Requirements
The picking order voucher may only be reorganized under certain conditions. The following validations must be carried out to determine this.
Set validation for deletion marker
- A picking order must have the status Completed or Delivered.
Validation for reorganization
- The deletion marker must be set.
- A picking order may not have an inventory order as a follow-up voucher, or associated inventory orders must already have been reorganized.
- A picking order may not have an open request for inventory order generation.
Effects
If the requirements for the reorganization are met, the picking order is reorganized. The following data of the picking order to be reorganized is physically deleted:
- picking order
- all line items of the picking order
- all identfiier assignments of the picking order
- all quantity information of the picking order for the source order line item
- all identfier information in the reporting of the picking order per source order line item
The customer invoices linked to the reorganized picking order are marked. This makes these vouchers aware of this special status of the missing delivery order.
The identification (type and number) of the reorganized picking order is stored together with the GUID in the Voucher reorganization data business entity.
The reorganization application is executed via the Reorganization jobs application. Further information on this application can be found in the Reorganization jobs article.
Parameters
The reorganization application has the following parameters:
Maximum run time – the maximum runtime of a reorganization application is the time span after which the reorganization application is terminated at the latest. The default value is ten minutes.
Export mode – whether and what is exported for archiving can be set via the export mode. The following export modes are selectable:
- Do not export
- Export all attributes
- Export with filter
This mode is only available if the export is possible in the Export data application. Export mode is only available if the reorganization application allows the data to be archived.
Export filter – for the Export with filter export mode, you can specify an export filter in this field that is used for archiving. The export filter can be created in the Export data application. This field is only available if the business objects to be reorganized can be exported via the Export data application.
Affected business objects
The following business objects are affected by the reorganization. The Updated business objects listed are only updated.
Reorganized business objects
- Description: Picking order:
com.cisag.app.sales.obj.PickingOrder
- Description: Picking order line item:
com.cisag.app.sales.obj.PickingOrderDetail
- Description: Identifier:
com.cisag.app.sales.obj.IdentifierAssignment
- Description: Quantity information for source order line item:
com.cisag.app.inventory.picking.obj.Source
- Description: Identifier information of the reporting per source order line item:
com.cisag.app.inventory.picking.obj.SourceIdentifierInfo
Updated business objects
- Description: Delivery order:
com.cisag.app.purchasing.obj.ReceiptOfGoods
- Description: Delivery order line items:
com.cisag.app.sales.obj.ShippingOrderDetail