<?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 Problem In Maintenance View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673404#M297372</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 am facing  a problem as this is the first time I am handling the requirement.&lt;/P&gt;&lt;P&gt;My requirement is to create a table maintenance generator for the standard table&lt;/P&gt;&lt;P&gt;so I have created a Z-view and then created table maintenance generator and attached the z-tcode but when I am try to save the entries for each single record it is asking me the transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it so ...any guidance plz ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;awaiting for all your replies....really apprecitated with lot's of points..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi V Ganji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 09:34:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-23T09:34:58Z</dc:date>
    <item>
      <title>Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673404#M297372</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 am facing  a problem as this is the first time I am handling the requirement.&lt;/P&gt;&lt;P&gt;My requirement is to create a table maintenance generator for the standard table&lt;/P&gt;&lt;P&gt;so I have created a Z-view and then created table maintenance generator and attached the z-tcode but when I am try to save the entries for each single record it is asking me the transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it so ...any guidance plz ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;awaiting for all your replies....really apprecitated with lot's of points..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi V Ganji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673404#M297372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673405#M297373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     try this following link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_470/helpdata/en/67/86b2a5415811d1893d0000e8323c4f/frameset.htm"&amp;gt;http://help.sap.com/saphelp_470/helpdata/en/67/86b2a5415811d1893d0000e8323c4f/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673405#M297373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673406#M297374</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;What table are you creating a view for? The fact that it's asking for a change request is because of the table delivery class. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To work around this, you'll have to use a custom recording routine - take a look at Environment -&amp;gt; Modification -&amp;gt; Events in the maintenance dialog maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to handle the following events:&lt;/P&gt;&lt;P&gt;10 After creating the header entries for the change task (E071)&lt;/P&gt;&lt;P&gt;11 After changing a key entry for the change task (E071K)&lt;/P&gt;&lt;P&gt;12 After changing the key entries for the change task (E071K)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never done this, but doing the above &amp;lt;i&amp;gt;should&amp;lt;/i&amp;gt; work. Er, I think &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673406#M297374</guid>
      <dc:creator>michael-john_turner</dc:creator>
      <dc:date>2006-11-23T09:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673407#M297375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;open the  table maintanance generatior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this  Select &lt;/P&gt;&lt;P&gt;Recording routine : no, or user, recording routine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673407#M297375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673408#M297376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajiv,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for transport request while saving entries is as follows:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. the delivery class for your table may be 'C- check by se11-&amp;gt; deliver and Maintenance tab' -&amp;gt; delivery class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if you can change the table attributes change it to 'A' type. delete and recrete the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. if you dont have authorization to change the table.&lt;/P&gt;&lt;P&gt;go to se11-&amp;gt;utilities-&amp;gt;table maintenanace generator--&amp;gt; in recording routine change  from 'standard' to 'no user' &lt;/P&gt;&lt;P&gt;also in the same screen &lt;/P&gt;&lt;P&gt;environment&lt;DEL&gt;&amp;gt;Maintenance object&lt;/DEL&gt;. diplay-&amp;gt;&lt;/P&gt;&lt;P&gt;change the following attributes:-&lt;/P&gt;&lt;P&gt;Transport --from automatic to no transport&lt;/P&gt;&lt;P&gt;category -- CUSt to APPL&lt;/P&gt;&lt;P&gt;It will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673408#M297376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673409#M297377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope  u Selected the Transport on the extended table maintenance initial screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673409#M297377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673410#M297378</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;In se11 -&amp;gt;attributes-&amp;gt;data class ,if u put C (customarizing table) it will ask for &lt;/P&gt;&lt;P&gt;transport request ,change it to A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards&lt;/P&gt;&lt;P&gt;charitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673410#M297378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem In Maintenance View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673411#M297379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help shefali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 10:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-maintenance-view/m-p/1673411#M297379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T10:05:10Z</dc:date>
    </item>
  </channel>
</rss>

