<?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: vbak not adjust database level in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965884#M1893901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy that your issue is solved but you should also check the below details when you have inconsistencies while doing APPEND STRUCTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11&amp;gt;&amp;gt;Table Name&amp;gt;&amp;gt;Utilities&amp;gt;&amp;gt;Runtime Object&amp;gt;&amp;gt;Display/Check/Recursive Check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will let you know the inconsistent objects after activation,if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 12:44:27 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2015-02-25T12:44:27Z</dc:date>
    <item>
      <title>vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965875#M1893892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i added new field in vbak table using append structure . it fine in Development system. but when i transport to Quality system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field is not available at database level and not even adjusted when trying to adjust using se14 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965875#M1893892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965876#M1893893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You should import the request which you saved in development server into Quality Server..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the request in the Transaction SE09...&lt;/P&gt;&lt;P&gt;whether that is&amp;nbsp; available in your Quality server or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that request is available in quality server then only it will come...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 09:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965876#M1893893</guid>
      <dc:creator>vamsilakshman_pendurti</dc:creator>
      <dc:date>2015-02-24T09:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965877#M1893894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunil,&lt;/P&gt;&lt;P&gt; Make sure that the field + structure + table is in active status in dev system. Also insert some value for that field in dev, if it stores the value then, during import it should work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In rare case, when we use to do the changes in the existing append structure, such problem will occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest way is to delete the append structure and recreate it and append into table, save the changes into the TR and move it to QAS, it will work fine. &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;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965877#M1893894</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-02-24T10:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965878#M1893895</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;thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transport is available in ERQ and field is showing in dictionary but not at database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to not availability sales order creation giving dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965878#M1893895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T10:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965879#M1893896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you did not do an 'Activate and Adjust' in SE14 for the table in Dev box. Thats why when you moved the transport, it did not have the adjustment to the database for that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to modify the short description of the field, save it in transport, activate and adjust in SE14 (so that database level field saves in transport), and then move it to QA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 10:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965879#M1893896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T10:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965880#M1893897</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;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;i delete the append structure and recreated it and move it to QAS and adjusted in se14 . Facing same issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;in Dev even though Zfield adjusted at DB level but there is inconsistent in vbak. that may be reason it is not adjusted in Quality system&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965880#M1893897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T11:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965881#M1893898</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;Check ZZDELIND dataelement is imported to your quality system successfully.&lt;/P&gt;&lt;P&gt;This should not be a problem; if TR of append structure with newly added DE and Domail is imported successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dharmishta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965881#M1893898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T12:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965882#M1893899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes could be that.. clear out the inconsistency and make sure you have the following 2 object types in your transport against the append structure name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table R3TR TABL&lt;/P&gt;&lt;P&gt;Table Definition LIMU TABD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965882#M1893899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-24T12:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965883#M1893900</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;Thanks to all for there valuable input. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem solved by changing short description of append structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 07:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965883#M1893900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-25T07:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: vbak not adjust database level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965884#M1893901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy that your issue is solved but you should also check the below details when you have inconsistencies while doing APPEND STRUCTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE11&amp;gt;&amp;gt;Table Name&amp;gt;&amp;gt;Utilities&amp;gt;&amp;gt;Runtime Object&amp;gt;&amp;gt;Display/Check/Recursive Check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will let you know the inconsistent objects after activation,if any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 12:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vbak-not-adjust-database-level/m-p/10965884#M1893901</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2015-02-25T12:44:27Z</dc:date>
    </item>
  </channel>
</rss>

