<?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 trigger INVCON by change pointer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262605#M1529094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to trigger INVCON1 idoc by change pointers. I have followed the procedure given in following thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1612638"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is I am not getting any entry in BDCP&lt;/P&gt;&lt;P&gt;When I try to execute RBDMIDOC with message type INVOCN, its throwing an errror message 'Message type INVCON can not be sent with change pointers'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 05:53:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-29T05:53:13Z</dc:date>
    <item>
      <title>trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262605#M1529094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to trigger INVCON1 idoc by change pointers. I have followed the procedure given in following thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1612638"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is I am not getting any entry in BDCP&lt;/P&gt;&lt;P&gt;When I try to execute RBDMIDOC with message type INVOCN, its throwing an errror message 'Message type INVCON can not be sent with change pointers'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 05:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262605#M1529094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T05:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262606#M1529095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have entry in table TBDME to enable the processing of idoc Based on Change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While going through the process codes, Message type INVCON is used for inbound processing with process code INVC. Why you want to use this message type as an Outbound idoc using Change Pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:09:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262606#M1529095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T06:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262607#M1529096</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 no entry in TBDME . I need to maintain that in BD60. But there is no FM module available like MASTERIDOC_CREATE_SMD_INVCON.. Is there any way I can create this FM ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:42:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262607#M1529096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T06:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262608#M1529097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still I don't understand why you are using this Message type for outbound processing.  I think this is for inbound processing.  You can see the Process code (INVC) in WE42(Inbound Process codes) assinged to this message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 06:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262608#M1529097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T06:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262609#M1529098</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;Change pointer will come into the picture when u r going to send the any data from the one system to another when ever it is get changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: We have the material , once we activate the change pointers, then for that message type MATMAS, if i change any thing in the material then the idoc will be sent to across other systems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please recheck , it is outbound or inbound idoc .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262609#M1529098</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2010-09-29T07:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262610#M1529099</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;If u r using ECC 6.0 the change pointer table is BDCP2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amitava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262610#M1529099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T07:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262611#M1529100</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;Usually we will use concept of change pointers for sending  master data like customers , vendors , materials to third party system. Also for sending transactional data like orders , invoices we will use output types. So, check the cooncept of output types for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Lokeswari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262611#M1529100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T07:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262612#M1529101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then how would you send outbound INVCON1 idoc ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 07:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262612#M1529101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T07:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262613#M1529102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use INVCON for outbound processing, Create a custom program, fill the segments the IDOC and Generate the idoc using the function modules MASTER_IDOC_DISTRIBUTE &amp;amp; DEQUEUE_ALL.  Execute the Custom program or Schedule it to execute in specified time intervals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262613#M1529102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T08:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: trigger INVCON by change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262614#M1529103</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;Resolved. Idoc for INVCON gets triggered automatically when partner profile and change pointers are setup for INVCON message type. There is no need of any customization. SAP shedule a background report to create the INVCON outbound IDocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 03:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-invcon-by-change-pointer/m-p/7262614#M1529103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-11T03:58:12Z</dc:date>
    </item>
  </channel>
</rss>

