<?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: Value disappears in module pool screen while pressing ENTER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782806#M1777756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FIELD variable_name in which u are getting input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex : FILED&amp;nbsp; PV_VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you passing the input to processing module then follow the example syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD pv_vbeln MODULE get_sales . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 03:09:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-22T03:09:46Z</dc:date>
    <item>
      <title>Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782801#M1777751</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;&lt;/P&gt;&lt;P&gt;I declared a field as character in screen as well as in top include. While Pressing Enter, the value disappears. While Debug, Screen value retains in both PAI and PBO. But the value disappears in screen. From PBO the values is not copying to the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field declaration is same in screen and top include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 20:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782801#M1777751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T20:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782802#M1777752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The field that you created was not set as Output Field in the layout. Please check this box.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/302514" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 20:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782802#M1777752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-21T20:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782803#M1777753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had that problem once but I can't remember what was the problem.&lt;/P&gt;&lt;P&gt;Try this, see if somewhere in your code is CLEAR for that field.&lt;/P&gt;&lt;P&gt;You can also put &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;ucomm&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;in the beginning of STATUS module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;I hope it will help you. If I recall I'll write you tomorrow.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 21:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782803#M1777753</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-10-21T21:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782804#M1777754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you maintainted that field in PAI event if not write the below code in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD PV_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the same time please check if you are clearing any where in your programme.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 02:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782804#M1777754</guid>
      <dc:creator>former_member188282</dc:creator>
      <dc:date>2013-10-22T02:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782805#M1777755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karthik.&lt;/P&gt;&lt;P&gt;Whether that field is in a table control or separate one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 02:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782805#M1777755</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-10-22T02:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782806#M1777756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FIELD variable_name in which u are getting input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex : FILED&amp;nbsp; PV_VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you passing the input to processing module then follow the example syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD pv_vbeln MODULE get_sales . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 03:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782806#M1777756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-22T03:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782807#M1777757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Karthik,&lt;/P&gt;&lt;P&gt;Make sure you have coded correctly in PAI and PBO , see wheather the value exist in the fields . The best solution is to debug the entire program . See if the value gets cleared some where. &lt;/P&gt;&lt;P&gt;If you are using a table control make sure that the value exits in the internal table of TC, for reference &lt;A __default_attr="6841180" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://community.sap.com/"&gt;&lt;/A&gt;.&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;Sivaganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 03:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782807#M1777757</guid>
      <dc:creator>sivaganesh_krishnan</dc:creator>
      <dc:date>2013-10-22T03:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782808#M1777758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that field name and type are identical in program and screen element?&lt;/P&gt;&lt;P&gt;I would like you to paste the declaration part in program and screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 03:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782808#M1777758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-22T03:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782809#M1777759</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;May be you are clearing that field some where.............................. Debug it properly and check....While you press enter both PAI and PBO will work....... so debug it properly and check...May be you are initializing that field again and again in PBO.&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;&lt;/P&gt;&lt;P&gt;Alenlee Mj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 04:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782809#M1777759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-22T04:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Value disappears in module pool screen while pressing ENTER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782810#M1777760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karthik ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether the variable is holding the screen value after entering the values in the screen field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether any of the clear statement of assignment statement is modifying the program variable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be helpful if u give the code snippet including your top of page declaration , pbo , pai ,screen shot of the element list .So that precise solution can be given rather giving some wild guess of the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 04:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-disappears-in-module-pool-screen-while-pressing-enter/m-p/9782810#M1777760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-22T04:48:39Z</dc:date>
    </item>
  </channel>
</rss>

