<?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: customize table entry help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645490#M27595</link>
    <description>&lt;P&gt;message me&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 12:08:21 GMT</pubDate>
    <dc:creator>pram_1991</dc:creator>
    <dc:date>2018-03-22T12:08:21Z</dc:date>
    <item>
      <title>customize table entry help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645487#M27592</link>
      <description>&lt;P&gt;i have a customize table &lt;/P&gt;
  &lt;P&gt;tableT001- bukers field HAVE&lt;/P&gt;
  &lt;P&gt;next field is (table T001W-NAME1 field)&lt;/P&gt;
  &lt;P&gt;if i enter bukers field need to automatic insert plant name to next NAME1 field &lt;/P&gt;
  &lt;P&gt;my entry se11-&amp;gt;utilities-&amp;gt;table content-&amp;gt;create entry.&lt;/P&gt;
  &lt;P&gt;what to do....&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 05:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645487#M27592</guid>
      <dc:creator>pram_1991</dc:creator>
      <dc:date>2018-03-21T05:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: customize table entry help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645488#M27593</link>
      <description>&lt;P&gt;You should not maintain values in the company code table using SE11, SAP has a customizing activity in its IMG for the plant assignment to to the company. Kindly approach your local Finance or MM consultant if you can't find it using the binocular button when you are in SPRO &lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 06:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645488#M27593</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2018-03-21T06:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: customize table entry help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645489#M27594</link>
      <description>&lt;P&gt;Create Table Maintenance for the custom table and add required event.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645489#M27594</guid>
      <dc:creator>mangesh_parihar</dc:creator>
      <dc:date>2018-03-22T11:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: customize table entry help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645490#M27595</link>
      <description>&lt;P&gt;message me&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 12:08:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645490#M27595</guid>
      <dc:creator>pram_1991</dc:creator>
      <dc:date>2018-03-22T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: customize table entry help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645491#M27596</link>
      <description>&lt;P&gt;Don't replicate data already in the system, define your customizing z-table with primary key and required fields only, no 'text' or 'read-only' field from any other tables!&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;Use foreign keys relation to link the fields of your table with (standard) tables like T001 (bukrs) or T001W (werks) &lt;/LI&gt;
   &lt;LI&gt;Create a maintenance view from your table and related standard tables, and declare fields (like T001-BUTXT or T001W-NAME1) of those tables as read-only (provided for information, visual check).&lt;/LI&gt;
   &lt;LI&gt;Create the maintenance dialog from this view&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;&lt;EM&gt;Hints (for 'student')&lt;/EM&gt;&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;&lt;I&gt;Don't confuse T001, T001K and T001W. In some cases, &lt;/I&gt;&lt;I&gt;consider T001K to link T001 and T001W. Try to analyze the relations between those tables with SE11 ... and SPRO.&lt;/I&gt;&lt;/LI&gt;
   &lt;LI&gt;&lt;I&gt;You could look at &lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;I&gt;&lt;I&gt;&lt;P&gt;&lt;A href="https://help.sap.com/viewer/search?q=Extended%20Table%20Maintenance%20Events&amp;amp;language=en-US&amp;amp;state=PRODUCTION&amp;amp;format=standard,html,pdf,others"&gt;Extended Table Maintenance Events&lt;/A&gt;&lt;/P&gt;&lt;/I&gt;&lt;I&gt; but not for this kind of case.&lt;/I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/LI&gt;
  &lt;/UL&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customize-table-entry-help/m-p/645491#M27596</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-03-22T14:54:40Z</dc:date>
    </item>
  </channel>
</rss>

