<?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: Generic Object Services in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204000#M763782</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;You can do it thru using class CL_GOS*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE24--&amp;gt; type CL_GOS*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find appropriate class &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an code for attaching url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BDS_BUSINESSDOCUMENT_CREA_URL'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;logical_system = logical_system&lt;/P&gt;&lt;P&gt;classname = classname_select&lt;/P&gt;&lt;P&gt;classtype = classtype_select&lt;/P&gt;&lt;P&gt;client = sy-mandt&lt;/P&gt;&lt;P&gt;object_key = objkey_select&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;uris = i_uris&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;error_kpro = 1&lt;/P&gt;&lt;P&gt;internal_error = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;if sy-subrc 0.&lt;/P&gt;&lt;P&gt;message id sy-msgid type sy-msgty number sy-msgno&lt;/P&gt;&lt;P&gt;with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for logical_system use FM OWN_LOGICAL_SYSTEM_GET to get your logical system name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class name= BKPF&lt;/P&gt;&lt;P&gt;classtype = BO&lt;/P&gt;&lt;P&gt;object_key = &amp;lt;companycode&amp;gt;&lt;EM&gt;&amp;lt;doc number&amp;gt;&lt;/EM&gt;&amp;lt;year&amp;gt; e.g 011000001234562007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in uris talbe pass the urls to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if found helpful...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 11:46:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-20T11:46:21Z</dc:date>
    <item>
      <title>Generic Object Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3203999#M763781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is uploading a file from the presentation server, which consists of the fields | Company code | Contract Number | Title of Note | Description | &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the Company code and Contract Number, i want to upload the Title of the Note and its Description into the Transaction RECN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I heard that there is way to upload the large volumes of Notes...by using Generic Object Services...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to solve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance...&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 07:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3203999#M763781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T07:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Object Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204000#M763782</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;You can do it thru using class CL_GOS*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE24--&amp;gt; type CL_GOS*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find appropriate class &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an code for attaching url:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BDS_BUSINESSDOCUMENT_CREA_URL'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;logical_system = logical_system&lt;/P&gt;&lt;P&gt;classname = classname_select&lt;/P&gt;&lt;P&gt;classtype = classtype_select&lt;/P&gt;&lt;P&gt;client = sy-mandt&lt;/P&gt;&lt;P&gt;object_key = objkey_select&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;uris = i_uris&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;error_kpro = 1&lt;/P&gt;&lt;P&gt;internal_error = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;if sy-subrc 0.&lt;/P&gt;&lt;P&gt;message id sy-msgid type sy-msgty number sy-msgno&lt;/P&gt;&lt;P&gt;with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for logical_system use FM OWN_LOGICAL_SYSTEM_GET to get your logical system name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class name= BKPF&lt;/P&gt;&lt;P&gt;classtype = BO&lt;/P&gt;&lt;P&gt;object_key = &amp;lt;companycode&amp;gt;&lt;EM&gt;&amp;lt;doc number&amp;gt;&lt;/EM&gt;&amp;lt;year&amp;gt; e.g 011000001234562007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in uris talbe pass the urls to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if found helpful...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 11:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204000#M763782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T11:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Object Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204001#M763783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandra sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur valuable suggestion....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i havent worked on the classes upto now....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but here in this case i have to upload a file from the presentation server which consists of the fileds as mentioned above....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had gone through the url &lt;/P&gt;&lt;P&gt;/people/rammanohar.tiwari/blog/2006/03/25/generic-object-services-gos--in-background--part-ii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am not getting clear idea of it.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have an example code.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will be very much thankful to you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me out of this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks....!&lt;/P&gt;&lt;P&gt;brahma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 12:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204001#M763783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T12:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Object Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204002#M763784</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;your example is nice but what's the format of URIS table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How create a URI format with a URL ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 18:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204002#M763784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T18:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Object Services</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204003#M763785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating of notes for me had done by using function module from function group SGOSDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers....!&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 12:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-object-services/m-p/3204003#M763785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T12:05:12Z</dc:date>
    </item>
  </channel>
</rss>

