cancel
Showing results for 
Search instead for 
Did you mean: 

Goods Receipt - 101 Mvt Type

Former Member
0 Kudos

Hi All,

We are facing a strange issue.

While doing GR against PO i.e 101 Mvt Type, at item details level in 'where' tab even if we are mentioning 123 Mvt Type the system does not throw any error and the document gets posted with 123 Mvt Type even if it is GR(101 Mvt Type) at header level.

We want that if it is 101 Mvt Type at header level then the system should not allow to post through 123 Mvt Type.

Pls help.

Thanks in advance.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_sundararaman2
Active Participant
0 Kudos

Hi,

I think it is more of a user discpline issue. Otherwise, why would the stores person change the movement type to 103 when he is actually doing a GR for a PO (and system is defaulting 101 mov.type)

The best way out is to train the user on the right process and make him understand the implication of wrong entries.

Regards

Prabhu

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank u all..

Former Member
0 Kudos

Hi,

To validate the same you can check the following enhancement spot:

Enhancement Spot - MB_GOODSMOVEMENT

BADI Definition - MB_BAPI_GOODSMVT_CREATE

In this you can implement a program as per the requirement so that before posting the material document the intermediate program will check.

Thanks & Regards,

Bijay Pradhan

ajitkumar
Active Contributor
0 Kudos

if it is very critical for you, may be you can make the movement at item level a display field from txn OMJX > field BWART

JL23
Active Contributor
0 Kudos

the movement type at header level is just meant as proposal for all items. the movement that rocks is only at the item level.

If you think you want restrict a movement based on that, then you have to program this yourself in a user exit.