<?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: selection-screen processing help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859766#M47804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: DYNAME LIKE D020S-PROG,&lt;/P&gt;&lt;P&gt;      DYNUMB LIKE D020S-DNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dyname = sy-repid.&lt;/P&gt;&lt;P&gt;dynumb = sy-DYNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DYNPFIELDS-FIELDNAME = 'MATNR??'.&lt;/P&gt;&lt;P&gt;  APPEND DYNPFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      DYNAME                         = DYNAME&lt;/P&gt;&lt;P&gt;      DYNUMB                         = DYNUMB&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DYNPFIELDS                     = DYNPFIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simaly for DYNP_VALUES_UPDATE.&lt;/P&gt;&lt;P&gt;DYNFIELDS will ahve othr field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2005 09:38:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-09T09:38:57Z</dc:date>
    <item>
      <title>selection-screen processing help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859761#M47799</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;My doubt is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 inputs matnr and maktx(parameters)&lt;/P&gt;&lt;P&gt;On the Selection Screen when i enter matnr, I shld get the corresponding text(maktx) from makt into the 2nd input field when i press tab. One exception Enter Key shld not be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using the standard selection screen.Below i have attached my code which is not giving the desired output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: MARA,makt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: MATNR like MARA-MATNR ,&lt;/P&gt;&lt;P&gt;            maktx like makt-maktx .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output. "on value-request for matnr.&lt;/P&gt;&lt;P&gt;      select single maktx into  maktx&lt;/P&gt;&lt;P&gt;                          from  makt&lt;/P&gt;&lt;P&gt;                          where matnr = matnr&lt;/P&gt;&lt;P&gt;                          and   spras = sy-langu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2005 08:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859761#M47799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-06T08:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen processing help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859762#M47800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Use the FM given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_VALUES_READ	Read the values from a dynpro. This function can be used to read the values from a report's selection screen too (Another example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_VALUES_UPDATE	Similar to DYNP_VALUES_READ, this function will allow the updating of fields on a dynpro. Very useful when you want to change a field based on the value entered for another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2005 08:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859762#M47800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-06T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen processing help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859763#M47801</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 am not sure if that is possible. Pressing the TAB key does not send any request to the server i.e. does not start the new dialog step. ENTER key does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Switch the debugging mode on and see what happens after pressing TAB key or ENTER key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2005 09:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859763#M47801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-06T09:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen processing help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859764#M47802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I suppose this is possible only on two cases .&lt;/P&gt;&lt;P&gt;1) By Pressing 'Enter'&lt;/P&gt;&lt;P&gt;2) Using F4 to select values for MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2005 14:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859764#M47802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-06T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen processing help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859765#M47803</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;Yes it is possible in only cases , as mentioned by u.&lt;/P&gt;&lt;P&gt;I want to implement it using the second case. Help frm Manohar was useful, but im finding it difficult.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If u could help me with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 09:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859765#M47803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-09T09:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen processing help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859766#M47804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: DYNAME LIKE D020S-PROG,&lt;/P&gt;&lt;P&gt;      DYNUMB LIKE D020S-DNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dyname = sy-repid.&lt;/P&gt;&lt;P&gt;dynumb = sy-DYNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DYNPFIELDS-FIELDNAME = 'MATNR??'.&lt;/P&gt;&lt;P&gt;  APPEND DYNPFIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      DYNAME                         = DYNAME&lt;/P&gt;&lt;P&gt;      DYNUMB                         = DYNUMB&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DYNPFIELDS                     = DYNPFIELDS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simaly for DYNP_VALUES_UPDATE.&lt;/P&gt;&lt;P&gt;DYNFIELDS will ahve othr field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2005 09:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859766#M47804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-09T09:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: selection-screen processing help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859767#M47805</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;How can a I use DYNP_VALUES_READ to read a value from a tabstrip control, if the tab where the field is located isn't active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dairo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 17:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-processing-help/m-p/859767#M47805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-19T17:03:18Z</dc:date>
    </item>
  </channel>
</rss>

