Ansicht
Dokumentation

SIMG_LTRM_USEXIT018 - Change XYZ Coordinates and Zone of a Bin

SIMG_LTRM_USEXIT018 - Change XYZ Coordinates and Zone of a Bin

ABAP Short Reference   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

This BAdI allows you to change the XYZ coordinates and the zone of the source and destination bins of a transfer order. It is called during request item creation.

The input parameters are

  • TO header
  • TO item
  • The XYZ coordinates and zones of the bins determined by the system.

Only the XYZ coordinates and the zones can be changed.

Standard bins have physical XYZ coordinates and zones, determined relative to a source coordinate (0,0,0). In the case of so called dynamic bins, which only exist logically, the XYZ coordinates and the zone cannot be derived from the physical location of the bin. Therefore we need some rules to determine the coordinates of dynamic bins. The standard rule is if the transfer order (header) contains a staging area, you take the default coordinates of the staging area as the bin coordinates. If the transfer order has no staging area, you take the default coordinates of the source and/or destination storage type respectively. If you can derive coordinates that are more precise than these, you can use the BAdI to update the coordinates.

The sample coding is based on the process of two-step-picking. In this process, a high volume of a material is firstly picked from a storage type and brought to a dynamic bin in an interim storage type (usually dynamic bin group number). There it is distributed to several deliveries and brought to another dynamic bin within an interface storage type (usually dynamic bin delivery number in storage type 916). The second step of this process goes from one dynamic bin to another. If the transfer order is linked to a staging area, you will find the same physical coordinate for the involved bins twice. Therefore the sample coding doesn't take the coordinates of the staging area for the source bin, but rather the coordinates of the source storage type.






BAL Application Log Documentation   General Material Data  
This documentation is copyright by SAP AG.

Length: 2196 Date: 20240523 Time: 185310     sap01-206 ( 79 ms )