<?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: report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155632#M750540</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;we can validate the selection screen fields by using the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using this we can validate the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can assign the values to this event as low, high values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points, if it is useful to u,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 12:00:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-24T12:00:47Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155630#M750538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how we can validate the selection creteria of a report? an how we can display initial values in a selection screen?plz tell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 11:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155630#M750538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T11:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155631#M750539</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;for validating the data in selection screen, u need to compare it with the master table values for the particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and display the initial values u can use DEFAULT option with select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 11:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155631#M750539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T11:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155632#M750540</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;we can validate the selection screen fields by using the event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using this we can validate the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can assign the values to this event as low, high values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points, if it is useful to u,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 12:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155632#M750540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155633#M750541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shrinath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any field of a database table has a check table field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to compare ur selection screen input with this check table field. this can be done using , AT SELECTION SCREEN event.&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;  PERFORM field_validation USING s_bukrs-low&lt;/P&gt;&lt;P&gt;                                 s_monat-low&lt;/P&gt;&lt;P&gt;                                 s_monat-high&lt;/P&gt;&lt;P&gt;                                 p_gjahr.&lt;/P&gt;&lt;P&gt;_________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM field_validation USING p_s_bukrs_low  TYPE any&lt;/P&gt;&lt;P&gt;                                           p_s_monat_low  TYPE any&lt;/P&gt;&lt;P&gt;                                           p_s_monat_high TYPE any&lt;/P&gt;&lt;P&gt;                                           p_p_gjahr           TYPE any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  v_year = sy-datum+0(4). " Fetching Year from SY-Datum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT s_bukrs IS INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE bukrs&lt;/P&gt;&lt;P&gt;    FROM t001 INTO v_bukrs&lt;/P&gt;&lt;P&gt;    WHERE bukrs EQ p_s_bukrs_low.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE e002(/scl/tin_rtr).&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF p_s_monat_low &amp;gt; c_12 OR p_s_monat_high &amp;gt; c_12.&lt;/P&gt;&lt;P&gt;    MESSAGE e019(/scl/tin_rtr).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF p_p_gjahr &amp;gt; v_year.&lt;/P&gt;&lt;P&gt;    MESSAGE e018(/scl/tin_rtr).&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF NOT s_hkont IS INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE saknr&lt;/P&gt;&lt;P&gt;       FROM skb1 INTO v_hkont&lt;/P&gt;&lt;P&gt;       WHERE saknr EQ s_hkont-low.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE e020(/scl/tin_rtr).&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.    &lt;/P&gt;&lt;P&gt;________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help u and reward the points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Romanch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 04:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/3155633#M750541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T04:46:30Z</dc:date>
    </item>
  </channel>
</rss>

