<?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 ALV selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/2273920#M494236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Iam new to A.L.V and have few queries.please tell me the coding for the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process the following validations for selection screen fields and display the appropriate error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	Validate  the Date From (SAP Transaction Date ) against VEKP &amp;#150;Created-On Date .&lt;/P&gt;&lt;P&gt;2.	Validate  the Date From (SAP Transaction Date ) against VEKP &amp;#150;Created-On Date .&lt;/P&gt;&lt;P&gt;3.	Validate the Plant From (Transaction Source Location ) against VEKP &amp;#150; Shipping Point.&lt;/P&gt;&lt;P&gt;4.	Validate the Plant To (Transaction Destination Location ) against VEKP &amp;#150; Shipping Point.&lt;/P&gt;&lt;P&gt;5.	Validate the Pallet ID against VEKP &amp;#150; Handling Unit.&lt;/P&gt;&lt;P&gt;6.	 If Date From field is blank, display an appropriate error message.&lt;/P&gt;&lt;P&gt;7.	If Plant From field is blank, display an appropriate error message.&lt;/P&gt;&lt;P&gt;Kindly send me the coding for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 09:15:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T09:15:19Z</dc:date>
    <item>
      <title>ALV selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/2273920#M494236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Iam new to A.L.V and have few queries.please tell me the coding for the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process the following validations for selection screen fields and display the appropriate error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	Validate  the Date From (SAP Transaction Date ) against VEKP &amp;#150;Created-On Date .&lt;/P&gt;&lt;P&gt;2.	Validate  the Date From (SAP Transaction Date ) against VEKP &amp;#150;Created-On Date .&lt;/P&gt;&lt;P&gt;3.	Validate the Plant From (Transaction Source Location ) against VEKP &amp;#150; Shipping Point.&lt;/P&gt;&lt;P&gt;4.	Validate the Plant To (Transaction Destination Location ) against VEKP &amp;#150; Shipping Point.&lt;/P&gt;&lt;P&gt;5.	Validate the Pallet ID against VEKP &amp;#150; Handling Unit.&lt;/P&gt;&lt;P&gt;6.	 If Date From field is blank, display an appropriate error message.&lt;/P&gt;&lt;P&gt;7.	If Plant From field is blank, display an appropriate error message.&lt;/P&gt;&lt;P&gt;Kindly send me the coding for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 09:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/2273920#M494236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: ALV selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/2273921#M494237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srilakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date: l_plant type werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single werks from &amp;lt;dbtable&amp;gt; into l_plant where werks = p_plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;message e001(message class).&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is for one field,like this u can write all your fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 09:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/2273921#M494237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/2273922#M494238</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;the code is  :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*For VEKP-Created-on-date :&lt;/P&gt;&lt;P&gt; AT SELECTION-SCREEN ON s_erdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT s_erdat[] IS INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT erdat FROM VEKP    INTO VEKP-ERDAT&lt;/P&gt;&lt;P&gt;                  WHERE ERDAT IN s_erdat.&lt;/P&gt;&lt;P&gt;    ENDSELECT.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      MESSAGE 'Enter a valid created date' Type E.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;Else ( for question 6&amp;amp; 7)&lt;/P&gt;&lt;P&gt;MESSAGE 'Enter a date in the Date From field' Type E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from 1 to 2, the above was the code.. and from 3 to 5 - the else paart is not requried..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 10:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-selection-screen/m-p/2273922#M494238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T10:28:45Z</dc:date>
    </item>
  </channel>
</rss>

