<?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: BDC Messages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287210#M154287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it obviously gives that message if the material already exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so u need to use MM02 Tto check the xsisting material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use many bdc inserts between bdc open and close group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so first u call tcode mm02 with bdc_insert and check if material already exists,&lt;/P&gt;&lt;P&gt;if not then only call bdc_insert for mm01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2006 05:39:46 GMT</pubDate>
    <dc:creator>hymavathi_oruganti</dc:creator>
    <dc:date>2006-04-26T05:39:46Z</dc:date>
    <item>
      <title>BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287203#M154280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I wrote a BDC program for tcode MM01.The BDC works well when i create a new material. But when I extend the material which is already present, it displays a message 'Material already exists and  will be extended'&lt;/P&gt;&lt;P&gt;and the BDC stop proceeding.. Any one Pls Help me how to continue the BDC after that Message or how to skip the message... that displays...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Feirthouse K.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 02:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287203#M154280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T02:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287204#M154281</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; may be you can do a select statement and check if the part already exists in the system and then of it exists then you can record the flow which the system takes while extending the part. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 02:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287204#M154281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T02:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287205#M154282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;either you need to vary the flow slightly if the material exists or possibly you should be using another transaction to modify existing materials. MM02?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 02:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287205#M154282</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-04-26T02:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287206#M154283</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;   No I need to use MM01..only...i will get my basic data&lt;/P&gt;&lt;P&gt;from external system..Other views we have upload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 02:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287206#M154283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T02:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287207#M154284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try using BAPI_MATERIAL_SAVE_DATA, probably that message won't popup there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 02:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287207#M154284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T02:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287208#M154285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as VJ was suggesting, do a recording of MM01 for an existing material and then use the code it generates in your abap. Your code can have two slightly diferent appraoches depending on whether or not the material exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 03:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287208#M154285</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-04-26T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287209#M154286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fierthouse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. No I need to use MM01..only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can that be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. MM01 is ONLY FOR CREATING NEW Material Numbers.&lt;/P&gt;&lt;P&gt;3. MM02 is for editing material numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. If the data/material number u are uploading,&lt;/P&gt;&lt;P&gt;   already exits,&lt;/P&gt;&lt;P&gt;   then we cannot use MM01.&lt;/P&gt;&lt;P&gt;5. We have to use some other thing like MM02, for bdc.&lt;/P&gt;&lt;P&gt;&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 m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 05:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287209#M154286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T05:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287210#M154287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it obviously gives that message if the material already exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so u need to use MM02 Tto check the xsisting material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can use many bdc inserts between bdc open and close group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so first u call tcode mm02 with bdc_insert and check if material already exists,&lt;/P&gt;&lt;P&gt;if not then only call bdc_insert for mm01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 05:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287210#M154287</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-04-26T05:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287211#M154288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Possibly the BDC stops becaus of an COMMIT / ROLLBACK within the MM01.&lt;/P&gt;&lt;P&gt;You can try the following:&lt;/P&gt;&lt;P&gt;Use a &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM01' USING bdc_tab OPTIONS FROM bdc_opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where bdc_opt is defined as &lt;/P&gt;&lt;P&gt;DATA: bdc_opt TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the following settings:&lt;/P&gt;&lt;P&gt;  bdc_opt-racommit = ' '. "No end on COMMIT&lt;/P&gt;&lt;P&gt;  bdc_opt-dismode = 'N'.&lt;/P&gt;&lt;P&gt;  bdc_opt-updmode = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points would be fine in that helped you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 05:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287211#M154288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T05:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287212#M154289</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 have created only basic view only.. so if i have to create other views i have to go by MM01 tcode only..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If I have change any thing i have entered in basic view only i have to use MM02..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  My requirement is to use MM01 only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287212#M154289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287213#M154290</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;Are you using call transaction &lt;/P&gt;&lt;P&gt;CALL TRANSACTION MM01&lt;/P&gt;&lt;P&gt;                 USING  lit_bdc_data&lt;/P&gt;&lt;P&gt;                       MODE   A/E/N&lt;/P&gt;&lt;P&gt;                       UPDATE S/A/L&lt;/P&gt;&lt;P&gt;                       MESSAGES INTO lit_message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, what is the mode you are using?&lt;/P&gt;&lt;P&gt;Make it E. and the BDC should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give points if the solution works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287213#M154290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T09:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287214#M154291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I tried it in 'e' mode and 'n' mode also still it's not working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 10:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287214#M154291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287215#M154292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Didi you try this:&lt;/P&gt;&lt;P&gt;Use a &lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM01' USING bdc_tab OPTIONS FROM bdc_opt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where bdc_opt is defined as &lt;/P&gt;&lt;P&gt;DATA: bdc_opt TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the following settings:&lt;/P&gt;&lt;P&gt;bdc_opt-racommit = ' '. "No end on COMMIT&lt;/P&gt;&lt;P&gt;bdc_opt-dismode = 'N'.&lt;/P&gt;&lt;P&gt;bdc_opt-updmode = 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some points would be fine in that helped you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 11:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287215#M154292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Messages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287216#M154293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi feirthouse&lt;/P&gt;&lt;P&gt;u will get that message if that material already exists in that plant   so  when u get that particular screen  what all other material exists for that plant  taking f4 help  and take which material does not have 'X'  and extend  that material&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt; venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 12:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-messages/m-p/1287216#M154293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T12:08:23Z</dc:date>
    </item>
  </channel>
</rss>

