<?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 validation? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2645957#M609464</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;&lt;/P&gt;&lt;P&gt;I need to validate werks on standard t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:s_werks like t001w-werks.&lt;/P&gt;&lt;P&gt;select single werks into s_werks from t001w&lt;/P&gt;&lt;P&gt;   where spart eq '10'.&lt;/P&gt;&lt;P&gt;if s_werks = space.&lt;/P&gt;&lt;P&gt;messsage i001(zi0).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;here how this S_WERKS map to the screen field t001w-werks.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vkr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 08:27:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-20T08:27:12Z</dc:date>
    <item>
      <title>validation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2645957#M609464</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;&lt;/P&gt;&lt;P&gt;I need to validate werks on standard t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:s_werks like t001w-werks.&lt;/P&gt;&lt;P&gt;select single werks into s_werks from t001w&lt;/P&gt;&lt;P&gt;   where spart eq '10'.&lt;/P&gt;&lt;P&gt;if s_werks = space.&lt;/P&gt;&lt;P&gt;messsage i001(zi0).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;here how this S_WERKS map to the screen field t001w-werks.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vkr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2645957#M609464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T08:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: validation?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2645958#M609465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi VKR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    see the code below&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;//Selection screen&amp;lt;/b&amp;gt;selection-screen : begin of block blk1 with frame title text-001.&lt;/P&gt;&lt;P&gt;select-options : s_werks for t001w-werks.&lt;/P&gt;&lt;P&gt;selection-screen : end of block blk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;//validation&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single werks into s_werks from t001w where spart eq '10'.&lt;/P&gt;&lt;P&gt;if s_werks = space.&lt;/P&gt;&lt;P&gt;messsage i001(zi0).&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;here the select-option(range of values can be selected) s_werks is already declared to the field t001w-werks...so now they both are mapped....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful please.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;asha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 08:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation/m-p/2645958#M609465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T08:35:13Z</dc:date>
    </item>
  </channel>
</rss>

