<?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: at selection-screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615378#M1087475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2008 11:01:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-22T11:01:58Z</dc:date>
    <item>
      <title>at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615366#M1087463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a field PO Document type(bwsart in EKKO)in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is against this field F4 help appears,but i  want that if user enter PO document type other than import ,it will flash error message.&lt;/P&gt;&lt;P&gt;I m getting this, but than not getting the  output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if i comment this piece of code, i m getting the required data.&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;IF doc_type IS not INITIAL .&lt;/P&gt;&lt;P&gt;if ( doc_type NS 'IMDY' )  and&lt;/P&gt;&lt;P&gt;   ( doc_type NS 'IMSC' )  and&lt;/P&gt;&lt;P&gt;  ( doc_type NS 'IMED' ) and&lt;/P&gt;&lt;P&gt;  ( doc_type NS 'IMSG' ) and&lt;/P&gt;&lt;P&gt;  ( doc_type NS 'IMGU' ) and&lt;/P&gt;&lt;P&gt;  ( doc_type NS 'IMPR' ) and&lt;/P&gt;&lt;P&gt;  ( doc_type NS 'IMSP' ) and&lt;/P&gt;&lt;P&gt;  ( doc_type NS 'IMSC' ) .&lt;/P&gt;&lt;P&gt; message e000(01) with 'Enter the Imported PO Document Type'.&lt;/P&gt;&lt;P&gt; endif.&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;plz tell why i m not getting data, on the successful execuion of the above cade&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615366#M1087463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615367#M1087464</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;Change code as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( doc_type NE 'IMDY' ) and&lt;/P&gt;&lt;P&gt;( doc_type NE 'IMSC' ) and&lt;/P&gt;&lt;P&gt;( doc_type NE 'IMED' ) and&lt;/P&gt;&lt;P&gt;( doc_type NE 'IMSG' ) and&lt;/P&gt;&lt;P&gt;( doc_type NE 'IMGU' ) and&lt;/P&gt;&lt;P&gt;( doc_type NE 'IMPR' ) and&lt;/P&gt;&lt;P&gt;( doc_type NE 'IMSP' ) and&lt;/P&gt;&lt;P&gt;( doc_type NE 'IMSC' ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615367#M1087464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615368#M1087465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you are using 'AND' , even if you  entered correct value also, it fails in the check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615368#M1087465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615369#M1087466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m getting the data in main_table but it is not displaying, but when i comment it is displaying 2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Priyanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615369#M1087466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615370#M1087467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you place you whole code here. Are you using events properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615370#M1087467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615371#M1087468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you placed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection. event&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 09:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615371#M1087468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615372#M1087469</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; Have you placed &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Start-of-selection. event&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this statement:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I m getting the data in main_table but it is not displaying,&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my guess you should look at some other reason as Start-of-selection event might not be an problem.aa data is already placed in main table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615372#M1087469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T10:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615373#M1087470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit, as she is telling that when she is commenting the above piece of code, she is getting output, may be she as not placed start-of-selection and all other piece of code is falling in at selection-screen (just a guess).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615373#M1087470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T10:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615374#M1087471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please Confirm in between IF(IF doc_type IS not INITIAL) and ENDIF is there any executable statements except:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if ( doc_type NS 'IMDY' ) and
( doc_type NS 'IMSC' ) and
( doc_type NS 'IMED' ) and
( doc_type NS 'IMSG' ) and
( doc_type NS 'IMGU' ) and
( doc_type NS 'IMPR' ) and
( doc_type NS 'IMSP' ) and
( doc_type NS 'IMSC' ) .
message e000(01) with 'Enter the Imported PO Document Type'.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; after conmmenting ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615374#M1087471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T10:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615375#M1087472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Can you place whole code here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615375#M1087472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T10:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615376#M1087473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U r right , i miss to place start-of-selection.&lt;/P&gt;&lt;P&gt;Now i m getting an o/p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615376#M1087473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615377#M1087474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 10:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615377#M1087474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615378#M1087475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 11:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615378#M1087475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T11:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: at selection-screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615379#M1087476</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; Please close the thread &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry Bro i don't have enough rights to close this thread &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2008 11:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen/m-p/4615379#M1087476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-22T11:22:49Z</dc:date>
    </item>
  </channel>
</rss>

