<?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: How to access Business object type attribute from a method/function modul ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034946#M417918</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;change to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data a type XXX.
a = me=&amp;gt;attribute
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 21:04:12 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2007-03-09T21:04:12Z</dc:date>
    <item>
      <title>How to access Business object type attribute from a method/function modul ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034945#M417917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i have created a business object type object along with attributes and methods. Now inside the method i want to access the attributes. inside the method i am writing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data a type XXX.&lt;/P&gt;&lt;P&gt;a = me-&amp;gt;attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is creating a compilation error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the method is defined as a function module in some package, so can anyone inform me how to access object attributes from the function module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pointes are awarded&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 20:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034945#M417917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T20:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Business object type attribute from a method/function modul ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034946#M417918</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;change to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data a type XXX.
a = me=&amp;gt;attribute
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 21:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034946#M417918</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-09T21:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Business object type attribute from a method/function modul ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034947#M417919</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;thanks for your answer, but this too did not work, "=&amp;gt;" is for static attributes and the attributes i have are not static. Moreover, i tried it but it gave the same error :&lt;/P&gt;&lt;P&gt;the abap error was when i was checking the code is :&lt;/P&gt;&lt;P&gt;the type me=&amp;gt;documenttype is unknown&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you know in SWO1 i created an object and when i create a method you link it to a function module and this is where you have the implementation of the method, so from this method how can i access the attributes on the main object that i created in SWO1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 21:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034947#M417919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T21:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Business object type attribute from a method/function modul ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034948#M417920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may check this example for some idea?&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/48/4aad83b75211d194f50000e8353423/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/48/4aad83b75211d194f50000e8353423/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 21:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034948#M417920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T21:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Business object type attribute from a method/function modul ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034949#M417921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hassan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;A business "object" has nothing to do with (ABAP) OO-objects.&amp;lt;/b&amp;gt; It is just a hierarchical representation that looks object-like. For example, the business object USER probably has a GET_DETAIL "method". However, the functional representation of this "method" is the function module BAPI_USER_GET_DETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All "methods" of business objects are realized using BAPIs.&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, 09 Mar 2007 21:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-access-business-object-type-attribute-from-a-method-function-modul/m-p/2034949#M417921</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-03-09T21:39:35Z</dc:date>
    </item>
  </channel>
</rss>

