Вы находитесь на странице: 1из 4

1231231231231232311saaaaaaaaaaaaa2221111119876543f1ABCDE1121234500000000001

Process Flow

1. Create Sales order


2. Execute /AFS/MD02 - Planned order will be created.
3. Convert planned order to Production Order
4. Release the Production Order
5. Do Goods receipt for the production order. Goods are fetched to our warehouse.
6. Create Outbound Delivery. Picking and PGI.

Database tables:

LIKP SD Document: Delivery Header Data

LIPS SD document: Delivery: Item data

MSKA Special Stocks

J_3ABDBS AFS Requirement - Stock assignment

J_3ABDSI AFS ORDER (Sizes)

Logic:

During delivery creation, we create allocation in the background. The special stocks are stored in the
database table MSKA. For each entry of MSKA table, we create allocation (An entry in J_3ABDBS). The
MSKA table is also updated with the remaining requirement information.

Include : MJ3AVFDL_ALLOCATION_CREATE

FORM : MTO_PTO_ALLOCATION_CREATE
For each entry in MSKA,

Create J_3ABDBS entry (Allocation)


MSKA is also updated with the information.

Only in the case of MTO, over delivery is allowed in AFS. This is to facilitate the customers to deliver the
excess goods which were manufactured. For activating the over delivery functionality, the flag
/AFS/MTOPTO_TOL in the AFS Registry need to be set.

Depending on the flag, the quantity of the delivery is adjusted in the following code

Вам также может понравиться