<?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 Re: ABAP dialog programming call execute automatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781738#M1878973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok all. thank you for your help. Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fenny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Dec 2014 06:55:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-21T06:55:04Z</dc:date>
    <item>
      <title>ABAP dialog programming call execute automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781735#M1878970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a newbie in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to make a report position material using scan barcode. So when user scan the barcode on input field, then the system will execute automatically and display the position of its material. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have any idea how to call event execute automatically after user scanned the barcode / input the barcode number ? &lt;/P&gt;&lt;P&gt;Can you help me how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;fenny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 13:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781735#M1878970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T13:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dialog programming call execute automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781736#M1878971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fenny,&lt;/P&gt;&lt;P&gt;Generally, the scanner will automatically add a 'Enter' after scanned barcode. It`s same you click 'Enter' from keyboard.&lt;/P&gt;&lt;P&gt;So just in your program response the 'Enter' in user_command form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 14:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781736#M1878971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-15T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dialog programming call execute automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781737#M1878972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fenny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this Function Module , where you can set the Function Code(Sy-ucomm) , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FUNCTIONCODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '=ENT'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FUNCTION_NOT_SUPPORTED&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vijay SR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 07:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781737#M1878972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-16T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP dialog programming call execute automatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781738#M1878973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok all. thank you for your help. Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fenny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Dec 2014 06:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dialog-programming-call-execute-automatically/m-p/10781738#M1878973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-21T06:55:04Z</dc:date>
    </item>
  </channel>
</rss>

