<?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 package details help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572109#M258291</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;&amp;#149;Key fields&lt;/P&gt;&lt;P&gt;The key fields determine the structure of an identifying key, which allows an application to access a specific instance of the object type. The object type Employee and the key field Employee.Number are examples of an object type and a corresponding key field.&lt;/P&gt;&lt;P&gt;&amp;#149;Methods &lt;/P&gt;&lt;P&gt;A method is an operation that can be performed on a business object and that provides access to the object data. A method is defined by a name and a set of parameters and exceptions, which can or must be provided by the calling program in order to use the method. BAPIs are examples of such methods.&lt;/P&gt;&lt;P&gt;&amp;#149;Attributes&lt;/P&gt;&lt;P&gt;An attribute contains data about a business object, thus describing a particular object property. For example, Employee.Name is an attribute of the Employee object type. &lt;/P&gt;&lt;P&gt;&amp;#149;Events&lt;/P&gt;&lt;P&gt;An event indicates the occurrence of a status change of a business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Red color indicates that you cant use that Method, where as a green color indicates that you can use that method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sookshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 09:04:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T09:04:10Z</dc:date>
    <item>
      <title>BAPI package details help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572107#M258289</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;1. in package details of bapi i see &lt;/P&gt;&lt;P&gt;a.interface&lt;/P&gt;&lt;P&gt;b.keyfields&lt;/P&gt;&lt;P&gt;c.attributes&lt;/P&gt;&lt;P&gt;d.methods&lt;/P&gt;&lt;P&gt;e.events&lt;/P&gt;&lt;P&gt;wat this all defines in each of this i find 3 icons [tick ,red, green ]plz explain me wat this defines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;soorya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572107#M258289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T07:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI package details help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572108#M258290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Interfaces :&amp;lt;/b&amp;gt; Interfaces are object types which predefine attributes, methods, and events for general use.The standard SAP R/3 System already contains interfaces for common actions.Interface object types should be used when possible to standardize names and reduce the error rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Keyfields:&amp;lt;/b&amp;gt; Primary key of fields of the BAPI for example sales order number for sales order BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Mehtods:&amp;lt;/b&amp;gt; Methods belong to the components of a BAPI. For example -&amp;gt; create,change and display of sales order details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you talk about Read,Green and Tick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Red : you can't use that method.&lt;/P&gt;&lt;P&gt;Green : it is released and ready to use.&lt;/P&gt;&lt;P&gt;Tick : tick mark normally u will see with Green that is same meaning of green.&lt;/P&gt;&lt;P&gt;stop : sometime you may be see Stop symbol that mean SAP is stoped for some reason (for example may be up to 4.0A).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please ask me if u want any more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 12:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572108#M258290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T12:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI package details help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572109#M258291</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;&amp;#149;Key fields&lt;/P&gt;&lt;P&gt;The key fields determine the structure of an identifying key, which allows an application to access a specific instance of the object type. The object type Employee and the key field Employee.Number are examples of an object type and a corresponding key field.&lt;/P&gt;&lt;P&gt;&amp;#149;Methods &lt;/P&gt;&lt;P&gt;A method is an operation that can be performed on a business object and that provides access to the object data. A method is defined by a name and a set of parameters and exceptions, which can or must be provided by the calling program in order to use the method. BAPIs are examples of such methods.&lt;/P&gt;&lt;P&gt;&amp;#149;Attributes&lt;/P&gt;&lt;P&gt;An attribute contains data about a business object, thus describing a particular object property. For example, Employee.Name is an attribute of the Employee object type. &lt;/P&gt;&lt;P&gt;&amp;#149;Events&lt;/P&gt;&lt;P&gt;An event indicates the occurrence of a status change of a business object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Red color indicates that you cant use that Method, where as a green color indicates that you can use that method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sookshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 09:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572109#M258291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI package details help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572110#M258292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please reward points if u satisfy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 09:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-package-details-help/m-p/1572110#M258292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T09:50:45Z</dc:date>
    </item>
  </channel>
</rss>

