<?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: Push Button Problem in Custom screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528059#M241581</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;The problem is that before the data is copied form the screen to variables you are copying it into other variables. so data is not coming in first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which module you are copying the data from A1 to B1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to do copy in last module of PAI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do it in PBO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2006 06:13:58 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2006-08-29T06:13:58Z</dc:date>
    <item>
      <title>Push Button Problem in Custom screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528057#M241579</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;Hi All..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my custom screen, i have 2 (A1, A2) input boxes with F4 option and a Push Button..&lt;/P&gt;&lt;P&gt;When i select the data in these input boxes, i will click Push Button (COPY) to transfer the data from these (A1, A2) to other two input Boxes (B1, B2)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But data are displaying in (B1, B2), if and only if i click the Push Button 2 times..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make the code to display those data from A1-A2 to B1-B2 by Single click..???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 06:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528057#M241579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T06:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Problem in Custom screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528058#M241580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in debugging what happens when the control goes to event for the first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Senthil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 06:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528058#M241580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T06:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Problem in Custom screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528059#M241581</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;The problem is that before the data is copied form the screen to variables you are copying it into other variables. so data is not coming in first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which module you are copying the data from A1 to B1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to do copy in last module of PAI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do it in PBO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 06:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528059#M241581</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-08-29T06:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Push Button Problem in Custom screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528060#M241582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PAI, I have coded the lines as follow..&lt;/P&gt;&lt;P&gt;Still i need to click 2 times to get the data displayed in B1,B2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****&lt;STRONG&gt;PAI&lt;/STRONG&gt;*****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'COPY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select bezei from tka01 into (it_sap-name) where kokrs = A1.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select msehi from tka03 into (it_sap-unit_of_meas)&lt;/P&gt;&lt;P&gt;where kokrs = A2 and STAGR = A1.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B1 = it_sap-name.&lt;/P&gt;&lt;P&gt;B2 = it_sap-unit_of_meas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="44" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 06:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-problem-in-custom-screen/m-p/1528060#M241582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-29T06:28:14Z</dc:date>
    </item>
  </channel>
</rss>

