<?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: regarding VIEW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720228#M895552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;When ever u create any data base table then one entry will be created in table &lt;STRONG&gt;DD02L&lt;/STRONG&gt; with all the attributes of that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Just execute this table by giving ur table name in field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABNAME. If this table is maintainable(In SM30) then in the&lt;/STRONG&gt; &lt;STRONG&gt;field MAINFLAG u will get X else u will get space.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are developing some program then u can write simple select query to find out what are all the tables that are maintainable in ur system like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA itab TYPE STANDARD TABLE OF dd02L.&lt;/P&gt;&lt;P&gt;SELECT * INTO TABLE itab FROM dd02L WHERE MAINFLAG EQ 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now ur itab contains all maintainable tables in ur system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Apr 2008 13:49:41 GMT</pubDate>
    <dc:creator>vinod_vemuru2</dc:creator>
    <dc:date>2008-04-27T13:49:41Z</dc:date>
    <item>
      <title>regarding VIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720225#M895549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   I faced some problem with table maintanance. Create maintainance of any table through sm30. but some table accepts the table maintainance. How can i find out no of tables maintanance tables in sap that means we change value of that table entry. Any table is there that table accepting the maintance. my not understand please reply me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 09:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720225#M895549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: regarding VIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720226#M895550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the tables which are allowing to maintain using SM30 are custom tables means created by any abaper starting with Z or Y.standard tables will not allow you to maintain through sm30.&lt;/P&gt;&lt;P&gt;like mara,vbap,vbak etc.but the main point you have to notice is the tables which are allowing to maintain through Sm30 have the property display maintenance allowed with restrictions or not allowed.check the tables in se11.there in delivery/maintenance tab you will find this.if the property is allowed with restrictions the basis people have to give some authrizations.not allowed means at any time nobody is able to maintain the data using sm30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 11:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720226#M895550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding VIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720227#M895551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly think of Table maintenance generator purpose for a table.&lt;/P&gt;&lt;P&gt;It allows user to enter multiple entries at once rather than entering single entry through utilities - tablecontents - create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to enter multiple entries means, just we can copy the data from excel and paste it in TMG of a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try this and feel free to contact me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me, if it works out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2008 15:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720227#M895551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-26T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding VIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720228#M895552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;When ever u create any data base table then one entry will be created in table &lt;STRONG&gt;DD02L&lt;/STRONG&gt; with all the attributes of that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Just execute this table by giving ur table name in field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABNAME. If this table is maintainable(In SM30) then in the&lt;/STRONG&gt; &lt;STRONG&gt;field MAINFLAG u will get X else u will get space.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are developing some program then u can write simple select query to find out what are all the tables that are maintainable in ur system like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA itab TYPE STANDARD TABLE OF dd02L.&lt;/P&gt;&lt;P&gt;SELECT * INTO TABLE itab FROM dd02L WHERE MAINFLAG EQ 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now ur itab contains all maintainable tables in ur system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2008 13:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720228#M895552</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-27T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: regarding VIEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720229#M895553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i agree with vinod above, do as he suggested and you wil hav no problems whatsoever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, do note that only those tables which begin with a Z or Y have a table maintainance for them as they are created by users. the standard SAP tables provided by SAP are not meant to be changed by a simple user as a lot of information might be associated with them.&lt;/P&gt;&lt;P&gt;But that doesnt mean they cannot be changed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 03:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-view/m-p/3720229#M895553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T03:32:39Z</dc:date>
    </item>
  </channel>
</rss>

