<?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: Field Exit for Z Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169760#M754259</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;Just as I said if the input/ouput field is on a selection-screen the field-exit doesn't work, if it's on a screen you should check if the machine parameters are correctly setted: trx RZ10: abap/fieldexit has to have the value YES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 18:20:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T18:20:48Z</dc:date>
    <item>
      <title>Field Exit for Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169757#M754256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z program with a MARA-EAN11 data element field which is necessary to read MARA table and return its material code (MATNR) in a text field after ENTER key pressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was created also a Field Exit called FIELD_EXIT_EAN11 and it is working fine in test mode (SE37), but when I try to trigger by ENTER key in my Z program, it is not being executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 17:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169757#M754256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T17:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit for Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169758#M754257</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;Where do you want to trigger the field-exit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't believe the field-exit works fine in the selection-screen of a report and it doesn't seem to make sense to trigger a field-exit in Z-program, why do you write the exit code directly in the program?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 17:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169758#M754257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T17:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit for Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169759#M754258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This programs already exits and now it is being implemented Bar Code functionality. The program will read the bar code and then call a routine to fill some fields automatically, as example: Material Code, Materia description, EAN and so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is create a new screen (CALL Screen FM) to put those data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's the reason to use Field Exit after EAN field/ENTER Key actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Michel Khouri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 17:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169759#M754258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T17:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit for Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169760#M754259</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;Just as I said if the input/ouput field is on a selection-screen the field-exit doesn't work, if it's on a screen you should check if the machine parameters are correctly setted: trx RZ10: abap/fieldexit has to have the value YES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 18:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169760#M754259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T18:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Field Exit for Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169761#M754260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check that whether it is activated and assigned the correct screen details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 18:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exit-for-z-program/m-p/3169761#M754260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T18:54:53Z</dc:date>
    </item>
  </channel>
</rss>

