<?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 Change_pointers_read FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-read-fm/m-p/8387026#M1643537</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 have a requirement like whenever a class(cl02) is created,an idoc should be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have maintained two fields in BD52 :class and clint of klah table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object       table name      field name&lt;/P&gt;&lt;P&gt;klasse      klah                 class&lt;/P&gt;&lt;P&gt;klasse     klah                  clint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I creted a new class in cl02 and in cdpos the corresponding entery is updated/reflected.&lt;/P&gt;&lt;P&gt;But while tried to crete idoc through BD21,the change_pointers_read is not capturing the cretion/change of the respective class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 06:16:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-07T06:16:41Z</dc:date>
    <item>
      <title>Change_pointers_read FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-read-fm/m-p/8387026#M1643537</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 have a requirement like whenever a class(cl02) is created,an idoc should be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have maintained two fields in BD52 :class and clint of klah table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object       table name      field name&lt;/P&gt;&lt;P&gt;klasse      klah                 class&lt;/P&gt;&lt;P&gt;klasse     klah                  clint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I creted a new class in cl02 and in cdpos the corresponding entery is updated/reflected.&lt;/P&gt;&lt;P&gt;But while tried to crete idoc through BD21,the change_pointers_read is not capturing the cretion/change of the respective class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 06:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-read-fm/m-p/8387026#M1643537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-07T06:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change_pointers_read FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-read-fm/m-p/8387027#M1643538</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;Have you maintained the message type in BD50 and activated it before BD52.&lt;/P&gt;&lt;P&gt;And also let us know what exactly the data you are trying to update using change pointers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 06:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-read-fm/m-p/8387027#M1643538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-07T06:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change_pointers_read FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-read-fm/m-p/8387028#M1643539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message type is already maintained and activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically we need to trigger idoc,when a 1:class is created(KLAH table)&lt;/P&gt;&lt;P&gt;                                                                   2: when a class type is changed for a material(table kssk)&lt;/P&gt;&lt;P&gt;                                                                   3:when the characteristics(of a class) is changed/created for a material(table CABN/AUSP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now here when I am changing anu og the above 3 options ,an Idoc is not  getting triggered .While debugging I noticed, Change_pointers_read FM  is not capturing those data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether this is the right way to get these details or is there any other FM's for retreiving the data related to material classfication.can u help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 07:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-read-fm/m-p/8387028#M1643539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-07T07:14:29Z</dc:date>
    </item>
  </channel>
</rss>

