cancel
Showing results for 
Search instead for 
Did you mean: 

Material master extension during GR

Former Member
0 Kudos

Hi All

I have a query.

When I do a GR, I need to have restriction that the material has to be extended to the concerned storage location where GR is being taken.

At plant level, the automatic storage location extension tick during GR is there, but I want this check only for a particular material type no GR is allowed till storage location is extended in MMSC. Is it possible?

Regards

Iyer Kartik

Accepted Solutions (1)

Accepted Solutions (1)

sudeep_a
Active Contributor
0 Kudos

Hi,

Its not possible with standard as far as I know. if you want to do this material type specific, you can go for Exit or BAdI. you may go for MB_MIGO_BADI and write the logic. If the material type is XXXX call function BAPI_MATERIAL_SAVEDATA and extend th SLoc something like that.

Regards,

Sudeep.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Thank you all.

Will work with BADI only now.

I was checking for a config first.

Thanks and Regards

Kartik

former_member183424
Active Contributor
0 Kudos

There are no standard configuration for this...

You have to go for badi or user exit.

As you can see all are suggested the badi, you can go with the badi...

Consult with your abap team, they will help you to achieve this..

Former Member
0 Kudos

I don't think you can have a control based on material type, rather you can based on movements types.

If you assign a new movement types in OMJJ.

Prasoon
Active Contributor
0 Kudos

Hi,

   As of my knowledge, its not possible in standard. If you want to control the functionality based on material type, go for development using BAdI: MB_MIGO_BADI


Regards,

AKPT

vijay2006ece
Contributor
0 Kudos

Hi Kartik,

In standard process, system will not allow to make GR, If the material not extended to that particular storage location which is entered in GR.

'Automatic Storage location' concept is for 1st time GR of a material.