<?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: Creating t-code for a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651519#M289428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;For a custom table which has been created , do i need to create a function group ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arnab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 08:19:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-31T08:19:28Z</dc:date>
    <item>
      <title>Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651509#M289418</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;I want to know how to create a  t-code for a table .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 07:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651509#M289418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T07:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651510#M289419</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;Did you check things like&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="173096"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 07:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651510#M289419</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2006-10-31T07:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651511#M289420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And actually, we put that question in the proper forum&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 07:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651511#M289420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T07:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651512#M289421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You Can Create a transaction for A table. But First u need To Create A MAintainence view Using Transaction se54 or Directly From Se11 Menu .Utilities--&amp;gt; table maintainence generator.After Creating it goto se93 And create a transaction using the last option transaction with parameters.&lt;/P&gt;&lt;P&gt;than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create the new T.code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under that select parameter Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then give the sm30 in the t.code in default values tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the checkbox skip initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in classification tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click checkbox inherit gui attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the default values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;viewname and give ur table name.&lt;/P&gt;&lt;P&gt;show = X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and check it once...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can able to call ur table through ur new t.code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 07:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651512#M289421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651513#M289422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2482999"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 07:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651513#M289422</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-31T07:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651514#M289423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arnab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean Tcode to maintian the table entries then ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. you need generate the table maintenance using the Menu Utilities-&amp;gt;Table maintenance generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. give the authorization group, package, function group, overview screen number etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.create the table maintenance &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. now go to se93&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. give custom tcode and say create &lt;/P&gt;&lt;P&gt;then enter description , and then &lt;/P&gt;&lt;P&gt;choose the radio button Transaction with parameters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. now enter tcode as SM30 and check the check box skip intial screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Check all gui support buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. now go down and enter VIEWNAME from F4 help and value as table name&lt;/P&gt;&lt;P&gt;9. and add UPDATE(choose it from F4) and value as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME     ZTABLE&lt;/P&gt;&lt;P&gt;UPDATE        X&lt;/P&gt;&lt;P&gt;and save it, now check the Tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 07:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651514#M289423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T07:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651515#M289424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the table maintenance i want to know about the function group field.&lt;/P&gt;&lt;P&gt; Can you tell me something more about that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651515#M289424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651516#M289425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance i want to know about the function group field.&lt;/P&gt;&lt;P&gt;Can you tell me something more about that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651516#M289425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651517#M289426</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;this function group consists of the maintenance screens, and the PBO and PAI flow logic.&lt;/P&gt;&lt;P&gt;if you provide the function group while maintaing , the screens and flow logic will be generated under the function group.&lt;/P&gt;&lt;P&gt;you can check it from SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651517#M289426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651518#M289427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do  one  think in this  field  write  function group which u want to make(for ex-zkis) .it  automaticaly create  function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651518#M289427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651519#M289428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;For a custom table which has been created , do i need to create a function group ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arnab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:19:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651519#M289428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T08:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating t-code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651520#M289429</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;chk this sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk a sample 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 08:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-t-code-for-a-table/m-p/1651520#M289429</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-31T08:21:42Z</dc:date>
    </item>
  </channel>
</rss>

