<?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 Triggering the idoc for Classification data changes. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207758#M1627035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help for implementing the bewlo requirement related to Idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirements is related Idoc outbound processing for Material Master data changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have extended the idoc basic type MATMAS05 with the new 2 fields ATINN,ATWRT these 2 fields related to classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Idocs has to be generated when there is any change in the Material Master or Classfication .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Presently I can able to trigger the Material master data changes , but I am unble to fugure out the objects related to Change pointers for Classification data changes inorder to maintain them in BD52 for my corresponding Message type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Tcode BD52 what is the Object ,Table name,Field name needs to be maintained in BD52 for change pointers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When there is a change in Classification data also my idoc needs to be generated along with the Material data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Oct 2011 10:46:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-24T10:46:55Z</dc:date>
    <item>
      <title>Triggering the idoc for Classification data changes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207758#M1627035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help for implementing the bewlo requirement related to Idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirements is related Idoc outbound processing for Material Master data changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I have extended the idoc basic type MATMAS05 with the new 2 fields ATINN,ATWRT these 2 fields related to classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Idocs has to be generated when there is any change in the Material Master or Classfication .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Presently I can able to trigger the Material master data changes , but I am unble to fugure out the objects related to Change pointers for Classification data changes inorder to maintain them in BD52 for my corresponding Message type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: Tcode BD52 what is the Object ,Table name,Field name needs to be maintained in BD52 for change pointers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When there is a change in Classification data also my idoc needs to be generated along with the Material data .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2011 10:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207758#M1627035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-24T10:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering the idoc for Classification data changes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207759#M1627036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saritha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. WE81 Create new message type&lt;/P&gt;&lt;P&gt;2. WE82 make connection between IDOC type MATMAS05 and message type&lt;/P&gt;&lt;P&gt;3 .BD59 Create the field that we will use to filter the idoc in the distribution model .&lt;/P&gt;&lt;P&gt;Note: You can take a look at the standard message type MATMAS to find ALE object type and Segm. type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. BD64 Create distribution model.&lt;/P&gt;&lt;P&gt; create new model and press button Add message type to add the new message type and the sender and receiver systems&lt;/P&gt;&lt;P&gt; Under the message type  choose the filter and add the fields from and filter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. BD60 To be able to use changepointers for the new message type, it must have a reference to the original message type MATMAS. You make this referecne in BD60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. BD52 In this transaction you set up the fields that triggers a change. Note that it is not possible to copy the fields from and existing message type (For example from MATMAS). However, you can use an existing message type in BD52 to find out  Object and table name for the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this information will  help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ravipatlola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 06:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207759#M1627036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-25T06:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering the idoc for Classification data changes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207760#M1627037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the solution for my query i.e what are the fields that I have to maintain for the Change pointers in BD52 inorder to trigger the idoc for Classification data changes either by MM01 or MM02 as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BD52 I have maintained the entries as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASSIFY	ABAUSP	ATCOD&lt;/P&gt;&lt;P&gt;CLASSIFY	ABAUSP	ATINN&lt;/P&gt;&lt;P&gt;CLASSIFY	ABAUSP	ATWRT&lt;/P&gt;&lt;P&gt;CLASSIFY	ABKSSK	KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever I changed the data for Classification I will get the corresponding entry from the FM 'CHANGE_POINTERS_READu2019 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this chanepointer read FM returned table will contains the internal object number as Key for the classification data.&lt;/P&gt;&lt;P&gt;and  Key will contains the Matnr number if change is related to Material Master data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I found one more FM to get the link between the Internal object number to Material number when the change is related to Classification i.e "CUOB_GET_OBJECT".This FM is most important aspect to get the link between the change object number to Material.Luckily I got this and my problem has been resolved as I got the link between the classfication information to the material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object class will be MATERIAL for MM change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object class will be CLASSIFY for classification data change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gv_object_number TYPE cuobj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;If changes related to Classification&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF gt_chgptrs-cdobjcl = gc_classify AND  ( gt_chgptrs-tabname = gc_abkssk OR&lt;/P&gt;&lt;P&gt;      gt_chgptrs-tabname = gc_abausp ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get the Object number from CP tabe&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      gv_object_number = gt_chgptrs-cdobjid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fetch the link between this Object to the Material Master.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL FUNCTION 'CUOB_GET_OBJECT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          object_number = gv_object_number&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          class_nr      = gv_class_nr&lt;/P&gt;&lt;P&gt;          class_type    = gv_class_type&lt;/P&gt;&lt;P&gt;          object_id     = gv_object_id&lt;/P&gt;&lt;P&gt;          inob_object   = gw_inob_object&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          not_found     = 1&lt;/P&gt;&lt;P&gt;          OTHERS        = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tthe returned structure gw_inob_object&lt;/P&gt;&lt;P&gt;will contains the material numer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any one need help on the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 11:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207760#M1627037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-01T11:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering the idoc for Classification data changes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207761#M1627038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saritha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain all the steps in detail, i'm also facing the same issue but not able to trigger the classification outbound IDOC from Material Master through change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gnaneswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2014 11:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207761#M1627038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-17T11:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering the idoc for Classification data changes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207762#M1627039</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;I have a problem , the table &lt;SPAN style="color: #333333; font-size: 12px;"&gt;inob&lt;/SPAN&gt; is empty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know another way to find the relationship ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Apr 2014 02:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207762#M1627039</guid>
      <dc:creator>former_member224779</dc:creator>
      <dc:date>2014-04-26T02:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering the idoc for Classification data changes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207763#M1627040</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing same problem.&lt;/P&gt;&lt;P&gt;I have done all required configuration but change pointer entry is not getting created in BDCP2.&lt;/P&gt;&lt;P&gt;Could you please tell where did you wrote this code??&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Darshan&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 06:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207763#M1627040</guid>
      <dc:creator>former_member219850</dc:creator>
      <dc:date>2021-02-06T06:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering the idoc for Classification data changes.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207764#M1627041</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;darshanp840&lt;/SPAN&gt;  please post your own question, don't add a question as a comment to a decade-old post. "Former member" won't reply to you anyway, c'mon now.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 17:31:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-the-idoc-for-classification-data-changes/m-p/8207764#M1627041</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2021-02-08T17:31:08Z</dc:date>
    </item>
  </channel>
</rss>

