<?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: Change pointers for custom message type - ZARTMAS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type-zartmas/m-p/587974#M23564</link>
    <description>&lt;P&gt;Hello Siva,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;standard transaction BD21 reads and calls a FM defined for your message type in BD60 : MASTERIDOC_CREATE_SMD_ARTMAS.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;This FM reads the distribution model (BD64) to identify the possible target systems of your message.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Check out 'ALE Programming guide' on help.sap.com&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Good luck&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Christophe&lt;/P&gt;</description>
    <pubDate>Wed, 23 May 2018 07:41:47 GMT</pubDate>
    <dc:creator>chris_nace</dc:creator>
    <dc:date>2018-05-23T07:41:47Z</dc:date>
    <item>
      <title>Change pointers for custom message type - ZARTMAS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type-zartmas/m-p/587973#M23563</link>
      <description>&lt;P&gt;Hi Experts, &lt;/P&gt;
  &lt;P&gt;Requirement : &lt;/P&gt;
  &lt;P&gt;I have a requirement to create a new message type ZARTMAS. This new message type will have all the change pointers fields of ARTMAS and in addition few custom fields of MARC. &lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Steps done so far &lt;/U&gt;&lt;/STRONG&gt;: &lt;/P&gt;
  &lt;P&gt;Created a new message type (WE81). &lt;/P&gt;
  &lt;P&gt;Activated change pointer for the created message type using BD50. &lt;/P&gt;
  &lt;P&gt;Created the change pointer fields for ZARTMAS using BD52. &lt;/P&gt;
  &lt;P&gt;Linked the idoc type to ZARTMAS using WE82.&lt;/P&gt;
  &lt;P&gt; Mapped the process code (MASTERIDOC_CREATE_SMD_ARTMAS) to message type ZARTMAS using BD60. &lt;/P&gt;
  &lt;P&gt;Configured the partner profile under partner type (LS) for a partner number in the outbound parameters section.&lt;/P&gt;
  &lt;P&gt; In partner profile, already ARTMAS is configured for five partner number(Ex A1, A2,A3,A4,A5). &lt;/P&gt;
  &lt;P&gt;In addition, i have added the ZARTMAS to the partner number (A6). &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Issue :&lt;/U&gt;&lt;/STRONG&gt; &lt;/P&gt;
  &lt;P&gt;When i have changed the article data and saved, i can see the entries in BDCP2 table for a new message type. &lt;/P&gt;
  &lt;P&gt;When i execute transaction BD21 for ZARTMAS, 5 idocs were generated (ARTMAS). Idocs generated has a message type of ARTMAS not ZARTMAS. This is wrong. &lt;/P&gt;
  &lt;P&gt;Program doesn't take into consideration of my partner profile config for ZARTMAS.&lt;/P&gt;
  &lt;P&gt; Ideally only once idoc should be generated for ZARTMAS with message type as ZARTMAS.&lt;/P&gt;
  &lt;P&gt; Please let me know is am wrong some where ? This is a high priority issue.&lt;/P&gt;
  &lt;P&gt; I have searched many SCN forums. But i couldn't get useful answers to fix my issue. &lt;/P&gt;
  &lt;P&gt;Regards, &lt;/P&gt;
  &lt;P&gt;Siva.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 06:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type-zartmas/m-p/587973#M23563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-05-10T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type - ZARTMAS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type-zartmas/m-p/587974#M23564</link>
      <description>&lt;P&gt;Hello Siva,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;standard transaction BD21 reads and calls a FM defined for your message type in BD60 : MASTERIDOC_CREATE_SMD_ARTMAS.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;This FM reads the distribution model (BD64) to identify the possible target systems of your message.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;Check out 'ALE Programming guide' on help.sap.com&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Good luck&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Christophe&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 07:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type-zartmas/m-p/587974#M23564</guid>
      <dc:creator>chris_nace</dc:creator>
      <dc:date>2018-05-23T07:41:47Z</dc:date>
    </item>
  </channel>
</rss>

