<?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 Kanban set to empty - ABAP code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334333#M799050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What program/function module is fired off when a kanban is set to empty? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PK13N, if I click "kanban empty" a process is started that will eventually refill the kanban, but what is the ABAP program that handles this?&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;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 14:16:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T14:16:17Z</dc:date>
    <item>
      <title>Kanban set to empty - ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334333#M799050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What program/function module is fired off when a kanban is set to empty? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PK13N, if I click "kanban empty" a process is started that will eventually refill the kanban, but what is the ABAP program that handles this?&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;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 14:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334333#M799050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T14:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kanban set to empty - ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334334#M799051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I get some direction on this?  How can I view the code for the action that takes place when a kanban is scanned to empty?&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;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334334#M799051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T14:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Kanban set to empty - ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334335#M799052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before clicking the kanban emity, in the command box type /h and press enter then it will go to debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after clicking the button, it will go to the program which performing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334335#M799052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-25T14:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Kanban set to empty - ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334336#M799053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt.  This BAPI is used to set the status of the kanban, you can fill it or empty with this BAPI. I have used this BAPI at my former company, and it worked really well for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_KANBAN_CHANGESTATUS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:51:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kanban-set-to-empty-abap-code/m-p/3334336#M799053</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-01-25T14:51:40Z</dc:date>
    </item>
  </channel>
</rss>

