<?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: re: selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829663#M920938</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;loop at itab where customerno in s_ship_to_party.&lt;/P&gt;&lt;P&gt;s_screen-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_screen-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_screen-low = itab-customerno.&lt;/P&gt;&lt;P&gt;append s_screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2008 06:33:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-20T06:33:54Z</dc:date>
    <item>
      <title>re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829661#M920936</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;I have a issue like , I have an internal table , In the internal table i have a cusmer no ,&lt;/P&gt;&lt;P&gt;I have to see weather this custmer no exists in the s_shipto_party(selection-screen.. this is ship to party selection screen internal table  ) , &lt;/P&gt;&lt;P&gt;i.e &lt;/P&gt;&lt;P&gt;I have to check weather In the 1st internal table, the custmer no is existing in the selection screen internal table (s_shipto_party) , if it is not there , I have to insert the cusmer nos which are getting from 1st internal into the selection screen internal table , please help me i will give u full points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829661#M920936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829662#M920937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at internal table having customer no.&lt;/P&gt;&lt;P&gt;  read selection screen itab with key cutomerno  = internal table customer no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; append selection screen itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829662#M920937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829663#M920938</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;loop at itab where customerno in s_ship_to_party.&lt;/P&gt;&lt;P&gt;s_screen-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_screen-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_screen-low = itab-customerno.&lt;/P&gt;&lt;P&gt;append s_screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829663#M920938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829664#M920939</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 all, &lt;/P&gt;&lt;P&gt;&amp;gt; I have a issue like , I have an internal table , In the internal table i have a cusmer no ,&lt;/P&gt;&lt;P&gt;&amp;gt; I have to see weather this custmer no exists in the s_shipto_party(selection-screen.. this is ship to party selection screen internal table  ) , &lt;/P&gt;&lt;P&gt;&amp;gt; i.e &lt;/P&gt;&lt;P&gt;&amp;gt; I have to check weather In the 1st internal table, the custmer no is existing in the selection screen internal table (s_shipto_party) , if it is not there , I have to insert the cusmer nos which are getting from 1st internal into the selection screen internal table , please help me i will give u full points.&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; Sasi&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if this code works for you&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT itab WHERE cust NOT IN s_shipto_party.
  s_shipto_party-low = itab-cust.
  APPEND s_shipto_party.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829664#M920939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829665#M920940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     Is Ship_to_party is written in the Selection Screen Using &lt;/P&gt;&lt;P&gt;     Select-options ? If so then Below is the process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Loop At Int Table 1.&lt;/P&gt;&lt;P&gt;      then Read the Selection Screen Internal Table.&lt;/P&gt;&lt;P&gt;      Read table ship_to_party where ship_to_party-low = &lt;/P&gt;&lt;P&gt;       int_tabl1-customer.&lt;/P&gt;&lt;P&gt;      if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;       ship_to_party-low = int_tabl1-customer.&lt;/P&gt;&lt;P&gt;       append ship_to_party&lt;/P&gt;&lt;P&gt;      endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This Helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jitendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829665#M920940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829666#M920941</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;Use the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab WHERE not custno IN s_shipto_party.&lt;/P&gt;&lt;P&gt;  s_shipto_party-low = itab-custno.&lt;/P&gt;&lt;P&gt;  APPEND s_shipto_party.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829666#M920941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: re: selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829667#M920942</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;Try this way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab - suppose ur internal table with cust no.&lt;/P&gt;&lt;P&gt;s_itab - select option internal table.&lt;/P&gt;&lt;P&gt;wa_s_itab -work area of type s_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;read s_itab with key custno = itab-custno. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;move itab-custno to wa_s_itab-custno.&lt;/P&gt;&lt;P&gt;append wa_s_itab to s_itab.&lt;/P&gt;&lt;P&gt;clear wa_s_itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 06:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-selection-screen/m-p/3829667#M920942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-20T06:53:33Z</dc:date>
    </item>
  </channel>
</rss>

