<?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 Screen modification, extra table field visibility in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification-extra-table-field-visibility/m-p/1541872#M246774</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;We have a custom field in a standard SAP table and now we want a couple of screens to show the data in that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We know the screen numbers for those screens which shows table entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: How do make a standard SAP screen that displays table contents, to also display my table field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it in PBO modules, PAI modules or Subroutines that I have to search for the code that populates table elements to make them visible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Baran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2006 07:44:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-16T07:44:42Z</dc:date>
    <item>
      <title>Screen modification, extra table field visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification-extra-table-field-visibility/m-p/1541872#M246774</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;We have a custom field in a standard SAP table and now we want a couple of screens to show the data in that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We know the screen numbers for those screens which shows table entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: How do make a standard SAP screen that displays table contents, to also display my table field? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it in PBO modules, PAI modules or Subroutines that I have to search for the code that populates table elements to make them visible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Baran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 07:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification-extra-table-field-visibility/m-p/1541872#M246774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T07:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Screen modification, extra table field visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification-extra-table-field-visibility/m-p/1541873#M246775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Baran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that table entries are displayed in a table control then you have to modify the dynpro containing the table control. For example, you have appended new fields to a SAP table. These fields will not show up automatically in a table control displaying this SAP table, but you have to add them as new columns to the table control.&lt;/P&gt;&lt;P&gt;Quite often the SAP table is not used directly in dynpro but corresponding structures are used. If, for example, the table control uses a structure instead of the DB table then you have to append the new fields to the structure as well.&lt;/P&gt;&lt;P&gt;So your main focus will not be the modules but the element list of the dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;    Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification-extra-table-field-visibility/m-p/1541873#M246775</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-08-16T10:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Screen modification, extra table field visibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification-extra-table-field-visibility/m-p/1541874#M246776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Baran,&lt;/P&gt;&lt;P&gt;   You have to code bothin PBO and PAI sections of the screen. But you cannot code wherever you want. You have to search for customer exits in te code and write your code only there.&lt;/P&gt;&lt;P&gt;There will be atleast 2 customer exits(one in PAI and one in PBO) if there is a possibility in the first place.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 10:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-modification-extra-table-field-visibility/m-p/1541874#M246776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T10:36:57Z</dc:date>
    </item>
  </channel>
</rss>

