<?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: Calling mm01 tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919289#M939159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this [link |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5441048"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 09:21:47 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2008-05-27T09:21:47Z</dc:date>
    <item>
      <title>Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919281#M939151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abapers,&lt;/P&gt;&lt;P&gt;        I  developed a screen in dialog programming in that i have stored material number in one text.My requirement is when i click its corresponding create button it should call mm01 and the material number should be dispalyed in mm01 screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I tried the below code but the material number  not displayed in matnr field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  case sy-ucomm.&lt;/P&gt;&lt;P&gt;  when 'CREATE'.&lt;/P&gt;&lt;P&gt;    SET PARAMETER ID 'MAT' FIELD MATNR.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM01'.&lt;/P&gt;&lt;P&gt;    endcase. &lt;/P&gt;&lt;P&gt;I have declared matnr like&lt;/P&gt;&lt;P&gt;data: matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;can anyone pl help me out in this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ranganayahi Chandirasekaran on May 27, 2008 11:05 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919281#M939151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919282#M939152</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;You need to do it with BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919282#M939152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919283#M939153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the screen field value assigned to the variable matnr before setting the parameter id??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;stck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:09:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919283#M939153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919284#M939154</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;&lt;/P&gt;&lt;P&gt;declare as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : matnr like mara-MATNR MEMORY ID MAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK WHETHER THE DATA MATNR IS filled before calling the transaction.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919284#M939154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919285#M939155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; In MM01 material number is not displayed before it is created so you cannot call MM01 setting parameter you have to call MM02 for a particular material with the same syntax.You cannot call MM01 because matetial number is only generated at the end of the process of creation of matrerial in MM01 but you can try to call MM02 with the same syntax &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD MATNR.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where field MATNR will have some valid material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919285#M939155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919286#M939156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;In your code , add this also:&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'CREATE'.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD MATNR.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM01' &lt;STRONG&gt;AND SKIP FIRST SCREEN&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;endcase. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:20:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919286#M939156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919287#M939157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranganayahi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try CALL TRANSACTION 'MM01' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;At the same time check field MATNR has some value.&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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919287#M939157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919288#M939158</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;Your code will not work for MM01, but it works for MM02 and MM03.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919288#M939158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919289#M939159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this [link |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5441048"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919289#M939159</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-05-27T09:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919290#M939160</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; INITIALIZATION.&lt;/P&gt;&lt;P&gt;  IMPORT wk_noteno FROM MEMORY ID 'NOTIFNO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE sscrfields-ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919290#M939160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919291#M939161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Thanks for ur reply.&lt;/P&gt;&lt;P&gt; No, i am not doing BDC,I just want to call mm01 screen.&lt;/P&gt;&lt;P&gt;The mm01 screen should be displayed with the material number which i have mentioned in my own designed screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919291#M939161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919292#M939162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this example &lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                  rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check function code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Check field clicked on within ALVgrid report&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF rs_selfield-fieldname = 'EBELN'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Read data table, using index of row user clicked on&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      READ TABLE it_ekko INTO wa_ekko INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Set parameter ID for transaction screen field&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      SET PARAMETER ID 'BES' FIELD wa_ekko-ebeln.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Sxecute transaction ME23N, and skip initial data entry screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/reporting/alv/alvgrid_enhanced.htm" target="test_blank"&gt;http://www.sapdev.co.uk/reporting/alv/alvgrid_enhanced.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:25:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919292#M939162</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-05-27T09:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919293#M939163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranganayahi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the MATNR getting picked up properly from the table control.&lt;/P&gt;&lt;P&gt;You can check this by debuging the PAI part of your code.&lt;/P&gt;&lt;P&gt;You can also put a break-point at the place where you setting the parameter and check the desired MATNR is getting set.&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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919293#M939163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919294#M939164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranganayahi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this code instead of SET PARAMETER ID.&lt;/P&gt;&lt;P&gt;The SET PARAMETER is not working incase of MM01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:   bdcdata LIKE bdcdata    OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;bdcdata-fnam = 'RMMG1-MATNR'.&lt;/P&gt;&lt;P&gt;bdcdata-PROGRAM = 'SAPLMGMM'.&lt;/P&gt;&lt;P&gt;bdcdata-dynpro = '0060'.&lt;/P&gt;&lt;P&gt;bdcdata-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;bdcdata-fval = MATNR.&lt;/P&gt;&lt;P&gt;APPEND bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'MM01' USING bdcdata.&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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919294#M939164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919295#M939165</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;  i am not able declare matnr field as u said.It gives the following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include MZ_MMTTOP&lt;/P&gt;&lt;P&gt;",", "VALUE ...", "LENGTH ...", "DECIMALS ...", or "VALUE IS INITIAL"&lt;/P&gt;&lt;P&gt;expected after "MARA-MATNR".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919295#M939165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919296#M939166</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;   I tried as u said.but the matnrial number is not displayed.&lt;/P&gt;&lt;P&gt;but it shows error msg like 'enter mateial type'.(in mm01 screen)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919296#M939166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919297#M939167</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;     yes.u r correct! My code is working for mm02 and mm03.&lt;/P&gt;&lt;P&gt;but it is not working for mm01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         but my requirement is: i need to create material number which shows in the screen.so when user click create button it should call mm01 with material number displayed in screen.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   Is it possible to call mm01 screen for this suituation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 09:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919297#M939167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calling mm01 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919298#M939168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 06:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mm01-tcode/m-p/3919298#M939168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T06:25:18Z</dc:date>
    </item>
  </channel>
</rss>

