<?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: BAPI tableextension ,finding business object and why message type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657571#M1445791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;futher replies please so that every one can clarify this common doubts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Mar 2010 09:14:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-08T09:14:23Z</dc:date>
    <item>
      <title>BAPI tableextension ,finding business object and why message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657568#M1445788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello experts and moderators,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched the forum and not found the satisfactory answer for this questions .sO I am posting this , and it will help the people who are having the similar doubts in single thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post the answers for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) How to find the business object name if we have the function module say BAPI_MATERIAL_SAVEDATA . I have checked in BAPI explorer there is no option to give the fm and get the releated business object. We have to manually goto hierarchical tab in the left and check the relevant application and find out. Is there any way for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Same bapis can be used for creating and changing data for example BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we tell to the sytem that we need to create the material or change the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beacuse when creating the material we are passing the material number as input if it is internal number range then we are passing material number also, ofcourse will be passing material type etc for creation. Is there any other way to know?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)What is the releavance of ALE message type , in Bapi when and where we are going to use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)How to know the class for the particular method of BAPI say CREATE in business object StandardMaterial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)How to know the mandatory fileds in the bapi apart from reading the documentaion. Is there any way to know by seeing the bapi object in BAPI explorer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6)Please tell what is meant by or difference bwt Instance-dependent method vs&lt;/P&gt;&lt;P&gt;Instance-independent method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7)Diff bwt business object type vs interface type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8)While using bapi in LSMW we need to input &lt;/P&gt;&lt;P&gt;Business Object&lt;/P&gt;&lt;P&gt;Method&lt;/P&gt;&lt;P&gt;Message Type&lt;/P&gt;&lt;P&gt;Basic Type  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From where we need to get the basic type for the message type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9)we have added the zfields to the table mvke and this fields are placed in material master sales view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to read or write this fields i need to find out the strucute for table extensions ie for example for po it is BAPI_TE_PO_ITEMS structure.&lt;/P&gt;&lt;P&gt;Please tell me how to find out for mvke table and how to find which bapi to enhance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all the replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 05:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657568#M1445788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T05:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI tableextension ,finding business object and why message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657569#M1445789</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;3)What is the releavance of ALE message type , in Bapi when and where we are going to use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: BDBG transaction shows the ALE message type for particular Bussness object name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7)Diff bwt business object type vs interface type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8)While using bapi in LSMW we need to input &lt;/P&gt;&lt;P&gt;Business Object&lt;/P&gt;&lt;P&gt;Method&lt;/P&gt;&lt;P&gt;Message Type&lt;/P&gt;&lt;P&gt;Basic Type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From where we need to get the basic type for the message type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: You can find them in BDBG transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9)we have added the zfields to the table mvke and this fields are placed in material master sales view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to read or write this fields i need to find out the strucute for table extensions ie for example for po it is BAPI_TE_PO_ITEMS structure.&lt;/P&gt;&lt;P&gt;Please tell me how to find out for mvke table and how to find which bapi to enhance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans: U will be enhancing through Customsing include. Use where used for Customising include you find the relavent BAPI structure for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)What is the releavance of ALE message type , in Bapi when and where we are going to use this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans : You can use this in syncorsing communucation for ALE. Also in LSMW you need to use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shanmugavel Chandrasekaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 05:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657569#M1445789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T05:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI tableextension ,finding business object and why message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657570#M1445790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Execute a where used on FM, limit to programs starting with RBUS&lt;/P&gt;&lt;P&gt;You should get a unique RBUSxxxxx where BUXxxxx is the business object (double-click should display this business object as SWO1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 07:18:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657570#M1445790</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-03-05T07:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI tableextension ,finding business object and why message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657571#M1445791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;futher replies please so that every one can clarify this common doubts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 09:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657571#M1445791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T09:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI tableextension ,finding business object and why message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657572#M1445792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;2)Same bapis can be used for creating and changing data for example BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;How do we tell to the sytem that we need to create the material or change the material.&lt;/P&gt;&lt;P&gt;Beacuse when creating the material we are passing the material number as input if it is internal number range then we are passing material number also, ofcourse will be passing material type etc for creation. Is there any other way to know?&lt;/P&gt;&lt;P&gt;--&amp;gt; &lt;STRONG&gt;If the material exists already, BAPI will update it o.w it will create the material. Need not to specify. Just like MATMAS IDOC.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 May 2010 09:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657572#M1445792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-04T09:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI tableextension ,finding business object and why message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657573#M1445793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;experts any other answers to this thread please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Aug 2010 01:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-tableextension-finding-business-object-and-why-message-type/m-p/6657573#M1445793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-30T01:52:44Z</dc:date>
    </item>
  </channel>
</rss>

