<?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 Function Module MASTERIDOC_CREATE_SMD_DEBMAS - using obj cls DEBITOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-masteridoc-create-smd-debmas-using-obj-cls-debitor/m-p/4844225#M1133056</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;There is this FM MASTERIDOC_CREATE_SMD_DEBMAS.&lt;/P&gt;&lt;P&gt;1. When a customer is created / changed, Idoc is generated.&lt;/P&gt;&lt;P&gt;2. In case of change the FM MASTERIDOC_CREATE_SMD_DEBMAS reads change pointers and IDoc is posted for the &lt;STRONG&gt;changed segments&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is, if a customer master data is changed, along with the changed segments, the FM should send all the unchanged segments also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM has a call to FM CHANGE_POINTERS_READ with object class &lt;STRONG&gt;DEBITOR&lt;/STRONG&gt; ( that is not in the system).  After this class it fills the customer numbers in a table &lt;STRONG&gt;T_resend&lt;/STRONG&gt; from the change pointer list.&lt;/P&gt;&lt;P&gt;If at all there are any customer numbers in this table, the IDoc is created with all the changed data as well as all the data that is not changed. i.e. the IDoc is resent. - Which fulfills the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to insert the customer number in this internal table in debug mode and I achieved this, but as the Change pointer class DEBITOR is not in the system, in normal cases this FM will never generate IDoc with changes as well as all the unchanged segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there any note or customizing setting that is missing and because of that I am not able to achieve the required result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is appriciated.&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Nov 2008 05:36:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-28T05:36:59Z</dc:date>
    <item>
      <title>Function Module MASTERIDOC_CREATE_SMD_DEBMAS - using obj cls DEBITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-masteridoc-create-smd-debmas-using-obj-cls-debitor/m-p/4844225#M1133056</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;There is this FM MASTERIDOC_CREATE_SMD_DEBMAS.&lt;/P&gt;&lt;P&gt;1. When a customer is created / changed, Idoc is generated.&lt;/P&gt;&lt;P&gt;2. In case of change the FM MASTERIDOC_CREATE_SMD_DEBMAS reads change pointers and IDoc is posted for the &lt;STRONG&gt;changed segments&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is, if a customer master data is changed, along with the changed segments, the FM should send all the unchanged segments also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This FM has a call to FM CHANGE_POINTERS_READ with object class &lt;STRONG&gt;DEBITOR&lt;/STRONG&gt; ( that is not in the system).  After this class it fills the customer numbers in a table &lt;STRONG&gt;T_resend&lt;/STRONG&gt; from the change pointer list.&lt;/P&gt;&lt;P&gt;If at all there are any customer numbers in this table, the IDoc is created with all the changed data as well as all the data that is not changed. i.e. the IDoc is resent. - Which fulfills the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to insert the customer number in this internal table in debug mode and I achieved this, but as the Change pointer class DEBITOR is not in the system, in normal cases this FM will never generate IDoc with changes as well as all the unchanged segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there any note or customizing setting that is missing and because of that I am not able to achieve the required result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is appriciated.&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 05:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-masteridoc-create-smd-debmas-using-obj-cls-debitor/m-p/4844225#M1133056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T05:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module MASTERIDOC_CREATE_SMD_DEBMAS - using obj cls DEBITOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-masteridoc-create-smd-debmas-using-obj-cls-debitor/m-p/4844226#M1133057</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;&lt;/P&gt;&lt;P&gt;sunitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have u got any solution for this proelumm&lt;/P&gt;&lt;P&gt;beacuse i am also faciing this issue  if u found any solutin please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-masteridoc-create-smd-debmas-using-obj-cls-debitor/m-p/4844226#M1133057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-14T07:35:37Z</dc:date>
    </item>
  </channel>
</rss>

