<?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: Material master update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632593#M1282348</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;any one please give me an example codings if u had done before. or user exit available for mm01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 11:50:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-19T11:50:27Z</dc:date>
    <item>
      <title>Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632589#M1282344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created custom fields in MARC. and done customization in SPRO for custom subscreen.&lt;/P&gt;&lt;P&gt;i am able to see the custom screen for view purchasing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the problem is i couldn't update database . values entered on screen are not populated .if it is coming out of screen then assigned values are empty.how to do this .&lt;/P&gt;&lt;P&gt;user exit MGA00001 EXIT_SAPLMGMU_001 not triggered..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;kani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632589#M1282344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632590#M1282345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since you have made the customised screen you can insert the fields in the pbo in CHAIN-ENDCHAIN.&lt;/P&gt;&lt;P&gt;Also these fields need to be in the relevant structures of the material master tables along with CI includes which are used in the data transfer stuctures (BMMH1, BMMH2 etc) used for material master in BAPI or IDOCs.&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;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632590#M1282345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T11:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632591#M1282346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export the data in the PAI event of the screen and import the same in the user exit EXIT_SAPLMGMU_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then fill the fields in the corresponding structure so that it will update the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have done the config in spro for the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632591#M1282346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T11:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632592#M1282347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you have used the COPYMGD1 program to generate custom Function Group. If you put you fields within CHAIN ENDCHAIN of PAI of custom screen. It should work fine.&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE get_daten_sub .
  CHAIN.
    FIELD: 
           mara-zzeccn,
           mara-zzrlocation MODULE rlocation_check ON INPUT, " Module if required
            ENDCHAIN.
  MODULE set_daten_sub.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When designing new subscreens of your own, note the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The screen must contain all the PBO (process before output) modules of the sample screen.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you want to create new PBO modules, you must position them between module BEZEICHNUNGEN_LESEN and module SET_DATEN_SUB.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you want to create new PAI (process after input) modules, you must position them between module GET_DATEN_SUB and module SET_DATEN_SUB.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For each new field, you must include a FIELD statement between PAI module GET_DATEN_SUB and PAI module SET_DATEN_SUB.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you copy fields from another standard subscreen to a new screen, you must also copy the relevant modules and any directly relevant fields together with their modules.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632592#M1282347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632593#M1282348</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;any one please give me an example codings if u had done before. or user exit available for mm01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632593#M1282348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T11:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632594#M1282349</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;exit mentiond is triggered . But here i could n't pass values . because there is no export fields or changing for MARC custom fields update ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if you know the answer. I&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 15:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632594#M1282349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T15:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632595#M1282350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used BADI_MATERIAL_REF . when i am pressing save in mm01 , it triggering this nadi. where i am assigning only custom fields . but i want to get data from import parameter I_MARC. &lt;/P&gt;&lt;P&gt;but it is not having any values .&lt;/P&gt;&lt;P&gt;my custom fields are assigned to export parameter e_marcu . but only these fields are populated into Database. values entered on screen is not there in import parametr and i couldn't pass it again to program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have used it please guide me .&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 07:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632595#M1282350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T07:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632596#M1282351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some how i have done coding for MM01 to populate data for custom fields into MARC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now problem is i want USER EXIT OR BADI for MM02 to populate the changes made by user on screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help  me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and Regards,&lt;/P&gt;&lt;P&gt;kani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 09:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632596#M1282351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T09:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632597#M1282352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;self solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 04:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632597#M1282352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T04:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Material master update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632598#M1282353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;        have the same problem can u guide me how u have accomplished the requirement specially for MM02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 10:37:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-update/m-p/5632598#M1282353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T10:37:07Z</dc:date>
    </item>
  </channel>
</rss>

