<?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: can we create transaction code for a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738160#M636022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2007 11:26:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-03T11:26:31Z</dc:date>
    <item>
      <title>can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738153#M636015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create transaction code for a table as we create a tcode for module programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF yes pls let me knw how to go abt it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 09:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738153#M636015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T09:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738154#M636016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suny..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes we can Create a Tcode to maintain the Ztable records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter Transaction can be created for Table Maintenance program of a Custom Table in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;1. Create a Z table and Activate - SE11&lt;/P&gt;&lt;P&gt;2. Generate the Table Maintenance using SE54&lt;/P&gt;&lt;P&gt;    It will Generate the Function group and Screens.&lt;/P&gt;&lt;P&gt;3. Create a Parameter transaction to Call this Table maintenace program&lt;/P&gt;&lt;P&gt;   Goto SE93.&lt;/P&gt;&lt;P&gt;   Create a Tcode :&lt;/P&gt;&lt;P&gt;   Name : ZTCODE1&lt;/P&gt;&lt;P&gt;   Type : Parameter Transaction&lt;/P&gt;&lt;P&gt;   In the Attributes of Parameter Transaction&lt;/P&gt;&lt;P&gt;   Enter The Transaction SM30&lt;/P&gt;&lt;P&gt;   Select the Checkbox : Skip first Screen&lt;/P&gt;&lt;P&gt;   Enter the Following Fields below in the Table provide.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;   FieldName      FieldValue&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;       VIEWNAME    &amp;lt;YOUR ZTABLE&amp;gt;&lt;/P&gt;&lt;P&gt;       UPDATE         X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save the Parameter Transaction and execute it like ant other Tcode..&lt;/P&gt;&lt;P&gt;It will allow you to maintain the Table entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 09:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738154#M636016</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-03T09:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738155#M636017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow these steps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to transaction SE93 ,&lt;/P&gt;&lt;P&gt;2. Give the name of ur tcode say zxxxx, for maintaining your ztable. &lt;/P&gt;&lt;P&gt;3. Click on create button,now a page opens.&lt;/P&gt;&lt;P&gt;4. Choose the radio button Transaction with parameters (PARAMETER TRANSACTION). &lt;/P&gt;&lt;P&gt;5. In the next screen enter transaction as : SM30&lt;/P&gt;&lt;P&gt;7. Also check all the three check boxes for the GUI support.&lt;/P&gt;&lt;P&gt;8. Scroll down you will find a table control for default values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the screen field | value &lt;/P&gt;&lt;P&gt;___________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME | your ztable name &lt;/P&gt;&lt;P&gt;UPDATE | X &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>Mon, 03 Sep 2007 09:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738155#M636017</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-09-03T09:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738156#M636018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes u can create tcode for the table mainentance of a ztable&lt;/P&gt;&lt;P&gt;Its possible &lt;/P&gt;&lt;P&gt;first create a table mainentance for ur ztable&lt;/P&gt;&lt;P&gt;In se93 give ur ztable and &lt;/P&gt;&lt;P&gt;in viewname ztable&lt;/P&gt;&lt;P&gt;   update X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Regards,&lt;/P&gt;&lt;P&gt;Azhar&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 09:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738156#M636018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T09:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738157#M636019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table Maintenance generator is required to do Manual entries in the Table. &lt;/P&gt;&lt;P&gt;If the requirement is to update the table only programmatically &lt;/P&gt;&lt;P&gt;and not manually then table maint generator is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manual entries in table can be maintained ( New record can be inserted / existing can be modified )&lt;/P&gt;&lt;P&gt;using transaction SM 30, if the table maintenance for the table is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com//saphelp_470/helpdata/EN/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to activate Table maint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 and open the table.&lt;/P&gt;&lt;P&gt;Click UTILITIES -&amp;gt; Table Maint. Generator, Enter the details and click on Save. Then activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;******************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to create a a T-code of that&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;WRITE&lt;/P&gt;&lt;P&gt;viewname = give ur table name.&lt;/P&gt;&lt;P&gt;show = X&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;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Sasi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 09:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738157#M636019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T09:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738158#M636020</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;Method 1:&lt;/P&gt;&lt;P&gt;create one z program and in it call the FM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'TABLE_CUSTOMIZING_MAINTENANCE'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        tabname = tablename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and save it and create the Tcode for this Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify the Tcode name in SE93 and select the 'Parameter Transacttion'  Option  and specify the Tcode as SE30....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also specify the default value... Here you need to specify your table name...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satya,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 09:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738158#M636020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T09:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738159#M636021</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;Go to SE93 TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to Pass the transaction code as ZXXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to click on create buton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to pass the development class as ZXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to pass the transaction text XXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under transaction need to pass SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under default values pass below values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of Screen Field Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEW_NAME ZXXXXX(Table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Save Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful. &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;Vasudeva Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 10:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738159#M636021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T10:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: can we create transaction code for a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738160#M636022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-create-transaction-code-for-a-table/m-p/2738160#M636022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T11:26:31Z</dc:date>
    </item>
  </channel>
</rss>

