Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict Specific Storage Location when posting goods

Former Member
0 Kudos

Hi,

I'm ABAP Developer.How to restrict specific user posting goods with specific storage location.Please give valuable suggestion on this topic.

<< Urgency Removed >>

Thanks & Best Regards,

Balakrushna Gajula.

Message was edited by: Kesavadas Thekkillath

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Did you check following BAdI

  • MB_MIGO_BADI (method CHECK_ITEM) and MB_MIGO_ITEM_BADI (ITEM_MODIFY can change the storage location and return error message)
  • MB_CHECK_LINE_BADI (method CHECK_LINE)

And Customer exits

  • Enhancement MBCF0002 exit EXIT_SAPMM07M_001 (it is not the purpose of this exit, but it is executed in PAI, so...)

Regards,

Raymond

PS: MB_DOCUMENT_BADI: must no be used for check (look for OSS notes)