<?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 Selection Screen Data Validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-data-validation/m-p/4093320#M978802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;I have made a program with vendor and purchase order inputs. If I give the correct vendor and PO it works fine. I want to implement validation. For that I have an internal table with vendor and all the PO's raised on him. Now I have to validate 1. vendor, 2. PO and 3. if a PO not of that vendor is entered then to display a message. I tried some option but the error message comparing the vendor and PO doesn't work. Can anyone give an idea please. Tks &amp;amp; Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 11:27:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-03T11:27:02Z</dc:date>
    <item>
      <title>Selection Screen Data Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-data-validation/m-p/4093320#M978802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All.&lt;/P&gt;&lt;P&gt;I have made a program with vendor and purchase order inputs. If I give the correct vendor and PO it works fine. I want to implement validation. For that I have an internal table with vendor and all the PO's raised on him. Now I have to validate 1. vendor, 2. PO and 3. if a PO not of that vendor is entered then to display a message. I tried some option but the error message comparing the vendor and PO doesn't work. Can anyone give an idea please. Tks &amp;amp; Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-data-validation/m-p/4093320#M978802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Data Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-data-validation/m-p/4093321#M978803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the AT SELECTION-SCREEN ON..... statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-data-validation/m-p/4093321#M978803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Screen Data Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-data-validation/m-p/4093322#M978804</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;Validate Vendor in LFA1-LIFNR , PO in EKKO-EBELN&lt;/P&gt;&lt;P&gt;and combination as :&lt;/P&gt;&lt;P&gt;select EBELN LIFNR&lt;/P&gt;&lt;P&gt;from EKKO&lt;/P&gt;&lt;P&gt;into table itab&lt;/P&gt;&lt;P&gt;where EBELN = p_ebeln&lt;/P&gt;&lt;P&gt;and    LIFNR   = p_lifnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;      Message 'error message'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachchidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 11:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-data-validation/m-p/4093322#M978804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T11:36:05Z</dc:date>
    </item>
  </channel>
</rss>

