<?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 When is the code contained in a Field Exit executed? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-is-the-code-contained-in-a-field-exit-executed/m-p/12686189#M2017296</link>
    <description>&lt;P&gt;Hello community!&lt;/P&gt;
  &lt;P&gt;The code contained in a field exit is executed when the dynpro containing the field of field exit is loaded or when performing an action on the field of a field exit?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 20:57:12 GMT</pubDate>
    <dc:creator>former_member837795</dc:creator>
    <dc:date>2023-01-12T20:57:12Z</dc:date>
    <item>
      <title>When is the code contained in a Field Exit executed?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-is-the-code-contained-in-a-field-exit-executed/m-p/12686189#M2017296</link>
      <description>&lt;P&gt;Hello community!&lt;/P&gt;
  &lt;P&gt;The code contained in a field exit is executed when the dynpro containing the field of field exit is loaded or when performing an action on the field of a field exit?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 20:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-is-the-code-contained-in-a-field-exit-executed/m-p/12686189#M2017296</guid>
      <dc:creator>former_member837795</dc:creator>
      <dc:date>2023-01-12T20:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: When is the code contained in a Field Exit executed?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-is-the-code-contained-in-a-field-exit-executed/m-p/12686190#M2017297</link>
      <description>&lt;P&gt;Thank you for visiting SAP Community to get answers to your questions.&lt;/P&gt;&lt;P&gt;As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement &amp;amp; additional resources to your reference that can really benefit you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Profile &lt;A href="https://developers.sap.com/tutorials/community-profile.html"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Tips for Questions: &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Consider to take our Q&amp;amp;A tutorial at: &lt;A href="https://developers.sap.com/tutorials/community-qa.html" target="_blank"&gt;https://developers.sap.com/tutorials/community-qa.html&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I hope you find this advice useful, and we're happy to have you as part of SAP Community!&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 20:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-is-the-code-contained-in-a-field-exit-executed/m-p/12686190#M2017297</guid>
      <dc:creator>AlexGourdet</dc:creator>
      <dc:date>2023-01-12T20:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: When is the code contained in a Field Exit executed?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-is-the-code-contained-in-a-field-exit-executed/m-p/12686191#M2017298</link>
      <description>&lt;P&gt;The question is a little surprising as it seems like an exam question (is it 1 or 2) instead of an open question.&lt;/P&gt;&lt;P&gt;If you're talking about the deprecated feature of Field Exits (deactivated by default for a long time, can work only under certain circumstances that you don't specify), to answer directly, it doesn't trigger &lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;NEITHER "when the dynpro containing the field of field exit is loaded"&lt;/LI&gt;&lt;LI&gt;NOR "when performing an action on the field of a field exit"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It's not triggered when the "dynpro is loaded"&lt;/P&gt;&lt;P&gt;It's not triggered when there's a specific action is done on the field.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It's triggered in the PAI (after input) even if there's no action on the field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(provided that all conditions are met to have this field exit active of course)&lt;/P&gt;&lt;P&gt;EDIT: &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenfield_exit_glosry.htm"&gt;ABAP Keyword Documentation&lt;/A&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;field exit&lt;/LI&gt;&lt;LI&gt;Obsolete customer exit that can be linked with DDIC data elements in the ABAP Dictionary in customer systems. If a dynpro field is defined with reference to such a data element, a function module named FIELD_EXIT_dtel is called during the data transport from the dynpro to the ABAP program at the event PAI. Here, dtel is the name of the data element. The value of the dynpro field can be modified in the function module. The function module of a field exit cannot be debugged at present.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 13 Jan 2023 06:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-is-the-code-contained-in-a-field-exit-executed/m-p/12686191#M2017298</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-01-13T06:43:12Z</dc:date>
    </item>
  </channel>
</rss>

