<?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: Table maintenance - parameter transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461080#M217619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u friends. I've regenerated the table maintenance and now it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2006 09:44:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-04T09:44:21Z</dc:date>
    <item>
      <title>Table maintenance - parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461074#M217613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I am maintaining a z-table through parameter transaction. When I execute the transaction, I didn't get the headings for the fields which are Built in types. So, I changed them to Data element and have given the heading in Field label. Even then it is not getting displayed. Instead it is showing a '+' mark. Also, I've added three new fields to the table. These fields are not at all getting displayed. But, they are there in the Fields for selection of the transaction. Can anyone plz help me with this issue..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 09:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461074#M217613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T09:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance - parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461075#M217614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. specially function group.. what is its significance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we generate table maintenance,&lt;/P&gt;&lt;P&gt;the system , based upon the table fields,&lt;/P&gt;&lt;P&gt;automatically,&lt;/P&gt;&lt;P&gt;generates &lt;/P&gt;&lt;P&gt;PROGRAM CODE, SCREEN FOR ENTERING DATA,&lt;/P&gt;&lt;P&gt;LOGIC FOR SAVING DATA, LOGIC FOR DISPLAYING DATA &lt;/P&gt;&lt;P&gt;ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. All this are BUNCHED under &lt;/P&gt;&lt;P&gt;a FUNCTION GROUP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(if you open that function group in se80, after &lt;/P&gt;&lt;P&gt;creatting table maintenacne,&lt;/P&gt;&lt;P&gt;u will see the program code, screens, gui status etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, to BUNCH all these various objects,&lt;/P&gt;&lt;P&gt;SAP uses the concept of function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;4. And also why do we need to give two screens there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not necessary to have to screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ONE SCREEN MEANS:&lt;/P&gt;&lt;P&gt;only one screen with table control to enter data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TWO SCREEN means :&lt;/P&gt;&lt;P&gt;first screen : only primary key fields will appear&lt;/P&gt;&lt;P&gt;second screen : rest of the fields will appear to enter data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. When the table consists of many fields,&lt;/P&gt;&lt;P&gt;its practically more convenient to have two screens,&lt;/P&gt;&lt;P&gt;so that all fields come vertically downwards.&lt;/P&gt;&lt;P&gt;(instead of scrolling horizontally in the table &lt;/P&gt;&lt;P&gt;control, in case of one screen concept) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of the FG is only this the Table Maintainance Generator part. Neednt be declared anywhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes u need to create a FG and the use it in Table maint. gen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/a7/513520407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/a7/513520407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt; - a link for basics on Table Maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Check out this weblog on table maintenance:&lt;/P&gt;&lt;P&gt;/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 09:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461075#M217614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T09:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance - parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461076#M217615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Headings for columns are not coming becuase the descriptions for the data elements that you are using as a part of the table are not maintained. Maintain the descriptions for the data elements and they will show up in SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For the new columns to show up, regenerated the table maintenance and the new ones will show up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 09:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461076#M217615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T09:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance - parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461077#M217616</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;Easier way is to regenerate the table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE11 take the table and go in Change mode.&lt;/P&gt;&lt;P&gt;Then go to Utilities-&amp;gt;Table Maintenance Generator.&lt;/P&gt;&lt;P&gt;In the next screen press the Change button. In the resulting screen check the boxes which are relevant and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 09:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461077#M217616</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2006-07-04T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance - parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461078#M217617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;    You have to give the text in the field label of the data element and you have to regenarate the view.&lt;/P&gt;&lt;P&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;Umasankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 09:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461078#M217617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T09:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance - parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461079#M217618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sharmila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. just RE-GENERATE the table maintenance,&lt;/P&gt;&lt;P&gt;  and everything shall be in tune.&lt;/P&gt;&lt;P&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 09:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461079#M217618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T09:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance - parameter transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461080#M217619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u friends. I've regenerated the table maintenance and now it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 09:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-parameter-transaction/m-p/1461080#M217619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T09:44:21Z</dc:date>
    </item>
  </channel>
</rss>

