<?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: regarding some basic question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930932#M690633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use LAYOUT button&lt;/P&gt;&lt;P&gt;2. Validation in Start of Selection : If we raise an error message after a validation fails, then user is redirected to selection screen of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2007 06:12:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-23T06:12:37Z</dc:date>
    <item>
      <title>regarding some basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930929#M690630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help me to sort out the answer of the following question ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)what is the button to change the variant in alv? &lt;/P&gt;&lt;P&gt;2)in start of selection if we perform validation ,what happens?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 06:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930929#M690630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T06:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding some basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930930#M690631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;in ALV output on the menu towards the last you will find a button related to ALV CHANGE LAYOUT such that you will display the fields as per your order of sequence&lt;/P&gt;&lt;P&gt;This is user specific&lt;/P&gt;&lt;P&gt;Nothing will happen if you validate the fields in Start of selection&lt;/P&gt;&lt;P&gt;But it is good practice to validate the selection screen fields in the event AT selection screen itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 06:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930930#M690631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T06:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: regarding some basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930931#M690632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) use:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; x_save = 'X'.
  gs_variant-report     = sy-repid.

  CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
       EXPORTING
            I_STRUCTURE_NAME = c_tabname
            IS_VARIANT       = gs_variant
            IS_layout        = lay
            I_SAVE           = x_save
       TABLES
            T_OUTTAB         = gridtab
       EXCEPTIONS
            OTHERS           = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) better mak validations on input-fields at event:&lt;/P&gt;&lt;P&gt;at selection-screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 06:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930931#M690632</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-10-23T06:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: regarding some basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930932#M690633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use LAYOUT button&lt;/P&gt;&lt;P&gt;2. Validation in Start of Selection : If we raise an error message after a validation fails, then user is redirected to selection screen of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 06:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930932#M690633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T06:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: regarding some basic question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930933#M690634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solutions :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Using ALV layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If user enter wrong values at selection screen.&lt;/P&gt;&lt;P&gt;    It would not restricted to selection screen. Compiler would go into start of selection and it would not stop processing.&lt;/P&gt;&lt;P&gt;thaty validation are always done at &amp;lt;b&amp;gt;at selection screen event.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pointsif helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 06:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-some-basic-question/m-p/2930933#M690634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T06:20:05Z</dc:date>
    </item>
  </channel>
</rss>

