<?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: Adding Custom fields in MM43 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607055#M1438217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your procedure seems ok. Please make sure your functions group and screens are activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahsan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2010 09:50:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-01T09:50:53Z</dc:date>
    <item>
      <title>Adding Custom fields in MM43</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607054#M1438216</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 have to add some custom fields in MM43/42/41, for that i have used SPRO tcode and done all the configuration for adding new subscreen. But in the last after adding the Subscreen in SPRO i m not able to see my subscreen in MM43/42/41.&lt;/P&gt;&lt;P&gt;but i can see change in SPRO tcode.. under View Data Screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPRO steps which are follow are given below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      1.   Go to Transaction SPRO, Display IMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      2.   Go to Logistics-General à Material Master à Configuring the material master and execute u2018Create Program for Customized Subscreenu2019.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      3.   Create a function group of your own with Y or Z. In this case the function group name given ZMGD1.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      4.   Go to transaction SE80 and open the function group created, here the function group is ZMGD1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      5.   Open the screen 0001. Using screen design layout (SE51), customize the screen according to the requirement.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      6.   Write the flow logic in PAI and PBO as per the requirement.   &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      7.   Now go to transaction SPRO, Display IMG then go to Logistics-General à Material Master à Configuring the material master and execute  u2018Define Structure of Data Screens for Each Screen Sequenceu2019.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  8.   Select the corresponding screen sequence number and double click on data screen button. In this case screen sequence u201821u2019 has modified.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  11.   Select  logical screen 07 (Basic Data 1) and double click on Subscreens.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  12.   In change view of subscreens, modify the program name of sub screen 21à07à08 to the subscreen program name which is created in step 6. In this case the program name is SAPLZMGD1. Save the modifications.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  13.   Now to save the given enhanced field value in the Ztable, write the required code in the user exit EXIT_SAPLMGMU_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute the transaction MM01/MM02/MM03 and test the scenario developed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 08:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607054#M1438216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T08:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom fields in MM43</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607055#M1438217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your procedure seems ok. Please make sure your functions group and screens are activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahsan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 09:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607055#M1438217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom fields in MM43</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607056#M1438218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahsan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;Yes, i have activated functions group and screens. I cross checked it so many time... but still i am getting the same result..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 10:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607056#M1438218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T10:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom fields in MM43</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607057#M1438219</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;any budy... can help me for the above issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 07:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607057#M1438219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-02T07:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Custom fields in MM43</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607058#M1438220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No reply so i am closing the question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 14:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-custom-fields-in-mm43/m-p/6607058#M1438220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-04T14:08:58Z</dc:date>
    </item>
  </channel>
</rss>

