<?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 Help with userexit_save_document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932016#M61072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a new tab in sales order head information called addational data .and i put a component named 'add_address' . My problem is when I click the save button. the 'add_address' will be saved default value when it is initial. otherwise, it will be saved  with input value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I do is :&lt;/P&gt;&lt;P&gt;Form userexit_save_document.&lt;/P&gt;&lt;P&gt;if xvbak-zz_address is initial.&lt;/P&gt;&lt;P&gt;  xvbak-zz_address = 'defalut address'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it didn't work...&lt;/P&gt;&lt;P&gt;anyone can help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2005 02:18:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-19T02:18:23Z</dc:date>
    <item>
      <title>Help with userexit_save_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932016#M61072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a new tab in sales order head information called addational data .and i put a component named 'add_address' . My problem is when I click the save button. the 'add_address' will be saved default value when it is initial. otherwise, it will be saved  with input value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I do is :&lt;/P&gt;&lt;P&gt;Form userexit_save_document.&lt;/P&gt;&lt;P&gt;if xvbak-zz_address is initial.&lt;/P&gt;&lt;P&gt;  xvbak-zz_address = 'defalut address'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it didn't work...&lt;/P&gt;&lt;P&gt;anyone can help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2005 02:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932016#M61072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-19T02:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with userexit_save_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932017#M61073</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 populate the updkz field of XVBAK structure to 'I' Insert or 'U' update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2005 02:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932017#M61073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-19T02:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with userexit_save_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932018#M61074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bhanot ;&lt;/P&gt;&lt;P&gt;thanks for your advice. &lt;/P&gt;&lt;P&gt;but I did it in Call function 'mcv_statistics_order' after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in call function 'mcv_statistice_order', the exporting xvbak is what i expected ,xvbak_updkz is 'u' but when the program finished. the table values is still not changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2005 03:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932018#M61074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-19T03:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with userexit_save_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932019#M61075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe I got the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vbak and vbap is not additional tabels .So I think I should use userexit_save_document_prepare instead of userexit_save_document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2005 04:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932019#M61075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-19T04:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with userexit_save_document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932020#M61076</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 needed to find an user exit for FV60 transaction code,&lt;/P&gt;&lt;P&gt;tried everything that was listed thru SMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone done this before....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, would really Appreciate your input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Lalitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2005 02:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-userexit-save-document/m-p/932020#M61076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-06T02:05:41Z</dc:date>
    </item>
  </channel>
</rss>

