<?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: Validating the Program Run Date on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294132#M1390177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st thing: date questions are not very welcomed as per the forum rules. please search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd thing: date comes with its own validations.. like format and all.. there is no check table.. it validates itself..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you definitely want to put any check for a date field.. then in the at selection-screen output verify the date with some table which you want...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 17:51:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-28T17:51:05Z</dc:date>
    <item>
      <title>Validating the Program Run Date on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294128#M1390173</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;REGUH-LAUFD field has to be validate on selection screen parameter, for this filed no check table available in REGUH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally date should be validate through any table as per my concern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please anyone tell me that which table i have to go for validate the above field.&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;sud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 14:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294128#M1390173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T14:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Validating the Program Run Date on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294129#M1390174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi ,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; REGUH-LAUFD field has to be validate on selection screen parameter, for this filed no check table available in REGUH.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Finally date should be validate through any table as per my concern.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Could please anyone tell me that which table i have to go for validate the above field.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; sud&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGUH-LAUFD is the date that the payment run has created. There is no such foreign key check for this date. If you want, you create your own table and do your checks but not advisable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your requirement anyway?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 14:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294129#M1390174</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-10-28T14:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Validating the Program Run Date on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294130#M1390175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe table REGUV can serve as check table, in conjunction with the payment run ID. Should be easy to code a check yourself.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 14:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294130#M1390175</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-10-28T14:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Validating the Program Run Date on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294131#M1390176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: so_date for syst-datum. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;if not so_date[] is initial.&lt;/P&gt;&lt;P&gt;  select * from reguh into table ireguh where laufd in so_date.&lt;/P&gt;&lt;P&gt;  if lines( ireguh ) eq 0.&lt;/P&gt;&lt;P&gt;    message e016(gr) with&lt;/P&gt;&lt;P&gt;     'Payment Date or date range not found.'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;message e016(gr) with&lt;/P&gt;&lt;P&gt; 'Payment Run date entry is required.'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 16:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294131#M1390176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Validating the Program Run Date on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294132#M1390177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1st thing: date questions are not very welcomed as per the forum rules. please search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd thing: date comes with its own validations.. like format and all.. there is no check table.. it validates itself..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you definitely want to put any check for a date field.. then in the at selection-screen output verify the date with some table which you want...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 17:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validating-the-program-run-date-on-selection-screen/m-p/6294132#M1390177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-28T17:51:05Z</dc:date>
    </item>
  </channel>
</rss>

