<?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: Services for Object (Create , Change, Delete) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872204#M1139003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply execute OAER transaction directly or call fm 'BDS_CALL_NAVIGATOR' in your Z report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS you should know the "class name" "class type" and object key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2008 20:49:52 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-12-01T20:49:52Z</dc:date>
    <item>
      <title>Services for Object (Create , Change, Delete)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872203#M1139002</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;Is there any sample program where we can create (Change and delete) a note in the services for object for sales order.&lt;/P&gt;&lt;P&gt;We have requitement where we need to develop a Z program which should have the functionality of changing or creating or deleting the Note from the services for object in sales order. the input parameter will be sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Chindam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 20:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872203#M1139002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T20:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Services for Object (Create , Change, Delete)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872204#M1139003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply execute OAER transaction directly or call fm 'BDS_CALL_NAVIGATOR' in your Z report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS you should know the "class name" "class type" and object key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 20:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872204#M1139003</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-12-01T20:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Services for Object (Create , Change, Delete)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872205#M1139004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your quick reponse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you be move speciefic on how can i achive this or if you could give me some sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 20:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872205#M1139004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T20:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Services for Object (Create , Change, Delete)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872206#M1139005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have any sample code&lt;/P&gt;&lt;P&gt;Please check how this fm called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CALL FUNCTION 'BDS_CALL_NAVIGATOR'
       EXPORTING
            classname      = 'BUS2037'    " Business object for sales order
            classtype      = 'BO'
            OBJKEY         = L_OBJKEY  " Sales order Number
       TABLES
            EXCLUDING      = i_excluding
       EXCEPTIONS
            INTERNAL_ERROR = 1
            OTHERS         = 2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 21:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872206#M1139005</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-12-01T21:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Services for Object (Create , Change, Delete)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872207#M1139006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried with this FM but i am not able to create any NOTE for the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any othere way to create change delete a NOTE from a sales order in the services for object. ( a button at the left of title bar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Chindam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 21:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872207#M1139006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T21:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Services for Object (Create , Change, Delete)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872208#M1139007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No more required by client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 15:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/services-for-object-create-change-delete/m-p/4872208#M1139007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T15:17:55Z</dc:date>
    </item>
  </channel>
</rss>

