<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Function Module For Blocking Quants/Bins in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-blocking-quants-bins/m-p/8638949#M1665541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has used this module with success can you please explain what needs to be exported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sifter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 01:24:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-27T01:24:23Z</dc:date>
    <item>
      <title>Function Module For Blocking Quants/Bins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-blocking-quants-bins/m-p/8638949#M1665541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has used this module with success can you please explain what needs to be exported. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on this would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sifter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 01:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-blocking-quants-bins/m-p/8638949#M1665541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-27T01:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module For Blocking Quants/Bins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-blocking-quants-bins/m-p/8638950#M1665542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sifter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Mar 2012 23:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-blocking-quants-bins/m-p/8638950#M1665542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-10T23:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module For Blocking Quants/Bins</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-blocking-quants-bins/m-p/8638951#M1665543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-blocking-quants-bins/m-p/8638951#M1665543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-02T13:59:16Z</dc:date>
    </item>
  </channel>
</rss>

