<?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 append and delete structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541713#M1428041</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 appending a field in a structute. But when I activate the structure, it keeps on processing for a long time. When I stop the transcation, I see the structure 'Partially Active' and the fields get appended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying o delete the appended structure, again it gets into long processing time for deletion and I have to manaually stop thje transaction. The appended fields are not getting deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client I am working has been freshly created and is a copy of SAP client '001'.  Please suggest whether the client should be created as '000' or '001' client copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2010 10:21:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-04T10:21:26Z</dc:date>
    <item>
      <title>Problem in append and delete structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541713#M1428041</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 appending a field in a structute. But when I activate the structure, it keeps on processing for a long time. When I stop the transcation, I see the structure 'Partially Active' and the fields get appended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying o delete the appended structure, again it gets into long processing time for deletion and I have to manaually stop thje transaction. The appended fields are not getting deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client I am working has been freshly created and is a copy of SAP client '001'.  Please suggest whether the client should be created as '000' or '001' client copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 10:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541713#M1428041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T10:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in append and delete structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541714#M1428042</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;This problem occurs sometimes...could u please let me know, which table u r appending a field, will give clear idea to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never try to append a field in cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rohit G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 10:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541714#M1428042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T10:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in append and delete structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541715#M1428043</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;it keeps on processing for a long time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens because, this structure may have been used inside other tables or structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, when we add field in this structure, the system has also to append the field on the DEPENDENT tables / structures etc. Hence it takes time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mittal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 10:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541715#M1428043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T10:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in append and delete structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541716#M1428044</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 appending the fields in structure KOMK, KOMP and KOMG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 10:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541716#M1428044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in append and delete structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541717#M1428045</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;just go se11 and give the structures name KOMK KOMP etc and do a where used list..&lt;/P&gt;&lt;P&gt;The system will display all the entries in which those structure has been used...&lt;/P&gt;&lt;P&gt;so it needs to updated all those dependent object.... This will basically take time for long processing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any further info..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Boguda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 11:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541717#M1428045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T11:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in append and delete structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541718#M1428046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 11:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-append-and-delete-structure/m-p/6541718#M1428046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-04T11:27:00Z</dc:date>
    </item>
  </channel>
</rss>

