<?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: Validation check for report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551228#M2006869</link>
    <description>&lt;P&gt;If xref1 or xref2 or xref3 is initial.&lt;/P&gt;&lt;P&gt;Message 'Please check Reference fields entries' type 'W'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2022 18:45:31 GMT</pubDate>
    <dc:creator>shivakrishna1507</dc:creator>
    <dc:date>2022-02-25T18:45:31Z</dc:date>
    <item>
      <title>Validation check for report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551227#M2006868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I'm new to abap, can anybody tell me how to proceed with the below validation part in a report program, I need the warning message even if a single line fails validation ?&lt;/P&gt;
  &lt;P&gt;Can anyone suggest/help me with the syntax I need to use ?&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;Ayush&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2026525-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551227#M2006868</guid>
      <dc:creator>former_member792269</dc:creator>
      <dc:date>2022-02-25T16:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Validation check for report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551228#M2006869</link>
      <description>&lt;P&gt;If xref1 or xref2 or xref3 is initial.&lt;/P&gt;&lt;P&gt;Message 'Please check Reference fields entries' type 'W'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 18:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551228#M2006869</guid>
      <dc:creator>shivakrishna1507</dc:creator>
      <dc:date>2022-02-25T18:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Validation check for report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551229#M2006870</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;IF &amp;lt;fs&amp;gt;-bsart = 'XT' 
AND ( &amp;lt;fs&amp;gt;-xref1 is initial AND &amp;lt;fs&amp;gt;-xref2 is initial AND &amp;lt;fs&amp;gt;-xref3 is initial ). 
  MESSAGE 'Please check Reference fields entries.'(001) TYPE 'W'.
ENDIF.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Look also at &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapif.htm"&gt;Statement IF syntax&lt;/A&gt; and &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abenlogexp.htm"&gt;Logical Expressions (log_exp)&lt;/A&gt; in online help and review your ABAP course materials.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 14:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551229#M2006870</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-03-01T14:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Validation check for report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551230#M2006871</link>
      <description>&lt;UL&gt;&lt;LI&gt;Replace or with and, requirement is 'if all the fields are blank'&lt;/LI&gt;&lt;LI&gt;Add the 'is initial' for each field else syntxa error&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 04 Mar 2022 13:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-check-for-report-program/m-p/12551230#M2006871</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-03-04T13:32:50Z</dc:date>
    </item>
  </channel>
</rss>

