Application Development and Automation 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: 
Read only

Function Module For Blocking Quants/Bins

Former Member
0 Likes
2,983

Hi,

My Requirement is to block unblock quants and if this can not be achieved then block/unblock the bin for putaway and stock removal. I have searched for FMs and have only found LXDCC_BIN_BLOCK, but I have had no success with this. I have tried directly with test parameters in the function module but it does not seem to work at all and offers no importing parameters for results.

If anyone has used this module with success can you please explain what needs to be exported.

However, I would still need to unblock the quants. The best I have come up with is using submit or call transaction for RLLS0700, but I would like to avoid this.

Would it be advisable to insert the blocking indicator directly into LQUA (quant table)? I do not like to directly alter standard SAP tables, but if this is the only table that needs the updates, then I could do this.

Any advice on this would be greatly appreciated.

Thanks,

sifter

2 REPLIES 2
Read only

Former Member
0 Likes
1,379

Ran an SQL trance on quant blocking, LQUA is the only table updated with the blocking indicator field. I have implemented this in my program and it appears to be working just fine without incident after two weeks of use.

sifter

Read only

Former Member
0 Likes
1,379

I know the post is to old but for others who are seraching teh same try to use FM for blocking the bin L_LAGP_VERAENDERN. Unfortunetally it doesn't block the quants within the bin.

Radek