<?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: copy control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070336#M727741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my requirement is for purchase oder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me step by step process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2007 08:23:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-16T08:23:03Z</dc:date>
    <item>
      <title>copy control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070333#M727738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi every body ,&lt;/P&gt;&lt;P&gt;  can any body tell me about &amp;lt;b&amp;gt;vofm,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the requirement is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;A)	For a subcon PO&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;1)	A Purchase order is created in SAP. Upon creation a reservation needs to be made on the components of the BOM ordered.&lt;/P&gt;&lt;P&gt;2)	Once the Purchase Order is approved, with the help of a batch program or manually an outbound IDoc is triggered. To make sure the IDoc is not created before the PO is approved; &lt;/P&gt;&lt;P&gt;3)	If the PO is not approved, it is not sent to the LSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;B)	For a PO&amp;lt;/u&amp;gt;1)	A Purchase order is created in SAP. Upon creation a reservation needs to be made on the components of the BOM ordered.&lt;/P&gt;&lt;P&gt;2)	Once the Purchase Order is approved, with the help of a batch program or manually an outbound IDoc is triggered. To make sure the IDoc is not created before the PO is approved; a new routine has to be made in &lt;/P&gt;&lt;P&gt;3)	If the PO is not approved, it is not sent to the LSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urget requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 05:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070333#M727738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T05:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: copy control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070334#M727739</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;VOFM is a transaction where form routines are created.&lt;/P&gt;&lt;P&gt;like user-exits, form routines are used to do extra functionality. we have different routines like condition routines, data routines etc..&lt;/P&gt;&lt;P&gt;once we define the routines we will assign them to standard flow in VTAA transaction(we have header, data categories here we will assign our routine based on our requirement).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for a real-time scenario say when you are creating a sales order from a contract, and you need to check the contract..say for a contract with order type 'ZTYP' you should not allow creating the sales order then you can do this check with the help of routine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or when creating a sales order you need to validate few fields say a quantity field less than 10 should not be allowed, or if you need to default some values in the fields you can use these routines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOFM pricing routines, requirement routines are used in SD and MM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data transfer routines are specific to SD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a mechanism provided by SAP to allow &lt;/P&gt;&lt;P&gt;1.copy of data between successive documents&lt;/P&gt;&lt;P&gt;2. Modify pricing &lt;/P&gt;&lt;P&gt;3. Output control&lt;/P&gt;&lt;P&gt;4. Specify formulas for condition base values &lt;/P&gt;&lt;P&gt;etc etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an ABAP cnsultant .. you will have to create these routines &amp;amp; the FC will assign these in the customising &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typically you will write some code to pass / modify values of standard structures that are available &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Real time scenarios ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Recalculation of MRP &lt;/P&gt;&lt;P&gt;2. Substituting materials&lt;/P&gt;&lt;P&gt;3. Delivery split based on Material Chapter ID's&lt;/P&gt;&lt;P&gt;4. collating invoices based on Customer &lt;/P&gt;&lt;P&gt;5. Changing the condition base value between 2 successive condition types in a pricing procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Etc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Md.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 06:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070334#M727739</guid>
      <dc:creator>former_member2382</dc:creator>
      <dc:date>2007-11-16T06:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: copy control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070335#M727740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u go through my requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that relate to the purchase order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wheather it is approved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me the step by step procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 07:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070335#M727740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T07:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: copy control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070336#M727741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my requirement is for purchase oder,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me step by step process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 08:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/copy-control/m-p/3070336#M727741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T08:23:03Z</dc:date>
    </item>
  </channel>
</rss>

