<?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: User Exit - VA41 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164781#M121485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user answer 'N' will itself cancels the user inputs, and will not save anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have access to OSS , read consulting notes 7688 /&lt;/P&gt;&lt;P&gt;582767 / 313440 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check OSS 178328 It will answer all your queries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XV*** structure will hold the current values of the Sales Order.&lt;/P&gt;&lt;P&gt;YV*** structure will hold the previous values of the Sales Order.&lt;/P&gt;&lt;P&gt;For Example, &lt;/P&gt;&lt;P&gt;Sales Order is created with two line items say 10 and 20.&lt;/P&gt;&lt;P&gt;During the sales order change an item is added say 30.&lt;/P&gt;&lt;P&gt;XVBAP holds all the three line items(10, 20 and 30).&lt;/P&gt;&lt;P&gt;YVBAP holds only 10 and 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the values in XV*** will be updated to the tables V*** repectively during COMMIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using XV*** and YV*** you can determine the changes made for the sales order while change is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2006 10:23:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-16T10:23:13Z</dc:date>
    <item>
      <title>User Exit - VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164780#M121484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How Do everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written some code within the user exit for VA41&lt;/P&gt;&lt;P&gt;within the FORM USEREXIT_SAVE_DOCUMENT_PREPARE.&lt;/P&gt;&lt;P&gt;It bascially asks for some user input. If the user&lt;/P&gt;&lt;P&gt;answers 'Y' I carry on as normal with the document save.&lt;/P&gt;&lt;P&gt;However, if the user answers 'N' how can I force the&lt;/P&gt;&lt;P&gt;system to reject everything the user has entered? So&lt;/P&gt;&lt;P&gt;that he/she can start again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164780#M121484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T10:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit - VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164781#M121485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user answer 'N' will itself cancels the user inputs, and will not save anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have access to OSS , read consulting notes 7688 /&lt;/P&gt;&lt;P&gt;582767 / 313440 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check OSS 178328 It will answer all your queries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XV*** structure will hold the current values of the Sales Order.&lt;/P&gt;&lt;P&gt;YV*** structure will hold the previous values of the Sales Order.&lt;/P&gt;&lt;P&gt;For Example, &lt;/P&gt;&lt;P&gt;Sales Order is created with two line items say 10 and 20.&lt;/P&gt;&lt;P&gt;During the sales order change an item is added say 30.&lt;/P&gt;&lt;P&gt;XVBAP holds all the three line items(10, 20 and 30).&lt;/P&gt;&lt;P&gt;YVBAP holds only 10 and 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the values in XV*** will be updated to the tables V*** repectively during COMMIT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using XV*** and YV*** you can determine the changes made for the sales order while change is processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164781#M121485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T10:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit - VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164782#M121486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Raj but I have not explained my&lt;/P&gt;&lt;P&gt;problem very well. I have added some functionality where&lt;/P&gt;&lt;P&gt;the user can enter a contract start and end time via two&lt;/P&gt;&lt;P&gt;new fields I have added onto the VEDA table.&lt;/P&gt;&lt;P&gt;After user input if I decide the times that have been&lt;/P&gt;&lt;P&gt;entered are incorrect i.e. overlapping etc. I want the&lt;/P&gt;&lt;P&gt;system to reject everthing the user has entered, so that&lt;/P&gt;&lt;P&gt;they are forced to start again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164782#M121486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T10:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit - VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164783#M121487</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;May be you can use the following if you want the user to start all over again..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO TRANSACTION 'VA41'.&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;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 10:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164783#M121487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-16T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit - VA41</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164784#M121488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Man,&lt;/P&gt;&lt;P&gt;I have requirement like when i save the contract it's looks for the following entries&lt;/P&gt;&lt;P&gt;1)sold to party&lt;/P&gt;&lt;P&gt;2)PO num&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it has entry with these combination earlier then it shuld one warning meesage stating some message. How can we acheve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 07:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-va41/m-p/1164784#M121488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T07:37:13Z</dc:date>
    </item>
  </channel>
</rss>

