<?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 - Enhancement MM06E005 - Transfer input data back to program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435249#M1052733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I finally got it.  I needed to add a move-corresponding statement to two FMs.  This moved the data, in the customer data screen, to the header structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Sep 2008 23:53:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-14T23:53:24Z</dc:date>
    <item>
      <title>Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435241#M1052725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have implemented enhancement MM06E005 to create a subscreen on the PO header.  I have created the screen and I see it on the POs tcodes (ME2#n).  However, I can't figure out how to "save" the data that the user inputs.  By save I mean bringing the data back to the calling program (tcode).  When the PO is saved the input data goes away; it is there until the save.  I realize that I am missing something but I can't figure how where/how to transfer the data in the FMs EXIT_SAPMM06E_007 and/or EXIT_SAPMM06E_008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read the SAP documentation but that isn't much help.  I also have a book from SAP on modifications/enhancements (from an SAP course) and that isn't of any help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 20:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435241#M1052725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-14T20:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435242#M1052726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can found an answer to your question in the thread below :&lt;/P&gt;&lt;P&gt; [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="525219"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Particularly, the post of  Padmam  is saying : &lt;STRONG&gt;&lt;EM&gt;"You incorporate your customer fields for the Document Header in the INCLUDE CI_EKKODB (in table EKKO)."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you add the customer fields (those displayed in the subscreen you create) in the include CI_EKKODB ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;&lt;P&gt;Chaouki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 20:39:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435242#M1052726</guid>
      <dc:creator>chaouki_akir</dc:creator>
      <dc:date>2008-09-14T20:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435243#M1052727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response but, yes, I did.  The issue is getting those fields filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 20:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435243#M1052727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-14T20:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435244#M1052728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found OSS note 407975 (MM06E005: Collective note: Examples for implementation).  So, I am going through that as I am sure this will help me with my problem.  If not, I will reopen the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 20:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435244#M1052728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-14T20:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435245#M1052729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK good luck. &lt;/P&gt;&lt;P&gt;There is also sap notes  dealing with standard error program. For example i found the &lt;STRONG&gt;Note 206043 - ME21N MM06E005 user-defined fields are not updated&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;&lt;P&gt;Chaouki.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chaouki AKIR on Sep 14, 2008 11:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 21:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435245#M1052729</guid>
      <dc:creator>chaouki_akir</dc:creator>
      <dc:date>2008-09-14T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435246#M1052730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I saw that note and got excited until I realized that it isn't valid for systems newer than 4.6c (or b, I forget which).  This is the newest system you can possibly get, in North America, (it is a demo system for a company that only does new implementations) so it is up-to-date with all support packs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 21:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435246#M1052730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-14T21:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435247#M1052731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have verified that my code does [essentially] the same thing as the SAP note and it still doesn't carry the values on the save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Davis on Sep 14, 2008 7:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 22:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435247#M1052731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-14T22:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435248#M1052732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sorry for being such a 'pest' (if anybody is even reading this).  It turns out that I am storing the values correctly but ME23n does not display them.  Therefore, I need to look at my code a bit more to see where I went wrong.  I assume I am not transferring my data to the header in the display FM (EXIT_SAPMM06E_007).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 23:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435248#M1052732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-14T23:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435249#M1052733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I finally got it.  I needed to add a move-corresponding statement to two FMs.  This moved the data, in the customer data screen, to the header structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Davis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Sep 2008 23:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435249#M1052733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-14T23:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit - Enhancement MM06E005 - Transfer input data back to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435250#M1052734</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'm in same type of situation.Can you provide me the sample code which you have return to get some idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 01:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-enhancement-mm06e005-transfer-input-data-back-to-program/m-p/4435250#M1052734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T01:09:33Z</dc:date>
    </item>
  </channel>
</rss>

