<?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: Dynpro - screen fields not displaying values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123052#M1618598</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;Make sure once again the screen field name and variable name in program is same.. Also check whether you are clearing the structure in PBO or some where else.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not post your code here..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 06:02:24 GMT</pubDate>
    <dc:creator>Kiran_Valluru</dc:creator>
    <dc:date>2011-08-12T06:02:24Z</dc:date>
    <item>
      <title>Dynpro - screen fields not displaying values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123051#M1618597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed a traditional Dynpro program where the user enters a Purchase Order number, and then I retrieve the details of the purchase order and I display the values to the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During testing, when the user enters PO and hits enter, the values are set in the right structures/variables, I get the values in the PAI method, and I retrieve the details of the PO and set the values in the corresponding variables of the program that are associated with the screen field. These fields do not show up on the screen though. Would you guys know what might be the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that the screen painter allows us to enter any value for the "field name". Even if the field entered here does not exist, the screen painter will still generate the screen. I have made sure the actual program variable name and the variable name in the screen painter are the same. In the debugger I can see that the values of the variables, and they are correctly set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any hints or suggestions you guys have that can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 16:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123051#M1618597</guid>
      <dc:creator>former_member192818</dc:creator>
      <dc:date>2011-08-11T16:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro - screen fields not displaying values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123052#M1618598</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;Make sure once again the screen field name and variable name in program is same.. Also check whether you are clearing the structure in PBO or some where else.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not post your code here..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 06:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123052#M1618598</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-08-12T06:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro - screen fields not displaying values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123053#M1618599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess the names of the screen fields are same as the names of the variables. For example BSART for Document type. But you might have missed the structure name. The full name of the screen field could be EKKO-BSART. In this case you have to declare a global work-area for the the dictionary structure EKKO with TABLES statement.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
TABLES EKKO.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen all the field names should be with reference to the above global dictionary structure work area like EKKO-BSART, EKKO-EBELN. etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you follow above, there would be no issues. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 10:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123053#M1618599</guid>
      <dc:creator>SureshRa</dc:creator>
      <dc:date>2011-08-12T10:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro - screen fields not displaying values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123054#M1618600</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;Same problem occured for me.&lt;/P&gt;&lt;P&gt;i have added &lt;STRONG&gt;ekko-stceg&lt;/STRONG&gt; field in screen painter using dictionary option.&lt;/P&gt;&lt;P&gt;Added &lt;STRONG&gt;Tables Ekko&lt;/STRONG&gt; statement.&lt;/P&gt;&lt;P&gt;but now only empty field is displaying without value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest me me where i went wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;NarsiReddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 10:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-screen-fields-not-displaying-values/m-p/8123054#M1618600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-07T10:54:49Z</dc:date>
    </item>
  </channel>
</rss>

