<?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: Problem in reading screen values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-screen-values/m-p/6956659#M1489346</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;Search for BADI or classic user exits(customer functions) which is called when you save PO.&lt;/P&gt;&lt;P&gt;One BADI is ME_PROCESS_PO_CUST...or there are sevaral others..&lt;/P&gt;&lt;P&gt;Go inside these...check the relevant paramters(structure or tables) which contain the data that you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using that data you could compare and put a check for quantity if they are not equal, and throw a error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regars,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jun 2010 07:56:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-08T07:56:01Z</dc:date>
    <item>
      <title>Problem in reading screen values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-screen-values/m-p/6956658#M1489345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the example on how my problem looks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During PO change, first i go to confirmations tab at PO item level and change the confirmation quantity say from 50 To 40 now i go and change item quantity say from 50 to 40 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my case i need to through an error if both the quantities are different , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how  can i read the values available in the confirmation tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the other scenario , if i go and change confirmation quantity in confirmation tab and i go to text tab and change some text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my question is how can i read the values in confirmation tab even if the control is in an other tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 03:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-screen-values/m-p/6956658#M1489345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T03:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in reading screen values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-screen-values/m-p/6956659#M1489346</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;Search for BADI or classic user exits(customer functions) which is called when you save PO.&lt;/P&gt;&lt;P&gt;One BADI is ME_PROCESS_PO_CUST...or there are sevaral others..&lt;/P&gt;&lt;P&gt;Go inside these...check the relevant paramters(structure or tables) which contain the data that you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using that data you could compare and put a check for quantity if they are not equal, and throw a error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regars,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 07:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-screen-values/m-p/6956659#M1489346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in reading screen values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-screen-values/m-p/6956660#M1489347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use function module  DYNP_VALUES_READ. In the table dynpfields, pass all the screen fields names for which u need the value. Set the parameter start_search_in_current_screen and search_own_subscreen_first as 'X'. In parameter dyname pass sy-repid and in dynumb pass the screen number or sy-dynnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the FM execution, the internal table you passed with fields names will have field data also. You can read this table to get values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vishal Kapoor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 08:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-reading-screen-values/m-p/6956660#M1489347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T08:46:46Z</dc:date>
    </item>
  </channel>
</rss>

