<?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: Using IDOC MATMAS04 - Segment E1MLGNM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020962#M714213</link>
    <description>&lt;P&gt;Hi Barbara, did you get any solution for this issue?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 16:49:03 GMT</pubDate>
    <dc:creator>guptasonal</dc:creator>
    <dc:date>2023-08-08T16:49:03Z</dc:date>
    <item>
      <title>Using IDOC MATMAS04 - Segment E1MLGNM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020959#M714210</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'm using the Idoc Matmas04 to transfer material data between R/3 46C and ECC60.&lt;/P&gt;&lt;P&gt;In my sender system I don't use the Warehouse View, but I must create it in ECC60.&lt;/P&gt;&lt;P&gt;I try to use the BADI_MATMAS_ALE_IN to create the data for the table MLGN_UEB to pass the data in receving system, but the system doesn't create the Warehouse View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I insert in the internal table MLGN_UEB only the Matnr and LGNUM.&lt;/P&gt;&lt;P&gt;In online transaction the system need only this data.&lt;/P&gt;&lt;P&gt;Can you help me to understand where I'm wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Barbara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 21:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020959#M714210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T21:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using IDOC MATMAS04 - Segment E1MLGNM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020960#M714211</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;Why don't you use user exits EXIT_SAPLMV02_002 when the IDoc is posted via FM IDOC_INPUT_MATMAS01?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
...

            CALL CUSTOMER-FUNCTION '002'
                EXPORTING
                     MESSAGE_TYPE      = IDOC_CONTRL-MESTYP
                     F_CUST_SEGMENT    = USER_SEGMENTS
                TABLES
                     RES_FIELDS        = T_RES_FIELDS
                CHANGING
                     F_MLGN_UEB        = I_MLGN_UEB
                EXCEPTIONS
                     APPLICATION_ERROR = 1
                     OTHERS            = 2.

...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 21:30:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020960#M714211</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-11-05T21:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using IDOC MATMAS04 - Segment E1MLGNM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020961#M714212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use the FM IDOC_INPUT_MATMAS01, I don't have the segment E1MLGNM, so the FM doesn't call the customer-exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Idoc that I have is the follow :&lt;/P&gt;&lt;P&gt; MATMAS04                       Material Master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        E1MARAM                        Master material general data (MARA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            E1MARA1                        Additional Fields for E1MARAM&lt;/P&gt;&lt;P&gt;            E1MAKTM                        Master material short texts (MAKT)&lt;/P&gt;&lt;P&gt;            E1MARCM                        Master material C segment (MARC)&lt;/P&gt;&lt;P&gt;            E1MARMM                        Master material units of measure (MARM)&lt;/P&gt;&lt;P&gt;            E1MBEWM                        Master material material valuation (MBEW)&lt;/P&gt;&lt;P&gt;            E1MVKEM                        Master material sales data (MVKE)&lt;/P&gt;&lt;P&gt;            E1MLANM                        Master material tax classification (MLAN)&lt;/P&gt;&lt;P&gt;            E1MTXHM                        Master material long text header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As ypu can see I don't have the segment E1mlgnm in input in my ECC.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Barbara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 22:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020961#M714212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T22:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using IDOC MATMAS04 - Segment E1MLGNM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020962#M714213</link>
      <description>&lt;P&gt;Hi Barbara, did you get any solution for this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 16:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-idoc-matmas04-segment-e1mlgnm/m-p/3020962#M714213</guid>
      <dc:creator>guptasonal</dc:creator>
      <dc:date>2023-08-08T16:49:03Z</dc:date>
    </item>
  </channel>
</rss>

