<?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: Problem in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853405#M926323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is that while extending the material in mm03 it will display the data for the valuation type for which the material has already been extended and once it is extended then the process is that teh material  can not be extended in the same valuation type, if we are uing MM03 then we if we enter our valution type then it wil show an erro rmessage the material has not been extended for that valluation type and we have to extend the material for that valuation type,so using MM03 will not solve the issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Manik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the probelm in your solution is that the second part can be done only when the first part is over coz teh valuation type depends on the valuation category that we enter during the basic data update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we cannot merge the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 05:16:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T05:16:14Z</dc:date>
    <item>
      <title>Problem in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853401#M926319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am extending a mterial to a new plant that is created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that three flats files needs to be uplaoded one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1). Basic Data&lt;/P&gt;&lt;P&gt;2) Financial Data&lt;/P&gt;&lt;P&gt;3) Batch Management Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i am doing is that i am uploading all three files into three internal tables ITAB1,ITAB2,ITAB3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i am doing is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this loop i am calling transaction mm01 and uploading basic data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this loop again i am calling transaction mm01 and uplaoding financial data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this loop i am calling transaction MSC1N and uplaoding batch data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Mode 'A' it is working  fine but when i am executing it in Mode 'N'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what it is doing it is uploading data of itab1 into mm01 but for rest two interanl tables it is saying the data is locked by the user from which i am executing my program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please tell me why it is happening and is tehre any solution for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 04:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853401#M926319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T04:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853402#M926320</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;MM01 is for creation.&lt;/P&gt;&lt;P&gt; Means if you fill some data once and created a record then its locked and you can only modify it using mm03. So for ITAB2 data you need to call &lt;STRONG&gt;mm03&lt;/STRONG&gt; to modify the desired record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 05:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853402#M926320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T05:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853403#M926321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wht is happening is ur calling MM01 in first loop and again ur calling MM01 in 2nd loop and both of these loops are in same program . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U try include the whole data (For Basic and Finance )  in one file only and then upload the data for both basic and finance data . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After calling MM01 , u can go for uploading batch data in seperate loop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work for you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 05:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853403#M926321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T05:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853404#M926322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;After your first loop use the follwing statement:&lt;/P&gt;&lt;P&gt;COMMIT WORK AND WAIT.&lt;/P&gt;&lt;P&gt;This will force updation of  data in first loop. Next loop will start only after the updates in first loop are complete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 05:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853404#M926322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T05:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853405#M926323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is that while extending the material in mm03 it will display the data for the valuation type for which the material has already been extended and once it is extended then the process is that teh material  can not be extended in the same valuation type, if we are uing MM03 then we if we enter our valution type then it wil show an erro rmessage the material has not been extended for that valluation type and we have to extend the material for that valuation type,so using MM03 will not solve the issue &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Manik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the probelm in your solution is that the second part can be done only when the first part is over coz teh valuation type depends on the valuation category that we enter during the basic data update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we cannot merge the files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 05:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853405#M926323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T05:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853406#M926324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks lot buddies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just used &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAIT UP TO 30 SECONDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ashish pandey on Jun 6, 2008 7:29 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 06:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853406#M926324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T06:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853407#M926325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-bdc/m-p/3853407#M926325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T05:29:45Z</dc:date>
    </item>
  </channel>
</rss>

