<?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 Display log after execution. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-log-after-execution/m-p/12469852#M2000869</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I have a ALV report with Repost button. Once I do the repost, I need to display the log message and not allow to repost again. How can I do this? Pls help&lt;/P&gt;</description>
    <pubDate>Fri, 10 Sep 2021 06:58:18 GMT</pubDate>
    <dc:creator>former_member765394</dc:creator>
    <dc:date>2021-09-10T06:58:18Z</dc:date>
    <item>
      <title>Display log after execution.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-log-after-execution/m-p/12469852#M2000869</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I have a ALV report with Repost button. Once I do the repost, I need to display the log message and not allow to repost again. How can I do this? Pls help&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 06:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-log-after-execution/m-p/12469852#M2000869</guid>
      <dc:creator>former_member765394</dc:creator>
      <dc:date>2021-09-10T06:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display log after execution.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-log-after-execution/m-p/12469853#M2000870</link>
      <description>&lt;P&gt;If your code processes part of the data, e.g. selected records &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;
Set a single flag 'processed' for those records in the ALV displayed table to be checked to prevent those records to be processed again. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;
If your code processes the whole internal table&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use a single variable for 'data processed' and deactivate the 'process' function code in the pbo logic when set.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;
To display a process log, you could either &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;add some message text/status icon column to displayed records after processing &lt;/LI&gt;&lt;LI&gt;Use standard SAP tools for application log to display log as SLG1 does. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;
Question: What did you already try, and where exactly are you stuck?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 08:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-log-after-execution/m-p/12469853#M2000870</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-09-10T08:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display log after execution.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-log-after-execution/m-p/12469854#M2000871</link>
      <description>&lt;P&gt;To display something, it doesn't depend on ALV, you can display anything easily. The shortest way to display a message is with the statement MESSAGE.&lt;/P&gt;&lt;P&gt;To deactivate a button, it depends what kind of button it is, if it's inside a screen, in the application toolbar or part of the ALV Grid Control (if you use it...)&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 16:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-log-after-execution/m-p/12469854#M2000871</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-09-10T16:35:26Z</dc:date>
    </item>
  </channel>
</rss>

