<?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 Question on function moodule. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239393#M482689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update function modules are classified as v1 or v2, which type of update is performed first and what mode ( Asynchronous, synchronous or locally ) can each type be processed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 06:02:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-10T06:02:14Z</dc:date>
    <item>
      <title>Question on function moodule.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239393#M482689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update function modules are classified as v1 or v2, which type of update is performed first and what mode ( Asynchronous, synchronous or locally ) can each type be processed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239393#M482689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T06:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function moodule.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239394#M482690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V1 and V2 are workprocesses in which corresponding update bundles (by using calls to corresponding update FMs) are executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V1 is for primary updates (like txnl tables) while V2 is used for secondary (eg statistical LIS) updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You call an update FM in such task with&lt;/P&gt;&lt;P&gt;"call function ' ' in update task ..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More details at &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86f335cd11d3acb00000e83539c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86f335cd11d3acb00000e83539c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/EN/41/7af4d4a79e11d1950f0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/EN/41/7af4d4a79e11d1950f0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239394#M482690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T06:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function moodule.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239395#M482691</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;V1 and V2 Update Modules &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An update is divided into different modules (see also Update Request). Each module corresponds to an update function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP System makes a distinction between primary, time-critical (V1) and secondary, non-time-critical (V2) update modules. The system also supports collective runs for function modules that are used on a regular basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This distinction allows the system to process critical database changes before less critical changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V1 modules describe critical or primary changes; these affect objects that have a controlling function in the SAP System, for example order creation or changes to material stock. &lt;/P&gt;&lt;P&gt;V2 modules describe less critical secondary changes. These are pure statistical updates, for example, such as result calculations.&lt;/P&gt;&lt;P&gt;The V1 modules are processed consecutively in a single update work process on the same application server. This means that they belong to the same database LUW and can be reversed. Furthermore, V1 updates are carried out under the SAP locks of the transaction that creates the update (see The SAP Lock Concept). This ensures that the data remains consistent; simultaneous changes to the objects to be updated are not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All V2 updates are carried out in a separate LUW and not under the locks of the transaction that creates them. If your SAP System contains a work process for V2 updates, these are only carried out in this work process. If this is not the case, the V2 components are processed by a V1 update process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All V1 modules of an update must be processed before the V2 modules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&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;&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:08:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239395#M482691</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-05-10T06:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function moodule.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239396#M482692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;               To be able to call a function module in an update work process, you must flag it in the Function Builder. When you create the function module, set the Process Type attribute to one of the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update with immediate start&lt;/P&gt;&lt;P&gt;Set this option for high priority ("V1") functions that run in a shared (SAP LUW). These functions can be restarted by the update task in case of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update w. imm. start, no restart&lt;/P&gt;&lt;P&gt;Set this option for high priority ("V1") functions that run in a shared (SAP LUW). These functions may not be restarted by the update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update with delayed start&lt;/P&gt;&lt;P&gt;Set this option for low priority ("V2") functions that run in their own update transactions. These functions can be restarted by the update task in case of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239396#M482692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T06:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function moodule.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239397#M482693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link,hope help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/e5/de86f335cd11d3acb00000e83539c3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/e5/de86f335cd11d3acb00000e83539c3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/aditya.palekar/blog/2006/12/03/how-to-carry-out-pricing-using-abap-function-module-pricing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239397#M482693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T06:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question on function moodule.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239398#M482694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot for your help,&lt;/P&gt;&lt;P&gt; Priyanka Neelam    	&lt;/P&gt;&lt;P&gt; Sankar M    &lt;/P&gt;&lt;P&gt; Hemant Goyal    	&lt;/P&gt;&lt;P&gt; Mrutyunjaya Tri...    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dineshbabu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 10:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-function-moodule/m-p/2239398#M482694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T10:20:16Z</dc:date>
    </item>
  </channel>
</rss>

