<?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: IDoc OILBLM_SAVEMULTIPLE01 Issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096006#M1705601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the link. &lt;/P&gt;&lt;P&gt;The process(Distribution model, partner profiles etc...) i mentioned in earlier thread is normal procedure we usually follow for SD/MM/FI etc..modules/related documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure, if something else(configirations) needs to be done in oil related modules.. &lt;/P&gt;&lt;P&gt;checking for SAP documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets us gone by trail &amp;amp; error method until then..&lt;/P&gt;&lt;P&gt;Q1: Do you have issue in maintaining distribution model.. (any error)..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2012 13:17:27 GMT</pubDate>
    <dc:creator>former_member215575</dc:creator>
    <dc:date>2012-10-08T13:17:27Z</dc:date>
    <item>
      <title>IDoc OILBLM_SAVEMULTIPLE01 Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096000#M1705595</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&amp;nbsp; a requirement to implement an inbound IDoc to transfer Dip Reading data from Non SAP Sytem to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this TIBCO (middleware) will trigger the idoc OILBLM_SAVEMULTIPLE01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection between SAP and TIBCO has been established (partner profile, port , destination etc have been created)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the link below they have mentioned that once the IDOC is received by SAP ,the IDOC itself will call the function module BAPI_BLM_SAVEMULTIPLE to process the meter reading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_afs64/helpdata/en/ae/ef279e313411d4b613006094b9b833/frameset.htm"&gt;http://help.sap.com/saphelp_afs64/helpdata/en/ae/ef279e313411d4b613006094b9b833/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Can the IDoc call the function module by itself without any configurations required?&lt;/P&gt;&lt;P&gt;2. If not what steps need to be followed in order to achieve the above.?&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;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 13:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096000#M1705595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-04T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc OILBLM_SAVEMULTIPLE01 Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096001#M1705596</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;Yes, you need to maintain ditribution kodel and partner profiles.&lt;/P&gt;&lt;P&gt;1. Create a model view in distribution model (&lt;STRONG&gt;BD64&lt;/STRONG&gt;) and specify the source and destination systems.&lt;/P&gt;&lt;P&gt;2. Click on Add BAPI button in application tool bar (since this is a BAPI call)&lt;/P&gt;&lt;P&gt;3. Add Obj. name/interface as &lt;STRONG&gt;BUS3063&lt;/STRONG&gt; and method &lt;STRONG&gt;SAVEMULTIPLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in Partner profiles (&lt;STRONG&gt;WE20&lt;/STRONG&gt;), in Inbound parameters, double click on the message type and entr process code as &lt;STRONG&gt;BAPI&lt;/STRONG&gt; (Inbound BAPI IDoc: Individual processing) or &lt;STRONG&gt;BAPP&lt;/STRONG&gt; (Inbound BAPI IDoc: Package Processing) based on your requirement (or just trail &amp;amp; error). These process codes will internally calls the FM - &lt;STRONG&gt;BAPI_BLM_SAVEMULTIPLE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above setting should work, but when i tried in my system I couldn't assign object/interface in distribution model as said in point 3 above.I have also checked the business object BUS3063 in &lt;STRONG&gt;SWO1&lt;/STRONG&gt; and inside the method &lt;STRONG&gt;BuLocMeterReading.SaveMultiple&lt;/STRONG&gt;, FM &lt;STRONG&gt;BAPI_BLM_SAVEMULTIPLE&lt;/STRONG&gt; is assigned (Std..).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check in your system, as we have no OIL &amp;amp; IS related modules activated here in our ECC.(May be some switch activations are not done &amp;amp; hence not working in my system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravan Guduru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 14:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096001#M1705596</guid>
      <dc:creator>former_member215575</dc:creator>
      <dc:date>2012-10-04T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc OILBLM_SAVEMULTIPLE01 Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096002#M1705597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;1. Is configuring a distribution model the only way to go ahead.?&lt;/P&gt;&lt;P&gt;2. How does the business object BUS3063 help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 09:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096002#M1705597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-05T09:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc OILBLM_SAVEMULTIPLE01 Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096003#M1705598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirement is as follows:&lt;/P&gt;&lt;P&gt;Standar Idoc Type is available&amp;nbsp;&amp;nbsp; -&amp;nbsp; OILBLM_SAVEMULTIPLE01&lt;BR /&gt;Standard Message Type is available&amp;nbsp; - OILBLM_SAVEMULTIPLE&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Will the BAPI be called automatically once i configure in we20. &lt;/P&gt;&lt;P&gt;Inbound IDoc, provide the message type there.&lt;BR /&gt;What should be the process code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 09:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096003#M1705598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-05T09:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc OILBLM_SAVEMULTIPLE01 Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096004#M1705599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you dealing with Dip Reading data, you need to use BUS3062. (my mistake in earlier thread, I have overlooked the key word DIP &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1023/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it calls BAPI 'BAPI_BLD_SAVEMULTIPLE' not the one specified by you.. I suggest you to check SWO1. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Varun Jandial wrote:&lt;/P&gt;&lt;P&gt;2. How does the business object BUS3063 help&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Business objects &lt;A _jive_internal="true" href="https://answers.sap.com/mailto:BUS@062"&gt;BUS2062&lt;/A&gt; in the backend object for Save Dip Readings. The BAPI we use is of this object.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;Varun Jandial wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is configuring a distribution model the only way to go ahead.?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Not the only way.. you can have RFC calls also. (in this case you need not maintain partner profiles)&amp;nbsp; also)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way, is maintaining distribution model, causeing issue in your system too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SG. &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096004#M1705599</guid>
      <dc:creator>former_member215575</dc:creator>
      <dc:date>2012-10-05T13:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc OILBLM_SAVEMULTIPLE01 Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096005#M1705600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can follow the link below and tell me the steps to follow to implement the IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i am new to IDocs i am not being able to understand how the link mentions that the message type will call the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_afs64/helpdata/en/ae/ef279e313411d4b613006094b9b833/frameset.htm"&gt;http://help.sap.com/saphelp_afs64/helpdata/en/ae/ef279e313411d4b613006094b9b833/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096005#M1705600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-05T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc OILBLM_SAVEMULTIPLE01 Issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096006#M1705601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the link. &lt;/P&gt;&lt;P&gt;The process(Distribution model, partner profiles etc...) i mentioned in earlier thread is normal procedure we usually follow for SD/MM/FI etc..modules/related documents. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure, if something else(configirations) needs to be done in oil related modules.. &lt;/P&gt;&lt;P&gt;checking for SAP documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets us gone by trail &amp;amp; error method until then..&lt;/P&gt;&lt;P&gt;Q1: Do you have issue in maintaining distribution model.. (any error)..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 13:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-oilblm-savemultiple01-issues/m-p/9096006#M1705601</guid>
      <dc:creator>former_member215575</dc:creator>
      <dc:date>2012-10-08T13:17:27Z</dc:date>
    </item>
  </channel>
</rss>

