cancel
Showing results for 
Search instead for 
Did you mean: 

Defualt block storage location after UD

Former Member
0 Kudos

Hi Sap fans,

    The default storage location in UD stock posting sub screen is the storage location in which GR is made. In our case, we are posting accepted qty in one storage location (1112) and rejected qty in another storage location (1188) ( Unrestricted and blocked respectively ). In case of accepted qty, the storage location is same as GR but in case of rejected qty, the storage location is different from GR.

     Users wants default storage location (1188) while posting the rejected qty.

     Is there a way to make this another storage location (1188) as default only in case of posting to blocked stock ? Or to keep it totally blank and they have to enter it ....this will at least make them think and post it correctly to rejection storage location.

   Any help will be appreciated.

Regards,

vimlendu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try  function module exit  EXIT_SAPMQEVA_001

With infulence of data element QVMENGE04 change LGORT dynamically.( or replcae existing one with logic)

But for this you have to maintain some value in storage location for block stock in customization.

Former Member
0 Kudos

Dear Sujit,

Can you please tell me where to define in customization? Please tell me the path in SPRO.

Thanks

Vimlendu

Former Member
0 Kudos

My apologies, for scrap you don't have to enter storage location in customization.Its always GR storage location.

Former Member
0 Kudos

Dear Sujit,

Kindly reply to my above post.(

Thanks

Vimlendu

former_member42743
Active Contributor
0 Kudos

Any of your ABAP'ers should be able to activate the user exits.  It must be done by an ABAP'er.

FF

former_member42743
Active Contributor
0 Kudos

Nothing standard in SAP.  You can't do this by configuration.

You can only address this by using a user exit.

  QEVA0001 Enhancement: Quantity posting for usage decision           
  QEVA0002 Calculation of share of scrap in inspection lot            
  QEVA0003 Calculate "Next inspection date" for batch                 
  QEVA0004 Exit for changing information line in usage decision header
  QEVA0005 User subscreen for displaying add. data for usage decision 
  QEVA0006 Entry to usage decision transactions                       
  QEVA0007 UD: Control of compulsory comment or long text presetting  
  QEVA0008 Usage decision: Customer function key (e.g. to cancel UD)  
  QEVA0009 UD: Predefinition of quantity to be posted to sample stock 
QEVA0010 UD: Usage decision check                                   

I think I would try QEVA001 first.

QEVA006 or QEVA009 might be work too.

FF