<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791839#M1586362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the date format input that you have given. Is it a select-option or a range created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2011 07:34:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-13T07:34:55Z</dc:date>
    <item>
      <title>Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791836#M1586359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a ztable, and maintained a table maintenance for that.Also for the table maintanance I have a ztransaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have a report which should output all the records created or changed for that ztable based on selection creteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i create an entry for the ztbale thru SM30, report is working fine, but when i create an enetry thru that ztransaction, that record is notoutputed from the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have specified VIEWNAME= &amp;lt;VIEWNAME&amp;gt; and UPDATE = X for the ztransaction in SE93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I alsoe tried with VIEWNAME =ztable (table name), then report working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me why it so? is that the correct method to specify the VIEWNAME =ztable name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 06:10:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791836#M1586359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T06:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791837#M1586360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aswini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Can anyone tell me why it so? is that the correct method to specify the VIEWNAME =ztable name?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a parameter transaction for some tcode means you want to run the transaction by assign default values to the initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case when you're creating param transaction for SM30 for the particular Z-table, it's like SAP will call the transaction by internally putting the values in the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you've created a TMG for the particular table, you need to pass &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;VIEWNAME&amp;gt; = ZTABLE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; just like you do while using SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;is that the correct method to specify the VIEWNAME =ztable name?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For tables which have TMG defined this is the standard way of doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 06:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791837#M1586360</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-04-13T06:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791838#M1586361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to clarify one more thing, Since the report is outputing the required result when i specify the field value on the selection screen (which is created thru the ztransaction for teh ztable) but when try executing the report based on date range sayrecords created between date1 to date2, then it is not resulting the record created thru ztransaction but record created via SM30 will come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?Please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 07:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791838#M1586361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791839#M1586362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the date format input that you have given. Is it a select-option or a range created?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 07:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791839#M1586362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T07:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791840#M1586363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is a select-option.Please justify your answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ashwini mahendrakar on Apr 13, 2011 10:07 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 08:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791840#M1586363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T08:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791841#M1586364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check  that when you update the table via the ztransaction , if the table is getting updated for those values. &lt;/P&gt;&lt;P&gt;If it is not then check if you have followed the below mentioned steps while creating the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://fuller.mit.edu/misc/creating_sm30_transaction.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 12:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance/m-p/7791841#M1586364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-13T12:54:48Z</dc:date>
    </item>
  </channel>
</rss>

