<?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: Data is not populating in textboxes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830982#M662582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu Rajesh,&lt;/P&gt;&lt;P&gt;Is it necessary to go in such complex manner?? Because I am using F4_FIELD_ON_VALUE_REQUEST Function module for this purpose.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2007 05:19:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-28T05:19:37Z</dc:date>
    <item>
      <title>Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830968#M662568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;On my selection screen, when I am taking data from F4 help, first field is populating properly but rest two fields are populating only after pressing enter.&lt;/P&gt;&lt;P&gt;Scenario is like that I have three textboxes on selection screen. Out of them two are in display only mode. When I take F4 help on editable text box it shows me list of all the values of three fields. As soon as  I select an entry the editable text box get the value but display only text box get values only after pressing enter.&lt;/P&gt;&lt;P&gt;I have tried to debug the code just after pressing enter and checked whether the variables have value in then or not. I got to know that value exists there. But it is not populating in the text boxes.&lt;/P&gt;&lt;P&gt;Please help me with the same.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siddarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 02:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830968#M662568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T02:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830969#M662569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you place your code here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe, if it is a custom search help, while assigning the values to the fields for other boxes, you are clearing the header which makes values vanish. But when you hit enter first value gets into header and on selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 03:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830969#M662569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T03:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830970#M662570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;It is custom search help. But I can't place the code over here as it is too long.&lt;/P&gt;&lt;P&gt;Let me check your thing so that I will be able to solve the problem.&lt;/P&gt;&lt;P&gt;Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 03:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830970#M662570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T03:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830971#M662571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;retfield = 'BEGRU'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;value_org = 'S'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;value_tab = t_values&lt;/P&gt;&lt;P&gt;return_tab = t_return&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;parameter_error = 1&lt;/P&gt;&lt;P&gt;no_values_found = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above values in bold should be passes alwyz. Please check your code for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 03:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830971#M662571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T03:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830972#M662572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1)&amp;lt;/b&amp;gt; make sure that the variable names that are representing the text boxes in the program and in the screen layout are &amp;lt;b&amp;gt;same&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2)&amp;lt;/b&amp;gt; at the end of the PAI module in which u r processing the OKCODE... clear the value of OKCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3)&amp;lt;/b&amp;gt; then while processing the OKCODE u can insert an additional condition representing whether a blank enter has been pressed:-&lt;/P&gt;&lt;P&gt;CASE OKCODE.&lt;/P&gt;&lt;P&gt;  WHEN ''.&lt;/P&gt;&lt;P&gt;     populate the values of the textboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at the end of ur query u r writting that the values exists in the variables but rn't populatin.. that condition only happens when the variable name and type donot match (thats they are different in the program and the screen layout).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the following thread u mentioned that u r using a custom search help. if im not wrong then u will have to run a database search in the program to retrieve the values for seperate textboxes.. u can do that in the &amp;lt;b&amp;gt;third step&amp;lt;/b&amp;gt;.. for that try adaptin the following code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT name, dept INTO textbox2 textbox3&lt;/P&gt;&lt;P&gt;FROM table_name&lt;/P&gt;&lt;P&gt;WHERE emp_id = textbox1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helped solving your problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sagar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830972#M662572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830973#M662573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;The following is the code which I am using in Function Module but I can't see the fields which you have mentioned like retfield and value_org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'F4_FIELD_ON_VALUE_REQUEST'
    EXPORTING
      tabname                   = 'ZFTRPTVERSION'
      fieldname                 = 'RALDB_VARI'
   TABLES
     return_tab                = lt_return
   EXCEPTIONS
     field_not_found           = 1
     no_help_for_field         = 2
     inconsistent_help         = 3
     no_values_found           = 4
     OTHERS                    = 5.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830973#M662573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830974#M662574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The selected record will be stored in table RETURN. This also contain field RECORDPOS which gives information about selected record index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You read your internal table passed to the Search help with this index. And this will contain values for other 2 fields. Assign these 2 values to two text boxes and this should solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830974#M662574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830975#M662575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;Please find my responses after your comments in italics.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1)&amp;lt;/b&amp;gt; make sure that the variable names that are representing the text boxes in the program and in the screen layout are &amp;lt;b&amp;gt;same&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Varible names are same. but i am not using any Dynpro screen. In progam it just normal selection screen.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2)&amp;lt;/b&amp;gt; at the end of the PAI module in which u r processing the OKCODE... clear the value of OKCODE.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;As there is no Dyn Pro screen, there is no OKCODE and PAI.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3)&amp;lt;/b&amp;gt; then while processing the OKCODE u can insert an additional condition representing whether a blank enter has been pressed:-&lt;/P&gt;&lt;P&gt; CASE OKCODE.&lt;/P&gt;&lt;P&gt;   WHEN ''.&lt;/P&gt;&lt;P&gt;    populate the values of the textboxes.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;at the end of ur query u r writting that the values exists in the variables but rn't populatin.. that condition only happens when the variable name and type donot match (thats they are different in the program and the screen layout).&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;All variable name and type are same all over the code.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;And in the following thread u mentioned that u r using a custom search help. If i'm not wrong then u will have to run a database search in the program to retrieve the values for seperate textboxes.. u can do that in the &amp;lt;b&amp;gt;third step&amp;lt;/b&amp;gt;.. for that try adapting the following code:-&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; SELECT name, dept INTO textbox2 textbox3&lt;/P&gt;&lt;P&gt; FROM table_name&lt;/P&gt;&lt;P&gt; WHERE emp_id = textbox1.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;I can't understand why I need to run the database query when I have already created the search help in Data dictionary.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Siddarth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830975#M662575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830976#M662576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;I don't think I need to take data in internal table and select the record using index. I have created the search help in Data Dictionary as Z search help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830976#M662576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830977#M662577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok firstly check whether the return table    lt_return   has got the values of the other fields or not???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it gets populated then after the CALL statement insert:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;retfield = lt_return-retfield  (or whatever represents the specific field name)&lt;/P&gt;&lt;P&gt;value_org = lt-value_org&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sagar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;ps: am sorry abt the prev msg... i miss read ur Q&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830977#M662577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830978#M662578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sagar,&lt;/P&gt;&lt;P&gt;I have checked the return table also. It is giving value for all the fields properly.&lt;/P&gt;&lt;P&gt;But not populating in the textboxes.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 04:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830978#M662578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T04:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830979#M662579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are these ur textbox names on the screen:-&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;retfield&amp;lt;/i&amp;gt; and &amp;lt;i&amp;gt;value_org&amp;lt;/i&amp;gt;  ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so have u defined them in ur prog ?? (exact same name exact same type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so check in the debugger, the values of the variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still if everythin matches and the ouput isn't. can u pls paste the code!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sagar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 05:04:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830979#M662579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T05:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830980#M662580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. You get all the F4 data into a internal table&lt;/P&gt;&lt;P&gt;2. call the FM "DYNP_VALUES_READ"&lt;/P&gt;&lt;P&gt;3. Call the FM "HELP_VALUES_GET_WITH_TABLE"&lt;/P&gt;&lt;P&gt;4. For all the fields which the data to be populated&lt;/P&gt;&lt;P&gt;5. Upon User selection from the F4 help, modify the internal table used in DYNP_VALUES_READ, with the values.&lt;/P&gt;&lt;P&gt;6. call the FM "DYNP_VALUES_UPDATE"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hint is useful&amp;#133; Say thanks by reward&amp;#133;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        PrabhuRajesh Janardanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 05:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830980#M662580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T05:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830981#M662581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siddarth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using event&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON &amp;lt;editable field&amp;gt;.            &lt;/P&gt;&lt;P&gt;ur code to poputalte data in non editable fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 05:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830981#M662581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T05:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830982#M662582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu Rajesh,&lt;/P&gt;&lt;P&gt;Is it necessary to go in such complex manner?? Because I am using F4_FIELD_ON_VALUE_REQUEST Function module for this purpose.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 05:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830982#M662582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T05:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data is not populating in textboxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830983#M662583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_varit.
  PERFORM f_display_version_entries USING p_varit
                                          p_date
                                          p_time.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form I am using Function Module 'F4_FIELD_ON_VALUE_REQUEST' and further populating the fields but still data is not showing.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 05:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-is-not-populating-in-textboxes/m-p/2830983#M662583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T05:23:47Z</dc:date>
    </item>
  </channel>
</rss>

