<?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: Screen exit for MM01 to add additional fields to basic data tab . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-mm01-to-add-additional-fields-to-basic-data-tab/m-p/2292947#M500387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the append structure on the MARA table. &lt;/P&gt;&lt;P&gt;The SAP note 44410 describes how to add the new fields to the screen and how the updating will work. &lt;/P&gt;&lt;P&gt;1.	Make a copy of function group MGD1to ZMGDI as stated inthe Ossnote using program COPYMGDI.&lt;/P&gt;&lt;P&gt;2.             Goto Se38 enter program name SAPLZMGDI Click Display and goto&lt;DEL&gt;&amp;gt; program&lt;/DEL&gt;-&amp;gt; other object---&amp;gt; enter screen number '0001' and add your fields to the subscreen which should apper on the the general data section of the basic data1 tab for the tcode MM01 &lt;/P&gt;&lt;P&gt;2.	Make the changes stated in SAP Note.&lt;/P&gt;&lt;P&gt;3.	After make the changes the functional analyst will need to make some configuration changes.&lt;/P&gt;&lt;P&gt;4.	SPRO -&amp;gt; Logistic General -&amp;gt; Material Master -&amp;gt; Configuring Materal Master -&amp;gt; Define Structure of Data Screens Sequence.&lt;/P&gt;&lt;P&gt;5.	Select SSq = 21 then click on Subscreens select Basic DATA1&lt;/P&gt;&lt;P&gt;6.	Enter in the new screens that were built&lt;/P&gt;&lt;P&gt;7.	Change the row that was create putting in the program (function group program) that was created in step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Pavankumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 05:50:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T05:50:52Z</dc:date>
    <item>
      <title>Screen exit for MM01 to add additional fields to basic data tab .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-mm01-to-add-additional-fields-to-basic-data-tab/m-p/2292946#M500386</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;We are working on the SAP version ECC 5.0 . Our requirement is to add additional fields to the general data section of the basic data1 tab for the tcode MM01 . I have gone through many previous queries in SDN but not able to figure out what exactly the process should be . All I could figure out is to start the process from appending the structure to MARA for the additional fields . Then follow the steps in the SPRO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define Structure of Data Screens for Each Screen Sequence&lt;/P&gt;&lt;P&gt;Assign Secondary Screens&lt;/P&gt;&lt;P&gt;Maintain Order of Main and Additional Screens&lt;/P&gt;&lt;P&gt;Assign Screen Sequences to User/Material Type/Transaction/In&lt;/P&gt;&lt;P&gt;Define How Maintenance Statuses Are Determined in Data Trans&lt;/P&gt;&lt;P&gt;Create Program for Customized Subscreens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am not able to comprehend what we are trying to do in these steps .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain me in detail what we are trying to do in the whole process ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Varun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 13:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-mm01-to-add-additional-fields-to-basic-data-tab/m-p/2292946#M500386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exit for MM01 to add additional fields to basic data tab .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-mm01-to-add-additional-fields-to-basic-data-tab/m-p/2292947#M500387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the append structure on the MARA table. &lt;/P&gt;&lt;P&gt;The SAP note 44410 describes how to add the new fields to the screen and how the updating will work. &lt;/P&gt;&lt;P&gt;1.	Make a copy of function group MGD1to ZMGDI as stated inthe Ossnote using program COPYMGDI.&lt;/P&gt;&lt;P&gt;2.             Goto Se38 enter program name SAPLZMGDI Click Display and goto&lt;DEL&gt;&amp;gt; program&lt;/DEL&gt;-&amp;gt; other object---&amp;gt; enter screen number '0001' and add your fields to the subscreen which should apper on the the general data section of the basic data1 tab for the tcode MM01 &lt;/P&gt;&lt;P&gt;2.	Make the changes stated in SAP Note.&lt;/P&gt;&lt;P&gt;3.	After make the changes the functional analyst will need to make some configuration changes.&lt;/P&gt;&lt;P&gt;4.	SPRO -&amp;gt; Logistic General -&amp;gt; Material Master -&amp;gt; Configuring Materal Master -&amp;gt; Define Structure of Data Screens Sequence.&lt;/P&gt;&lt;P&gt;5.	Select SSq = 21 then click on Subscreens select Basic DATA1&lt;/P&gt;&lt;P&gt;6.	Enter in the new screens that were built&lt;/P&gt;&lt;P&gt;7.	Change the row that was create putting in the program (function group program) that was created in step 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Pavankumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 05:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-mm01-to-add-additional-fields-to-basic-data-tab/m-p/2292947#M500387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T05:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exit for MM01 to add additional fields to basic data tab .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-mm01-to-add-additional-fields-to-basic-data-tab/m-p/2292948#M500388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;Can u explain me from 6 th step. I understood upto 5th step...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will reward u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;maha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 05:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-for-mm01-to-add-additional-fields-to-basic-data-tab/m-p/2292948#M500388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T05:56:34Z</dc:date>
    </item>
  </channel>
</rss>

