<?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: ALV  display_protocol in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298226#M1990020</link>
    <description>&lt;P&gt;thanx for your suggestion, i'm actually using class i will see how to manage it.&lt;/P&gt;&lt;P&gt;Thanx again.&lt;/P&gt;</description>
    <pubDate>Sun, 13 Dec 2020 16:55:35 GMT</pubDate>
    <dc:creator>crepmaster</dc:creator>
    <dc:date>2020-12-13T16:55:35Z</dc:date>
    <item>
      <title>ALV  display_protocol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298222#M1990016</link>
      <description>&lt;P&gt;Hello expert, &lt;/P&gt;
  &lt;P&gt;is it possible to avoid leaving an alv while tcontaining errors?&lt;/P&gt;
  &lt;P&gt;i have a dynpro with different tab. the first tab has an editable alv. &lt;/P&gt;
  &lt;P&gt;i check the value with handle_data_changed and display_protocol and it's ok, but i wish i could avoid to change tab until the display protocol is empty and alv does not contain error.&lt;/P&gt;
  &lt;P&gt;I call &amp;lt;grid&amp;gt;-&amp;gt;check_changed_data in my subscreen PAI , but i'm unable to display the protocol or avoid changing tab.&lt;/P&gt;
  &lt;P&gt;Is there a way to do achieve this please?&lt;/P&gt;
  &lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 18:10:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298222#M1990016</guid>
      <dc:creator>crepmaster</dc:creator>
      <dc:date>2020-12-12T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV  display_protocol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298223#M1990017</link>
      <description>&lt;P&gt;So, you have a screen with a tab strip, and one of the tabs contain an ALV. It's not the responsibility of the ALV to prevent going into another tab, but the responsibility is distributed at these 2 levels:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the main program must prevent going into another tab whether the current tab still contains errors&lt;/LI&gt;&lt;LI&gt;each tab must transmit the errors to external requester (or at least the information "is it error free or not")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For the question "display_protocol it's ok ... i'm unable to display the protocol", it's difficult to understand why you can display it in one case and why you cannot display it in another case.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 06:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298223#M1990017</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-12-13T06:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV  display_protocol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298224#M1990018</link>
      <description>&lt;P&gt;hi Sandra, thank you for your reply.&lt;/P&gt;&lt;P&gt;the two points you are mentioning are exactly why i'm trying to accomplish. &lt;/P&gt;&lt;P&gt; i thought falsely that by putting a display protocol in the PAI I would have prevent from leaving         the subscreen to enter the PBO of the successive tab (in debug i can see that method display protocol is triggered but no popup appears ).&lt;/P&gt;&lt;P&gt;How can i transmit the errors to external requester? thank you for your help and advice.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 12:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298224#M1990018</guid>
      <dc:creator>crepmaster</dc:creator>
      <dc:date>2020-12-13T12:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: ALV  display_protocol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298225#M1990019</link>
      <description>&lt;P&gt;As usually with dynpro/module pool programming: via global variables. Of course, the better way is to organize your program via classes and interfaces, and "transmit the errors to external requester" will then make more sense.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 16:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298225#M1990019</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-12-13T16:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV  display_protocol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298226#M1990020</link>
      <description>&lt;P&gt;thanx for your suggestion, i'm actually using class i will see how to manage it.&lt;/P&gt;&lt;P&gt;Thanx again.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 16:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-protocol/m-p/12298226#M1990020</guid>
      <dc:creator>crepmaster</dc:creator>
      <dc:date>2020-12-13T16:55:35Z</dc:date>
    </item>
  </channel>
</rss>

