<?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 BAPI_DOCUMENT_CHANGE2  For object links upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-document-change2-for-object-links-upload/m-p/7151635#M1514663</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;I had used the BAPI_DOCUMENT_CHANGE2 to upload object links(customer number,ecm,doc info records..etc). I want to upload document info records  in &lt;STRONG&gt;cv02n&lt;/STRONG&gt; TCODE. But i couldn't update the document details it s showing error,how should i assign value to the object links internal table should i concatenate the doc type,number,part and version while assigning to the objectlink-objectkey ...could you please help me out. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thsi the piece of code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE wa_objectlinks-refdoctype wa_objectlinks-refdocnumber wa_objectlinks-refdocpart wa_objectlinks-refdocversion&lt;/P&gt;&lt;P&gt;                       INTO wa_objlink-objectkey.&lt;/P&gt;&lt;P&gt;            wa_objlink-objecttype = 'DRAW'.&lt;/P&gt;&lt;P&gt;            wa_objlink-documentdirection = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           wa_objlink-objectkey = wa_objectlinks-refdocnumber.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            APPEND wa_objlink TO it_objlink.                                                "  Here i am appending it to the internal table for upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : i have tried debugging it is assiging document direction inside the bapi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Aug 2010 06:23:34 GMT</pubDate>
    <dc:creator>former_member184497</dc:creator>
    <dc:date>2010-08-02T06:23:34Z</dc:date>
    <item>
      <title>BAPI_DOCUMENT_CHANGE2  For object links upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-document-change2-for-object-links-upload/m-p/7151635#M1514663</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;I had used the BAPI_DOCUMENT_CHANGE2 to upload object links(customer number,ecm,doc info records..etc). I want to upload document info records  in &lt;STRONG&gt;cv02n&lt;/STRONG&gt; TCODE. But i couldn't update the document details it s showing error,how should i assign value to the object links internal table should i concatenate the doc type,number,part and version while assigning to the objectlink-objectkey ...could you please help me out. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thsi the piece of code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE wa_objectlinks-refdoctype wa_objectlinks-refdocnumber wa_objectlinks-refdocpart wa_objectlinks-refdocversion&lt;/P&gt;&lt;P&gt;                       INTO wa_objlink-objectkey.&lt;/P&gt;&lt;P&gt;            wa_objlink-objecttype = 'DRAW'.&lt;/P&gt;&lt;P&gt;            wa_objlink-documentdirection = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           wa_objlink-objectkey = wa_objectlinks-refdocnumber.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            APPEND wa_objlink TO it_objlink.                                                "  Here i am appending it to the internal table for upload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : i have tried debugging it is assiging document direction inside the bapi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 06:23:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-document-change2-for-object-links-upload/m-p/7151635#M1514663</guid>
      <dc:creator>former_member184497</dc:creator>
      <dc:date>2010-08-02T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_DOCUMENT_CHANGE2  For object links upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-document-change2-for-object-links-upload/m-p/7151636#M1514664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi any one can help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 06:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-document-change2-for-object-links-upload/m-p/7151636#M1514664</guid>
      <dc:creator>former_member184497</dc:creator>
      <dc:date>2010-08-02T06:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_DOCUMENT_CHANGE2  For object links upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-document-change2-for-object-links-upload/m-p/7151637#M1514665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya i found out the answer ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we should concatenate doc type, number, version and  part and send it to  objectkey and set data direction as 'X'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 11:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-document-change2-for-object-links-upload/m-p/7151637#M1514665</guid>
      <dc:creator>former_member184497</dc:creator>
      <dc:date>2010-08-02T11:22:53Z</dc:date>
    </item>
  </channel>
</rss>

