<?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: Maintenance view error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098143#M1359862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you create manually another one in the ECC6 system identical to the one in 4.7, check whether it works (of course), and then compare the DD02L-MAINFLAG for the 2 in ECC6. Just to be sure what is the origin of the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2009 15:19:30 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2009-09-01T15:19:30Z</dc:date>
    <item>
      <title>Maintenance view error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098142#M1359861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a weird  issue: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a view /asgws/scr_v001 (a z view in custom namespace). This view is transported from system G1 to G2.&lt;/P&gt;&lt;P&gt;G1 system is SAP4.7 and G2 system is SAP ECC6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now maintenance view for this view is maintained and generated successfully. It is working fine in G1 system.&lt;/P&gt;&lt;P&gt;But in G2 system when i try to see its contents through Se11, it shows "No database view exists for the view /asgws/scr_v001".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen other threads also and found relevant solutions : -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) View Type: It is C in both the cases, so no problem with that&lt;/P&gt;&lt;P&gt;2) Table maintenance allowed or not: It is 'Table display/maintenance allowed with restrictions' in both the systems G1 and G2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I could see one difference while comparing the tables in both systems. &lt;/P&gt;&lt;P&gt;Database entry  Dd02L-Mainflag is 'X' in G1 system where it is working fine.&lt;/P&gt;&lt;P&gt;Database entry DD02L-mainflag is  ' ' in G2 system where it is not working.&lt;/P&gt;&lt;P&gt;As per my understanding this is because table maintenance is not allowed in this case. but again there are no differences in both the systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Is compare flag related to this in anyways. Though i could not find any reelvance just confirming because so far no clues of why things are going wrong ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to please help me sorting this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your valuable time and inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 13:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098142#M1359861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T13:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098143#M1359862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you create manually another one in the ECC6 system identical to the one in 4.7, check whether it works (of course), and then compare the DD02L-MAINFLAG for the 2 in ECC6. Just to be sure what is the origin of the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 15:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098143#M1359862</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-09-01T15:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098144#M1359863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You really need to pay attention when transporting objects especially dictionary objects between different releases of SAP.&lt;/P&gt;&lt;P&gt;Technically the import will succeed most of the time, but generation errors can happen, certain functionalities may no longer work, table data can be truncated, etc ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never transport view definitions from a lower release towards an ECC 6.0 system (Netweaver 7.0).&lt;/P&gt;&lt;P&gt;In Netweaver 7.0 SAP has built in new features for dictionary objects like views, tables, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is why most of the DD0** tables in Netweaver 7.0 contain extra fields and extra field values.&lt;/P&gt;&lt;P&gt;These new field values can never be transported from a lower release because they don't exist there !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A good starting point is the composite OSS-note:&lt;/P&gt;&lt;P&gt;SAP Note 1090842 Composite note: Transport across several releases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2009 10:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098144#M1359863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-05T10:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Maintenance view error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098145#M1359864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved. It was a bug in ECC6.0 and was resolved through a custom bug-fix program to set DD02L_MAINFLAG = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 04:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-view-error/m-p/6098145#M1359864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T04:46:14Z</dc:date>
    </item>
  </channel>
</rss>

