<?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 Structure locking in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406727#M1241707</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 have developed a program to upload material master data using BAPI. Here the BAPI is not updatin few fields, so that i immediately running a BDC program to update other fields also. everything is going fine till now.&lt;/P&gt;&lt;P&gt;    Now i got a requirement to create the same material in some other plant also. The program is working fine for first plant , for the remaining plants the error is coming like structure is locked. if i keep wait step working fine but taking long time to execute the programe.&lt;/P&gt;&lt;P&gt;   Any one can suggest any idea to resolve this locking issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2009 12:02:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-30T12:02:44Z</dc:date>
    <item>
      <title>Structure locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406727#M1241707</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 have developed a program to upload material master data using BAPI. Here the BAPI is not updatin few fields, so that i immediately running a BDC program to update other fields also. everything is going fine till now.&lt;/P&gt;&lt;P&gt;    Now i got a requirement to create the same material in some other plant also. The program is working fine for first plant , for the remaining plants the error is coming like structure is locked. if i keep wait step working fine but taking long time to execute the programe.&lt;/P&gt;&lt;P&gt;   Any one can suggest any idea to resolve this locking issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 12:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406727#M1241707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T12:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Structure locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406728#M1241708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call Commit work and wait. If not Dequeue the matnr and process again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 12:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406728#M1241708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Structure locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406729#M1241709</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;Then try this .... first finish of creating all the materials using BAPI. Now have the details of those materials which you wish to extend to some other plants.&lt;/P&gt;&lt;P&gt;user bapi_transaction_commit and aslo wait and here give some value ( eg 2 or 3 ... depends. ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After all these records, got processed, now call the bdc for those records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not working then we will think for another way.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 12:16:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406729#M1241709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T12:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Structure locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406730#M1241710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkatesh,&lt;/P&gt;&lt;P&gt;       here we have one more problem to do as you said.Here the data is coming from flat file. Flat file contains one single record with 4 plants. So we have to split them and creat new and extended. The flat file may contains change material data too. So every time it has to check condition and create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 14:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406730#M1241710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Structure locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406731#M1241711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi phanindra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I am already using that process. when i do dequeue sy-subrc  is showing zero but the fields are not updating i.e. not saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2009 14:24:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/structure-locking/m-p/5406731#M1241711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-30T14:24:40Z</dc:date>
    </item>
  </channel>
</rss>

