<?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: Screen Fields values not assigned in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284889#M1388914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO in layout of screen and then get the field name of each field , now check their assignment in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2009 01:11:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-12T01:11:44Z</dc:date>
    <item>
      <title>Screen Fields values not assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284886#M1388911</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;I have a module pool program with several screens , i some screen i have input fields for user enter data ; then i exceute the program and enter the data in the screen fields , but this values captured are not assigned to the screen fields ; that is just inmedatly in PAI actions i check and the screen fields are empty , even in the screen the fields are already captured, no matters wich action i excute (enter, cancel, whaever).   I do not know why this happens ;  I do not see any special in the screen, is a simple screen with some fields to enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have to use the FM  'DYNP_VALUES_READ' for assign to the screen fields the same value these  same fields contains ;  so i do not like it .   Does somebody knows why this happens ?   Is there a way for make the screen executes normaly so i enter the data and when the program leave the screen the screen fields contains the data captured ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 21:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284886#M1388911</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2009-11-11T21:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields values not assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284887#M1388912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have a module pool program with several screens , i some screen i have input fields for user enter data ; then i exceute the program and enter the data in the screen fields , but this values captured are not assigned to the screen fields ; that is just inmedatly in PAI actions i check and the screen fields are empty , even in the screen the fields are already captured, no matters wich action i excute (enter, cancel, whaever).   I do not know why this happens ;  I do not see any special in the screen, is a simple screen with some fields to enter.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a module program and simple screen with few input fields.... i dont see any problems to disappear values from the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make sure you are not clearing the variables in PBO and PAI. we may clear by accidentally. &lt;/P&gt;&lt;P&gt;2) Where did you define the variables that you are using in screen? Make sure to define in global include which is just after the program name (module pool type programs) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; So i have to use the FM  'DYNP_VALUES_READ' for assign to the screen fields the same value these  same fields contains ;  so i do not like it .   Does somebody knows why this happens ?   Is there a way for make the screen executes normaly so i enter the data and when the program leave the screen the screen fields contains the data captured ?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont have to use any special FM to keep the values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the above and let me know if it still disappear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, what type of program it is ? How many screens do you have ? Which screen you are entering values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 22:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284887#M1388912</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-11-11T22:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields values not assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284888#M1388913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program is a Module Pool (M) Type ,  i do not clear the fields between PBO and PAI  and the fields in the screen are declared also in TOP include. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program i have some 7-12 screens, depends if i take in acount the subscreens, that's because it is a complex dialog program with table controls, ALVs, tabstripts, dynamic subscreens, buttons for several action codes, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the screen i refer is just a simple screen for the user enter some data (5 fields) , without actions code just ENTER. i call this screen (it is normal type screen) with STARTING AT for it appers like a window ;  i have already use the FM 'DYNP_VALUES_READ' for this same use  in other simple programs ,  i see this like a bug , but i really do not know why it happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not need to return to the screen caller point program ; just inside screen in  PAI i check and the screen fields are empty, but i just entered data in these , and this does not happens in all screens, just in this , so i really do not know the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 23:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284888#M1388913</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2009-11-11T23:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields values not assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284889#M1388914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO in layout of screen and then get the field name of each field , now check their assignment in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 01:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284889#M1388914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-12T01:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields values not assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284890#M1388915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi,
&amp;lt;li&amp;gt;Please double check the field names on the screen and the fields for which you are expecting values. 
Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 01:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284890#M1388915</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-11-12T01:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields values not assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284891#M1388916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again check whether the names of screen fields declared in TOP include are same as in your screen layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 03:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284891#M1388916</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-11-12T03:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Fields values not assigned</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284892#M1388917</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;Thanks all for your answers.  The fields are exactly the same in the screen and Top Include ; that is , the screen fields are declared also in Top with the same name and same type but however these are not filled when i enter the values in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But afortunately i could solve the problem , let me tell you how :  i declare the fields in a structure with TABLES instead in a structure with TYPE and just with this the fields have now the values entered in the screen when it go to PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really do not know why it happens or if i was wrong for declare the fields in a structure with TYPE , but changing this to TABLES the screen works so well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 10:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-values-not-assigned/m-p/6284892#M1388917</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2009-11-12T10:07:25Z</dc:date>
    </item>
  </channel>
</rss>

