<?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: not save parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108751#M105573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is include in user exit.&lt;/P&gt;&lt;P&gt;i need to update this strucre , in debug i see that the field get the data but hus not update it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2005 13:59:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-14T13:59:23Z</dc:date>
    <item>
      <title>not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108748#M105570</link>
      <description>&lt;P&gt;i made this:&lt;/P&gt;
  &lt;P&gt;if sy-subrc = 0.&lt;/P&gt;
  &lt;P&gt;*zcustsaledata-zpost_code1 = i_kna1-pstlz.&lt;/P&gt;
  &lt;P&gt;i_knvv-vkbur = zcustsaledata-zsales_office .&lt;/P&gt;
  &lt;P&gt;i_knvv-vkgrp = zcustsaledata-zsales_group .&lt;/P&gt;
  &lt;P&gt;i_knb1-pernr = zcustsaledata-zpersonnel_num.&lt;/P&gt;
  &lt;P&gt;endif.&lt;/P&gt;
  &lt;P&gt;and the parametrs do not save&lt;/P&gt;
  &lt;P&gt;any idea.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2005 13:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108748#M105570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T13:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108749#M105571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yehiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide us all the code, we didn't know where you have put this code, and it's really important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 13:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108749#M105571</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-11-14T13:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108750#M105572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;the structures you fill are internal table? OR simple flat structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;enzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 13:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108750#M105572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T13:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108751#M105573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is include in user exit.&lt;/P&gt;&lt;P&gt;i need to update this strucre , in debug i see that the field get the data but hus not update it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 13:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108751#M105573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T13:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108752#M105574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yehiel,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  If these(i_knw, i_knw, i_knb1) are &amp;lt;b&amp;gt; intenal tables&amp;lt;/b&amp;gt;, then Use &amp;lt;b&amp;gt;Modify&amp;lt;/b&amp;gt; statement to save the modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Kam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108752#M105574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108753#M105575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not very clear what parameters you want to save...&lt;/P&gt;&lt;P&gt;Do you want to save the parameters as an entry in zcustsaledata entry...then I think the assignment has to be reverse way....If I get your requirement.&lt;/P&gt;&lt;P&gt;Then you have to make INSERT/MODIFY statement(don't know whether this helps !!!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108753#M105575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T14:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108754#M105576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ther are "structre"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108754#M105576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T14:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108755#M105577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i confuse you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108755#M105577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108756#M105578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is the code with in UE and if i_knvv,i_knb1 are simple structures then the statements you used will suffice, but if those are internal tables then you have to use insert/modify statements. for modify you can use sy-tabix for index.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108756#M105578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T14:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108757#M105579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yehiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're saying that this code is within the include for a user-exit. the naming convention for the structures I_KNW etc., suggests that they are the importing parameters for that User-Exit Function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why don't you make the change to the Exporting parameters of that function modules ? It will then be reflected properly in the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108757#M105579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T14:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108758#M105580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in some exit-functions is a parameter &amp;lt;b&amp;gt;f_change&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;which must be switched to 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls check your exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108758#M105580</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-11-14T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: not save parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108759#M105581</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'm just taking a guess that the user-exit that you're using may be EXIT_SAPMF02D_001. In this case, As I have mentioned in my post above, the structures I_KNVV and I_KNB1 are the importing parameters. Any change that you make here will not be appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are you trying to do with this user exit ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you're getting the values from the importing parameters, you would typically want to save them into some other variables to update a Z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, you need to use - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;zcustsaledata-zsales_office = i_knvv-vkbur.
zcustsaledata-zsales_group = i_knvv-vkgrp.
zcustsaledata-zpersonnel_num = i_knb1-pernr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2005 14:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-save-parameters/m-p/1108759#M105581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-14T14:14:22Z</dc:date>
    </item>
  </channel>
</rss>

