<?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: Production orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312024#M1224688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please give me I will check them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2009 08:24:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-12T08:24:13Z</dc:date>
    <item>
      <title>Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312015#M1224679</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;How can I maintain Changes documents for Production Orders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 07:55:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312015#M1224679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T07:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312016#M1224680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i guess , yes you can maintain chnage documents for production order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check in co02-&amp;gt;Go to -&amp;gt; Change Management.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312016#M1224680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312017#M1224681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have changed the total QTY for the Production order, but I am unable to see any Document created over there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312017#M1224681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312018#M1224682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for automatic chnage document creation,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data element of qty GAMNG should have chanage document flag checked in its data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can change that , you will get automatic change documents created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312018#M1224682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312019#M1224683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP NOTE  -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; 390635  Has this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)	Use the SAP enhancement PPCO0007 that is processed when you save order changes (here you can define additional logic to decide whether or not the system creates change documents). &lt;/P&gt;&lt;P&gt;b)	Define the object for change document for orders, e.g. ZZORDER (this is to identify that the change document is for the production order changes)&lt;/P&gt;&lt;P&gt;c)	Identify the criteria to create the change document (define by biz user)&lt;/P&gt;&lt;P&gt;       	Example:  create change document only if&lt;/P&gt;&lt;P&gt;o	total order quantity of header has changed or&lt;/P&gt;&lt;P&gt;o	planned quantity of component has changed or&lt;/P&gt;&lt;P&gt;o	planned batch of component has changed or&lt;/P&gt;&lt;P&gt;o	new component has been added or&lt;/P&gt;&lt;P&gt;o	component has been deleted&lt;/P&gt;&lt;P&gt;d)	Set the indicator for change document creation for the data element that defines the affected table field&lt;/P&gt;&lt;P&gt;       	Example: &lt;/P&gt;&lt;P&gt;Field Description	Technical Name	Data element	Change Doc Indic Before	Change Doc Indic After&lt;/P&gt;&lt;P&gt;Total order quantity	CAUFVD- GAMNG	GAMNG	u201C u201C	u201CXu201D&lt;/P&gt;&lt;P&gt;Basic finish date	CAUFVD-GLTRP	CO_GLTRP	u201CXu201D	u201CXu201D&lt;/P&gt;&lt;P&gt;Component Material	RESBD-MATNR	MATNR	u201CXu201D	u201CXu201D&lt;/P&gt;&lt;P&gt;Component Requ2019t Qty	RESBD-MENGE	CO_MENGE	u201C u201C	u201CXu201D&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;There are 2 options to set the indicator for creation of change document:&lt;/P&gt;&lt;P&gt;o	Set the indicator manually for each data element using Transaction SE11, however, this changes the data element.&lt;/P&gt;&lt;P&gt;o	To be able to set the indicator for the creation of change documents without modifications and display change document data at a later stage, refer to Note 394887 (Enhancements for installing PH-ELR_100_46C) for Release 4.6C; as of Release 4.70 (SAP Enterprise), the Add-On is part of the R/3 standard system.&lt;/P&gt;&lt;P&gt;(2nd option seems an add-on applicable for pharmaceutical industry, so we may &lt;/P&gt;&lt;P&gt;Choose the 1st option)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e)	From the user exit EXIT_SAPLCOZV_001, write the code for creating change document (source code has been provided by the OSS note to be used as a template for creating change document).&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am not sure how to change the data element&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312019#M1224683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312020#M1224684</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 SAP access key to change SAP standard  Data Element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check Field exit option for the data elements to chnage them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312020#M1224684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312021#M1224685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any possibility to change in the Debug mode and test it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312021#M1224685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312022#M1224686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alternatily, if you are only intrested in capturing Prod order quantity data, you can create a Z table and mainmtian the same in the Production order SAVE suer exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you wnat to prpceed in this direction ,let me know i will give you more details on suer exits.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312022#M1224686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312023#M1224687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you working on ecc version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312023#M1224687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312024#M1224688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please give me I will check them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:24:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312024#M1224688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312025#M1224689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Below User Exit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*PPCO0018  Check for changes to production order header *&lt;/P&gt;&lt;P&gt; EXIT_SAPLCOKO1_004&lt;/P&gt;&lt;P&gt; INCLUDE ZXCO1U18 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are available Structures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VALUE(IS_HEADER_NEW) LIKE  CAUFVD STRUCTURE  CAUFVD&lt;/P&gt;&lt;P&gt;*"             VALUE(IS_HEADER_OLD) LIKE  CAUFVD STRUCTURE  CAUFVD&lt;/P&gt;&lt;P&gt;*"             VALUE(IS_ITEM_NEW) LIKE  AFPOD STRUCTURE  AFPOD&lt;/P&gt;&lt;P&gt;*"             VALUE(IS_ITEM_OLD) LIKE  AFPOD STRUCTURE  AFPOD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:30:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312025#M1224689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312026#M1224690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EXIT_SAPLCOZV_001 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made changes in the above exit &lt;/P&gt;&lt;P&gt;I just copied the code in the SAP NOTE 390635&lt;/P&gt;&lt;P&gt;But I unable to track any change documents&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312026#M1224690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312027#M1224691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can maintain the z table and store chnaged quantities there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will not have any chnage documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will look into sap note.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312027#M1224691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Production orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312028#M1224692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: [http://space.itpub.net/166523/viewspace-324110]&lt;/P&gt;&lt;P&gt;Link:[http://sap.ittoolbox.com/groups/technical-functional/sap-log-pp/display-of-changing-production-order-932465]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i read from the oss note is ,, it is not a good idea to create chnage documnets for all the order chnages as would slow down run time operfromance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i still think it is a good idea to capture all the desired chnages in z table and analyse it with some report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 08:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/production-orders/m-p/5312028#M1224692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T08:46:32Z</dc:date>
    </item>
  </channel>
</rss>

