<?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: Program for Equipment creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666788#M1097811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What else are you looking for. Uwe provided what you asked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 20:03:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T20:03:48Z</dc:date>
    <item>
      <title>Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666782#M1097805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was given a one line spec as mentioned and I was doing R&amp;amp;D and found that can be aheived by FM: ITOB_EQUIPMENT_CREATE &amp;amp; RFC/Bapi: BAPI_EQUI_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between this both.when to use which.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one give me any sample code using the FM:ITOB_EQUIPMENT_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran dasari on Oct 25, 2008 12:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 13:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666782#M1097805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666783#M1097806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one line specs never work. If it is really a one line, go back to the person and ask him to see what does he really want you to do, else you would create a complete different application than what he wanted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 18:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666783#M1097806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T18:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666784#M1097807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check the business object EQUI (transaction SWO1) you see that its "Create" method is implemented by &lt;STRONG&gt;BAPI_EQUI_CREATE&lt;/STRONG&gt;. Another BAPI that is available is BAPI_EQUI_CREATE_BY_REFERENCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In contrast, ITOB_EQUIPMENT_CREATE is neither RFC-enabled nor do you find any usage (on ERP 6.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, you should have a look at transaction &lt;STRONG&gt;IBIP&lt;/STRONG&gt; ( &lt;EM&gt;Batch Input Utility : PM&lt;/EM&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 19:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666784#M1097807</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-24T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666785#M1097808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are just concentrating on four fields:&lt;/P&gt;&lt;P&gt;Validity date,&lt;/P&gt;&lt;P&gt;Equi Type,&lt;/P&gt;&lt;P&gt;Serial No&lt;/P&gt;&lt;P&gt;Material No&lt;/P&gt;&lt;P&gt;and partner info like end user, sold to and ship to.&lt;/P&gt;&lt;P&gt;So our functional people thought ITOB_EQUIPMENT_CREATE&lt;/P&gt;&lt;P&gt;would be beter so we can avoid lots of mapping data with the other BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we dont really need a rfc as we will run the program in our own box and upload with the help of a file data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the changing structure of ITOB_EQUIPMENT_CREATE.I dont find any partners fields.So if i use this FM to create equip, how can i update the partner info also.These seem to be the mandatory fields in IE01 for equip type S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any more clues please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 20:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666785#M1097808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T20:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666786#M1097809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Letting functional people give technical advice is about as good as programmers giving business advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stick with the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 20:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666786#M1097809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T20:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666787#M1097810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any thoughts on this please.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran dasari on Oct 28, 2008 1:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 13:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666787#M1097810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666788#M1097811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What else are you looking for. Uwe provided what you asked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 20:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666788#M1097811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T20:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666789#M1097812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know how I can use ITOB_EQUIPMENT_CREATE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I typically dont require a BAPI and our Functional team also is not alowing us to use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 21:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666789#M1097812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T21:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666790#M1097813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said - don't let functional people tell you how to write a program. The FM they want to use is not documented and not released for customer use. The BAPI is both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the FM, you may have to call some other FMs before or after that you know nothing about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI is the correct way to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 21:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666790#M1097813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T21:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Program for Equipment creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666791#M1097814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer disqualifies both yourself and your functional team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I need to access a business object I always search for the highest available abstraction to achieve this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Search for a class&lt;/P&gt;&lt;P&gt;(2) Search for a BAPI (no matter whether I need its RFC capability or not)&lt;/P&gt;&lt;P&gt;(3) Search for a local function module&lt;/P&gt;&lt;P&gt;(4) Do a SELECT on the table(s) as &lt;EM&gt;"ultimo ratio"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIs are usually very stable interfaces and therefore the first choice to access business objects. In addition to what Rob already said I like to describe BAPIs as &lt;STRONG&gt;"Dialog without Dialog"&lt;/STRONG&gt; meaning that they do the same validations as the corresponding dialog transaction (local fm's may or may not do this) and therefore ensure the integrity of the incoming data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your function team even forbids to use BAPIs this simply means they have little knowledge about software quality in ABAP programming.&lt;/P&gt;&lt;P&gt;And if they urge you to use fm ITOB_EQUIPMENT_CREATE against all odds then let them do the development themselves.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 06:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-equipment-creation/m-p/4666791#M1097814</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-10-28T06:40:11Z</dc:date>
    </item>
  </channel>
</rss>

