<?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 help req? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067051#M726801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the declaration of p_doc whether it is being declared by SELECT OPTION or PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_doc = IENB .    shows that the declaration is with select option . so &lt;/P&gt;&lt;P&gt;try p_doc-low = 'NB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or declare p_doc using PARAMETER command  and use p_doc = 'NB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2007 08:01:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-30T08:01:15Z</dc:date>
    <item>
      <title>At selection-screen help req?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067050#M726800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I had a filed p_doc as parameter.&lt;/P&gt;&lt;P&gt;I need that,if its blank,the itab shd be filled with all the doc type(except 'NB',coz for it WHERE conditionds are differnt means different select query),if its put with NB doc type,it shd only pick the data for it.I had made the perfors for both selct queries,but unable to handle this at AT Selection-Screen.&lt;/P&gt;&lt;P&gt;I am coding:&lt;/P&gt;&lt;P&gt; at selction-screen on p_doc.&lt;/P&gt;&lt;P&gt;if p_doc = 'NB'.    -&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;( in debugging,i found- p_doc  =  IENB)&lt;/P&gt;&lt;P&gt;Perform one.&lt;/P&gt;&lt;P&gt;else perform two.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for doc type NB its going to nxt statemnt.What shd i do.&lt;/P&gt;&lt;P&gt;plz help me??&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Vipin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 07:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067050#M726800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T07:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen help req?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067051#M726801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the declaration of p_doc whether it is being declared by SELECT OPTION or PARAMETER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_doc = IENB .    shows that the declaration is with select option . so &lt;/P&gt;&lt;P&gt;try p_doc-low = 'NB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or declare p_doc using PARAMETER command  and use p_doc = 'NB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 08:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067051#M726801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T08:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen help req?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067052#M726802</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;&lt;/P&gt;&lt;P&gt;   Check p_doc is parameter or select-options because  IENB  its a select options structure.  If its selct option then do like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selction-screen on p_doc.&lt;/P&gt;&lt;P&gt;if s_doc-low = 'NB'.&lt;/P&gt;&lt;P&gt;Perform one.&lt;/P&gt;&lt;P&gt;else &lt;/P&gt;&lt;P&gt;perform two.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 08:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067052#M726802</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-30T08:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: At selection-screen help req?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067053#M726803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See after selecting the value NB r u pressing any button(like Enter or any button)..If yes means surely the values will come in the program for debugging..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There u can give p_doc-low when u give as select options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u didnt press any button means the value will not come into the program..We wnt to use dynpro_values_read fm to extract the values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 08:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/at-selection-screen-help-req/m-p/3067053#M726803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T08:12:09Z</dc:date>
    </item>
  </channel>
</rss>

