cancel
Showing results for 
Search instead for 
Did you mean: 

MB1B Transfer posting more than reservation created in CJ20N

Former Member
0 Kudos

Dear Gurus,

i am facing problem while doing transfer posting from unrestricted stock to Project stock..

Scenario is as follows.

1) We create material reservaion in CJ20N.(Reservation for WBS).--20 Qty

2)In MMBE for the same material stock showing 100 Qty.

3)Now when i am doing MB1B 412 Q Movement for transfer of material from unrestricted stock to project stock system allows to transfer same material qty more than 20.

Please advice .

is ther is any other steps to follow so that system will not allow to transfer more than reservation made in cj20n.

regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Above said is correct.

You are moving normal stock to project stock only.

Here you want to make a check that only that quantity should move that is required by reservartion.

In standard SAP there is no such provision.

By ABAP you may achieve this.

But maintaining user discipline for same is more preferable.

Regards,

Pranav

Former Member
0 Kudos

I think there is no way with standard SAP, you can restrict to move more materials to project stock than that of reserved quantity. This control is even not possible if you are trying to consume more materials(281-Q or 221-Q).

  However if you transfer excess quantity, system will keep showing exception message 'excess quantity'.

You can try implement BADI 'MB_TRANSFER', if you can put some check so that user cannot proceed with exceed reservation quantity.

Regards,

Mahendra