<?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: Problem with DMS Classification data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dms-classification-data/m-p/1619211#M277109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check out the documentation of the BAPI.&lt;/P&gt;&lt;P&gt;There u find an example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can follow it and can make the necessary changes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not. Try to debug it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2006 04:31:09 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2006-10-04T04:31:09Z</dc:date>
    <item>
      <title>Problem with DMS Classification data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dms-classification-data/m-p/1619209#M277107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;Iam working in SAP DMS (Document Management System).&lt;/P&gt;&lt;P&gt;I want to change the Classification data of a given Document Number. Iam using BAPI_DOCUMENT_CHANGE2 for this purpose.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            documenttype         = documenttype&lt;/P&gt;&lt;P&gt;            documentnumber       = documentnumber&lt;/P&gt;&lt;P&gt;            documentpart         = documentpart&lt;/P&gt;&lt;P&gt;            documentversion      = documentversion&lt;/P&gt;&lt;P&gt;            documentdata         = documentdata&lt;/P&gt;&lt;P&gt;            documentdatax        = documentdatax&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            return               = return&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            characteristicvalues = characteristicvalues[]&lt;/P&gt;&lt;P&gt;            classallocation      = classallocation.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the characteristicvalues table I pass,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;    CLEAR wa_char_value.&lt;/P&gt;&lt;P&gt;    wa_char_value-classtype = '017'.&lt;/P&gt;&lt;P&gt;    wa_char_value-classname = 'ESE_DCN'.&lt;/P&gt;&lt;P&gt;    wa_char_value-charname = 'SALES_ORDER_NUM'.&lt;/P&gt;&lt;P&gt;    wa_char_value-charvalue = vbeln.&lt;/P&gt;&lt;P&gt;    APPEND wa_char_value TO characteristicvalues.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the classallocation table I pass,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  classallocation-classtype = '017'.&lt;/P&gt;&lt;P&gt;  classallocation-classname = 'ESE_DCN'.&lt;/P&gt;&lt;P&gt;  APPEND classallocation.&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The return code of my FM is 0. It does not give any error. BUt when I look into transaction cv02n for that particular document number, it does not display any classsfication data., it is empty. &lt;/P&gt;&lt;P&gt;Why the classification data is not getting populated using this BAPI_DOCUMENT_CHANGE2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 09:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dms-classification-data/m-p/1619209#M277107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DMS Classification data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dms-classification-data/m-p/1619210#M277108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;I didnt get any reply for my question.&lt;/P&gt;&lt;P&gt;I just want to know whether I have given the correct details to the FM. And why doesnt my FM changes the Document Classification data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 04:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dms-classification-data/m-p/1619210#M277108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-04T04:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DMS Classification data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dms-classification-data/m-p/1619211#M277109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check out the documentation of the BAPI.&lt;/P&gt;&lt;P&gt;There u find an example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can follow it and can make the necessary changes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not. Try to debug it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2006 04:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dms-classification-data/m-p/1619211#M277109</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-10-04T04:31:09Z</dc:date>
    </item>
  </channel>
</rss>

