<?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: Example for V1, V2 updates in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318574#M1225977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the average and % values for price fields or quantity fields etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2009 21:25:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-13T21:25:44Z</dc:date>
    <item>
      <title>Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318561#M1225964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I know the diference btwn V1(Updates immediately, locking involved, not sharing etc) and V2 updates. But, let me know the real world examples for both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) And in some cases, I hv seen COMMIT work after the statement of MODIFY Z_DB_TABLE statement, but, when I updated my Z table, i did not used this commit, but, still its working, so, why in some cases they used COMMIT after MODIFY a Z table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAP ABAPer on Mar 13, 2009 6:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 17:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318561#M1225964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T17:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318562#M1225965</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;The real time example can be in this way for booking a movie ticket needs to be updated immediately...&lt;/P&gt;&lt;P&gt;this should be done using V1 updates because we have to block the seats so that no other system can block it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but something like master data that which movie is going to release next in the theatre can be done in V2 update because that does not require any immediate effect or any current involvement of other system to it as it has to be done by admins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following link to better understand V1 and V2 updates....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/e5/de86f335cd11d3acb00000e83539c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/e5/de86f335cd11d3acb00000e83539c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 18:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318562#M1225965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T18:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318563#M1225966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the FM MCV_STATISTICS_DELIVERY. &lt;/P&gt;&lt;P&gt;This FM is used to update the Delivery information in the LIS.&lt;/P&gt;&lt;P&gt;If you look at the bottom part of the code, it is Calling different FMs based on the Updates e.g. V1, V2, V3 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It uses the table FM MCV_STATISTICS_LOWEST_LEVEL to determin which Update it needs to use. Inside this FM, it is using so many factors to decide which update to use. One of the factor is the field KBTCH in the table TMC2S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 18:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318563#M1225966</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-03-13T18:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318564#M1225967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;(curently, i dont hv SAP access!&lt;IMG src=")
So, staright away, if some one asks me to give example for V2 update? Wht shuld i say, apart from its statistical/calculation piece" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also, pls. clarify my 2nd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in some cases, I hv seen COMMIT work after the statement of MODIFY Z_DB_TABLE statement, but, when I updated my Z table, i did not used this commit, but, still its working, so, why in some cases they used COMMIT after MODIFY a Z table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAP ABAPer on Mar 13, 2009 7:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 18:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318564#M1225967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318565#M1225968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) have you looked through the help files?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) There is an implicit COMMIT when a report ends normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 19:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318565#M1225968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T19:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318566#M1225969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv seen the provided link in the 1st response and i found the below, statement, but, did not understand!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Let us assume that a transaction makes planning changes to a material and balance sheet, and updates two sets of statistics.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Each of these changes is represented by means of an update module (call update function module) in the update request - the two planning changes by a V1 update module (time critical), and the statistical changes by a V2 update module (less critical). (The V1 modules have priority, although the V2 modules are usually also processed straight away)."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only am looking for that, Wht is a example for V2 update in SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 19:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318566#M1225969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T19:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318567#M1225970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Only am looking for that, Wht is a example for V2 update in SAP?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;Statistics update and the Document update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318567#M1225970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T20:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318568#M1225971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;to be honest, i mentioned the same( i mean, statistical updations) in my final screening process, but, still, he(SD ABAP expert) asked me that, to explain it? and wht is practical example in SAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAP ABAPer on Mar 13, 2009 9:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318568#M1225971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T20:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318569#M1225972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let us assume that a transaction makes planning changes to a material and balance sheet, and updates two sets of statistics&lt;/P&gt;&lt;P&gt; the two planning changes by a V1 update module (time critical), and the statistical changes by a V2 update module (less critical). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:22:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318569#M1225972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T20:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318570#M1225973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, i got this example, from the link provided by u. But, still. i did not underatnd!! Wht is here the statistical changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAP ABAPer on Mar 13, 2009 9:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318570#M1225973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T20:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318571#M1225974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;statistical data like Average, Percentages etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 20:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318571#M1225974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T20:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318572#M1225975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, i dont know am I bothering u!! &lt;/P&gt;&lt;P&gt;yes, i knew it, but, pls. give me an example in SAP either sales process, delivery, shipping, billing etc. in perspecive of ur reply(average, %) , i mean, which average, % for wht values!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: SAP ABAPer on Mar 13, 2009 10:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 21:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318572#M1225975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T21:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318573#M1225976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While creating a sales document...&lt;/P&gt;&lt;P&gt;the log has to be created for any sales...&lt;/P&gt;&lt;P&gt;these logs creation can be done usign V2 updates....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like wise almost any logs to be created uses V2 updates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 21:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318573#M1225976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T21:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318574#M1225977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the average and % values for price fields or quantity fields etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 21:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318574#M1225977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T21:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Example for V1, V2 updates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318575#M1225978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2009 21:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/example-for-v1-v2-updates/m-p/5318575#M1225978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-13T21:49:28Z</dc:date>
    </item>
  </channel>
</rss>

