<?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 IDOC_CIMTYPE Empty - Change Pointers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762802#M1461916</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;We have developed the user exit ZUE_ZXMGVU03 to send additional material customised field in BD10 when sending idoc from ECC.&lt;/P&gt;&lt;P&gt;the problem is that before the select statement from MARA table we check the follwing condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF idoc_cimtype = 'ZAFSMATMAS05'&lt;/P&gt;&lt;P&gt;when I debug the program the value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is this field custmized ? we activated the change pointers already&lt;/P&gt;&lt;P&gt;I tried looking in BD52 but I didnt find  it there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Shai Rosenzweig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Apr 2010 10:05:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-12T10:05:43Z</dc:date>
    <item>
      <title>IDOC_CIMTYPE Empty - Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762802#M1461916</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;We have developed the user exit ZUE_ZXMGVU03 to send additional material customised field in BD10 when sending idoc from ECC.&lt;/P&gt;&lt;P&gt;the problem is that before the select statement from MARA table we check the follwing condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF idoc_cimtype = 'ZAFSMATMAS05'&lt;/P&gt;&lt;P&gt;when I debug the program the value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is this field custmized ? we activated the change pointers already&lt;/P&gt;&lt;P&gt;I tried looking in BD52 but I didnt find  it there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Shai Rosenzweig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 10:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762802#M1461916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T10:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_CIMTYPE Empty - Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762803#M1461917</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;guess that your ZUE_ZXMGVU03 code is used in the EXIT_SAPLMV01_002 - at the point, where the icodc is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, the IDOC_CIMTYPE parameter is an output parameter in that user exit - you may influence that one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to know, from where your are coming, it's more the MESSAGE_TYPE and SEGMENT_NAME - parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 11:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762803#M1461917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T11:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_CIMTYPE Empty - Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762804#M1461918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes this parameter is output, you are right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the SEGMENT_NAME is not the Z SEGMENT&lt;/P&gt;&lt;P&gt;how can I check that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Shai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 12:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762804#M1461918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T12:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_CIMTYPE Empty - Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762805#M1461919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just an example, how it's used here: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_edidd    TYPE edidd,&lt;/P&gt;&lt;P&gt;            l_ze1maram TYPE ze1maram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK message_type = 'MATMAS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF segment_name = 'E1MARAM'.&lt;/P&gt;&lt;P&gt; &amp;lt;Get Values for  L_ze1maram&amp;gt; &lt;/P&gt;&lt;P&gt; .... &lt;/P&gt;&lt;P&gt; .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR l_edidd.&lt;/P&gt;&lt;P&gt;  l_edidd-segnam = 'ZE1MARAM'.&lt;/P&gt;&lt;P&gt;  l_edidd-sdata  = l_ze1maram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  APPEND l_edidd TO idoc_data.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ZE1MARAM is an own segment that's just under the E1MARAM-segment in an enhanced Idoc-type .&lt;/P&gt;&lt;P&gt;The enhanced idoc is based on Matmas04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Apr 2010 13:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-cimtype-empty-change-pointers/m-p/6762805#M1461919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-12T13:30:50Z</dc:date>
    </item>
  </channel>
</rss>

