cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer stock error

Wenny
Explorer
0 Kudos
196

I want to transfer Unrestricted-Use Stock from GS01 to Blocked Stock at GS02. When using the following field values, I received the error message:"Deficit of SL Stck.in qual.insp 1 PC : MPD241204BK24 GS00 GS01"
Here is my post body

{
    "PostingDate": "2024-09-05T00:00:00",
    "GoodsMovementCode": "04",  // Transfer Posting
    "to_MaterialDocumentItem": [
        {
            "Plant": "GS00",
            "StorageLocation": "GS01",
            "InventoryStockType": "01",
            "Material": "MPD241204BK24",
            "GoodsMovementType": "321",
            "QuantityInEntryUnit": "1",
            "IssuingOrReceivingPlant": "GS00",
            "IssuingOrReceivingStorageLoc": "GS02",
            "IssuingOrReceivingStockType": "03"
        }
    ]
}
How should I adjust the field values?
Wenny_0-1725525120108.png

 

Accepted Solutions (1)

Accepted Solutions (1)

MariusSiegel
Product and Topic Expert
Product and Topic Expert

Hello again @Wenny,

you should make use of the correct movement type in order to move stock from unrestricted use stock to blocked stock.

The movement type 321 you used is for transferring quality stock to unrestricted use stock. In your case you need to use movement type 344.

best regards,

Marius

Wenny
Explorer
0 Kudos

Thank you Marius again!

So, I cannot directly specify which stock type to transfer from and to another stock type? Where can I find the complete list of Goods Movement Types and their corresponding use cases?

MariusSiegel
Product and Topic Expert
Product and Topic Expert
No, the movement type is mandatory. A complete list of movement types you can find in SSCUI 103898. There is also a blog in the community in regards to movement types (https://community.sap.com/t5/technology-blogs-by-members/sap-good-movement-types-list-of-sap-movemen...).

Answers (1)

Answers (1)

ocharles
Explorer
0 Kudos

Please use Mvt 343 to move from blocked to unrestricted.

Mvt 321 can only be applied when deciding on inspection lot.

Regards.