<?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 Passing data from Standard program to Custom program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386232#M813061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are developing some custom screen in material master as a business need. The screen is developed in a different function group. We need to populate some data in our custom screen with the values from the standard screen. Currently we follow the steps given below,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Execute MM01, fill the standard screens and save the data. Material is created. &lt;/P&gt;&lt;P&gt;2. Execute MM02. update the fields in custom screen and save again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When executing MM02, we have all the data in the database and I populate the custom tab, enter input values and save it. &lt;/P&gt;&lt;P&gt;This is becoming a tedious task and I am here asking for expert advice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way in which we can create the material at once populating all the screens. This way I can avoid executing the second step of executing the transaction MM02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, is it possible to pass data from a standard program to a custom function group and if yes, how ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts, please share your views on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2008 07:02:23 GMT</pubDate>
    <dc:creator>sudha_naik</dc:creator>
    <dc:date>2008-02-15T07:02:23Z</dc:date>
    <item>
      <title>Passing data from Standard program to Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386232#M813061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are developing some custom screen in material master as a business need. The screen is developed in a different function group. We need to populate some data in our custom screen with the values from the standard screen. Currently we follow the steps given below,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Execute MM01, fill the standard screens and save the data. Material is created. &lt;/P&gt;&lt;P&gt;2. Execute MM02. update the fields in custom screen and save again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When executing MM02, we have all the data in the database and I populate the custom tab, enter input values and save it. &lt;/P&gt;&lt;P&gt;This is becoming a tedious task and I am here asking for expert advice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way in which we can create the material at once populating all the screens. This way I can avoid executing the second step of executing the transaction MM02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, is it possible to pass data from a standard program to a custom function group and if yes, how ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts, please share your views on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 07:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386232#M813061</guid>
      <dc:creator>sudha_naik</dc:creator>
      <dc:date>2008-02-15T07:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from Standard program to Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386233#M813062</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 can use the enhancement framework.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your enhancement, you can either call your program, or you can Export it to a memory ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare lv_variable in the enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT lv_varialbe TO MEMORY ID 'Z_MEM_ID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you must import it in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT lv_variable FROM MEMORY ID 'Z_MEM_ID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benedict&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 07:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386233#M813062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-15T07:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from Standard program to Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386234#M813063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use EXport and IMPORT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 09:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386234#M813063</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2008-02-15T09:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from Standard program to Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386235#M813064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does export work for structures and tables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 15:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386235#M813064</guid>
      <dc:creator>sudha_naik</dc:creator>
      <dc:date>2008-02-15T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from Standard program to Custom program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386236#M813065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it will work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 15:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/passing-data-from-standard-program-to-custom-program/m-p/3386236#M813065</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-15T15:17:04Z</dc:date>
    </item>
  </channel>
</rss>

