Mix of CO11n and CO15

Hello,
I know its not possible to mix confírmation on Order level and Operation wise confirmation. My problem is I need to have for first and last operation the actual time/quantity. All other operation can be confirmed with planned time/quantity (for financial controlling reason)
Is it possible to confirm all operation from production order which are not confirmed yet in one step?
Is there userexit and function to confirm automatically all outstanding steps by confirmaton of the last step?
Thanks in advance,
Evgenij

Hello Evgenij
Did you already try a milestone confirmation? When a milestone operation is confirmed, all the preceeding operations are also confirmed. The planned activities of the preceeding operations will be posted on the basis of the confirmed quantity.
Take a look on this like for more details:
http://help.sap.com/saphelp_erp60_sp/helpdata/en/b1/c04d69439a11d189410000e829fbbd/content.htm?frameset=/en/b1/c04d76439…
BR
Caetano

Similar Messages

  • Batch creation at co11n and co15

    Hi,
    I wann create auto batch creation at the time of order confirmation i.e. at co11n and co15, can anyone tell step by step wht confg shd i require?
    kindly assist

    Hi,
    If you are maintaining batch characteristics you cannnot create auto batch at the confirmation level as you have to create batch by the transaction MSC!N, then you can assign the batch number manually. IF you are not maintaining the batch characteristics then you can create auto batch at the prod order creation level that in the display mode or background, while doing confirmation you can automatically get the batch. If you want to get at the Confirmation level then the following steps
    1. Control key OP00  Allow Auto GR
    2. Scheduling profile OPKP   Auto GR
    3. Order type dependant parameters OPL8 Batch search procedure for 261 mvt type for raw material consumption.
    4. Material master MM01 workscheduling view batch reqd entry and batch managed and prod unit and prod stor loc
    5. Define batch creationn for batch creation for prod order
    6. Define batch creation for Goods movements
    7. Activate batch internal number assignment
    for 5,6,7 SPRO -- Logistics -- General -- Batch management.

  • Is there a way to "mix" the nodes and leaves of the tree so if they are at the same level, they will display in a specified order.

    Is there a way to "mix" the nodes and leaves of the tree so that even if they are at the same level (1,2,3...), they will display in a specified order (via sort sequence, alphabetical, etc.).
    History:
    We are using the Tree UI element to display/manage a material bom interface. We seem to be running into an issue with displaying the nodes/leaves of the tree.. regardless of the order that the context is built (which is currently the order of the exploded BOM from from CS_BOM_EXPL_MAT_V2), the bom is displayed with the nested boms at the top of each level and the single materials below them. For example. If  TK1 contains Material1, Material2, Material3, Kit1(containing component1, comp2, comp3), Material4, Kit2(containing comp4, comp5, comp6), and Material5 (in this order), the tree will display with the A level node as TK1, the next node as Kit1 (with its subleaves of comp1,comp2,comp3), Kit2(with subleaves of comp4,comp5,comp6), THEN Material1, material2, material3, material4, material5.  Our users are adamant about the items displaying in the correct order (which should be alphabetical based on the description for one report and by location for purposes of inventory for another). I've searched but not been able to locate a similar question. If I've missed it, please point me in the right direction. The users want the tree,  not a "tree" table.  This is our first attempt at the tree, so maybe we're missing something basic?
    TK1
    -Mat1
    -Mat2
    -Mat3
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Mat4
    -Kit2
    --Comp4
    --comp5
    --comp6
    -Material5
    displays as
    TK1
    -Kit1
    --Comp1
    --Comp2
    --Comp3
    -Kit2
    --Comp4
    --Comp5
    --Comp6
    -Mat1
    -Mat2
    -Mat3
    -Mat4
    -Mat5

    co-workers said example picture is misleading.. we can make the order work if everything is a "folder" but not a mix of "folders" and "files" (if making a visual reference to the windows browser). i.e - a file is represented as an empty folder.
    TK1    
    . Mat1
    . Mat2
    . mat3
    > kit1   
    .. comp1
    .. comp2
    .. comp3
    . mat4
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat5
    displays at
    TK1
    > kit1
    .. comp1
    .. comp2
    .. comp3
    > kit2
    .. comp4
    .. comp5
    .. comp6
    . mat1
    . mat2
    . mat3
    . mat4
    . mat5
    we can make it work if everything is a folder. This is our current workaround.
    TK1
    > mat1
    > mat2
    > mat3
    v kit1 (when expanded)
    .. comp1
    .. comp2
    .. comp3
    > mat4
    > kit2 (when not expanded)
    > mat5

  • 3 iphones in household.All use same apple ID.But all contacts get mixed between phones and facetime calls come in from other contacts.Ho can we change this so our phone information isn't visible to each other?

    3 iphones in household.All use same apple ID.But all contacts get mixed between phones and facetime calls come in from other contacts.How can we change this so our phone information isn't visible to each other?

    Use separate Apple IDs for each family member and use Family Sharing features of those things (if any) that you do want to share. https://www.apple.com/ios/whats-new/family-sharing/

  • Business objects and start events required for CO11N and CO13 transactions

    Hi,
    We do production order <b>confirmation</b> and <b>cancellation</b> in CO11N and CO13 respectively. Can somebody please tell me the corresponsing business objects and the start events for them? This is a very urgent issue, I will surely rewad good points.
    I guess we need to use AFVC_PM object and "finalconfirmation" event for the confirmation.
    Please confirm this and kindly suggest the same for cancellation.
    Thanks,
    Max

    Hi Max,
    You will have to use the object BUS2005 - which is for Production order.
    If you do not have Required events in the BO, you will have to extend object to add those custom events e.g. Cancellation event.
    In this case you wil have to use Status management technique for raising events if standad transaction is not raising them.
    Hope following SAP Help link might help you  to start off..
    http://help.sap.com/saphelp_47x200/helpdata/en/c5/e4aed5453d11d189430000e829fbbd/content.htm
    Regards,
    Akshay Bhagwat

  • Mix of Arabic and English causes problems in JTextArea

    I have a JTextArea which displays HTML of an Arabic web page. So it's essentially a mix of English and Arabic. In the JTextArea, with columns set to 30, certain text just disappears instead of wrapping properly. The weird thing is that if I copy the invisible text and paste it into Notepad, then I can see it in Notepad. If I change the number of columns to 40, everything displays fine. Any ideas?

    It seems that Arabic is not the problem here. It is something to do with tabs. All the lines that disappear begin with 5 tabs. If I remove one tab so that they begin with 4 tabs, then they appear fine in the JTextArea

  • Mixed content - https and http

    Guys and Gals -
    I have a page that has mixed content - http and https. Users talk to my webserver
    using https, which talks to the portal server using http.
    The browser popups a warning saying that the site has mixed content. Is there
    any way to prevent this warning from coming up? Anything I can do using a proxy
    or something else?
    Thanks
    Niks

    Neeraj Harlalka wrote:
    It's probably not because your webserver is talking to App server on
    http connection. It could be some images being referrenced from the
    browser using non-secured protocol. Try using absolute path or code URLs
    using jsp tags.
    hope it helps
    Guys and Gals -
    I have a page that has mixed content - http and https. Users talk to my webserver
    using https, which talks to the portal server using http.
    The browser popups a warning saying that the site has mixed content. Is there
    any way to prevent this warning from coming up? Anything I can do using a proxy
    or something else?
    Thanks
    Niks

  • Outbound Delivery Processing - mix of serialized and non-serialized product

    Has anyone configured the outbound delivery processing scenario in AII to handle a mix of serialized and non-serialized products? How do you handle packing & loading transactions where you have a mix of serialized and non-serialized products in the same shipment?

    Closed..
    Thanks

  • User-exit CO11N and CO13 (for GM)

    Hello to all!
    I need a user-exit (or something like this) in transaction CO11N and CO13 where also the goods movements are available. In all the u201Cnormalu201D User-Exits while confirmation (CONFPP01 until CONFPP07) I have only tables like AFKO, AFPO, AFVC, AFRU u2026 in access but I need the GOODSMOVEMENTS for a further processing step for the movement with movement type 101.
    Thanks in advance,
    Regards

    Did you ever tried searching in SAP enhancements for your req
    try these.... Find yourself
    CONF0001  Enhancements in order confirmation                         
    CONFPI01  Process order conf.: Calculate cust.specific default values
    CONFPI02  Process order confirmation: Customer spec. input checks 1  
    CONFPI03  Process order conf.: Cust. spec. check after op. selection 
    CONFPI04  Process order conf.: Customer specific input checks 2      
    CONFPI05  Process order conf.: Cust. spec. enhancements when saving  
    CONFPI06  Process order confirmation: Actual data transfer           
    CONFPM01  PM/SM order conf.: Determine cust. specific default values 
    CONFPM02  PM/SM order confirmation: Customer specific input checks 1 
    CONFPM03  PM/SM order conf.: Cust. spec. check after op. selection   
    CONFPM04  PM/SM order conf.: Customer specific input check 2         
    CONFPM05  PM/SM order conf.: Cust. specific enhancements when saving 
    CONFPP01  PP order conf.: Determine customer specific default values 
    CONFPP02  PP order conf.: Customer specific input checks 1           
    CONFPP03  PP order conf.: Cust. specific check after op. selection   
    CONFPP04  PP order conf.: Customer specific input checks 2           
    CONFPP05  PP order conf.: Customer specific enhancements when saving 
    CONFPP06  PP Order Confirmations: Actual Data Transfer               
    CONFPP07  Single Screen Entry: Inclusion of User-Defined Subscreens  
    CONFPS01  PS confirmation: Determine customer specific default values
    CONFPS02  PS confirmation: Customer specific input checks 1          
    CONFPS03  PS confirmation: Customer specific check after op. selection
    CONFPS04  PS confirmation: Customer specific input checks 2          
    CONFPS05  PS confirmation: Customer specific enhancements when saving

  • Mixed phone numbers and names after sinc N9 and ov...

    I have problem with my contact list. After i synchonised my previous N79 with N9, everything was fine. AFter adding new contacts to the new phone i wanted to synchronise it with ovi, i did so but it made completely mess with all my contacts. I cant say if i miss any numbers but it was way worse, it has mixed up names and numbers without any sence so I realised that under name A i had a phonecontact of B and C. At some names were suddenly no phone numbers. And some of them were even doubled - like there was the same number saved under both A and B but it belonged to C. I hate it, had to rewrite all the ontact list manually along the old phone. That took me hours if anyone can imagine. Now Im not brave enough to try the sync again eventhough i need to do that... Anyone having the same problem or even better - solution?

    Try plugging your iPad into your computer and opening iTunes. Select your iPad underdevices on the left side of the screen and right click. You should be given an option torestore from a backup.
    If this option is not available to you, you can go through the Summary tab of your iPad on the right side of the screen and if you scroll down under iCloud you should get an option to restore from a previous backup, where you select the most recent backup to put on your iPad.
    Hope that helps.

  • Mixing Non JSF and JSF components

    Hi All,
    I wanted to mix non jsf and jsf components and I able to do this
      <f:verbatim>
                                    <input type="radio" name="selectBidder" value="#{currentRow['BID_ID]}"/>
                                </f:verbatim>But the problem is bean value is not getting binded.
    The rendered output is containing same string i.e.
    value="#{currentRow['BID_ID]}"
    How to bind bean value to non jsf component.
    And No Javascript please
    Thanks
    Sudhakar

    Basically I am trying to implement something like below
    <h:dataTable binding="#{consumer$Select_Provider.dataTable1}" headerClass="list-header" id="dataTable1"
                            rowClasses="list-row-even,list-row-odd" style="left: 48px; top: 48px; position: absolute"
                            value="#{consumer$Select_Provider.dataTable1Model}" var="currentRow">
                            <h:column binding="#{consumer$Select_Provider.column6}" id="column6">
                                <h:outputText binding="#{consumer$Select_Provider.outputText11}" id="outputText11" value="#{currentRow['USER_LNAME']} #{currentRow['USER_FNAME']}"/>
                                <f:facet name="header">
                                    <h:outputText binding="#{consumer$Select_Provider.outputText12}" id="outputText12" value="Bidder"/>
                                </f:facet>
                            </h:column>
                            <h:column binding="#{consumer$Select_Provider.column1}" id="column1">
                                <h:outputText binding="#{consumer$Select_Provider.outputText1}" id="outputText1" value="#{currentRow['BID_PRICE']}"/>
                                <f:facet name="header">
                                    <h:outputText binding="#{consumer$Select_Provider.outputText2}" id="outputText2" value="Bid Price"/>
                                </f:facet>
                            </h:column>
                            <h:column binding="#{consumer$Select_Provider.column3}" id="column3">
                                <f:verbatim>
                                    <input name="selectBidder" type="radio" value="#{currentRow['BID_ID]}"/>
                                </f:verbatim>
                                <f:facet name="header">
                                    <h:outputText binding="#{consumer$Select_Provider.outputText6}" id="outputText6" value="Select Bidder"/>
                                </f:facet>
                            </h:column>
                        </h:dataTable>Thanks
    Sudhakar

  • Restrcit Co11N and QF01 at workcentre level

    Hello,
    I want to restrict CO11N and QF01 at workcentre level,
    Could you please suggest which object i can include to restrict at work centre level.
    My requirement is to restrict users from performing the confirmation in CO11N based on the work center.
    and control defect in QF01 based on work centre
    Thanks,
    Prasant
    Edited by: Prasant K Paichha on Oct 1, 2009 1:18 PM

    For CO11N there are Two Authorization Objects which can be utilized to restrict at Work center level. But the heads up is that both the Objects are in status "Do Not check". To use them with values, you need to change them in C/M status. After that they will be available in PFCG for maintenance.
    C_AFRU_APL     Confirmation: Authorization for actual work center
    WERKS      Plant
    ARBPL      Work center
    TRTYP      Transaction type
    C_AFVG_APL     PS     PS: Work Center for Network Activities and Activity Elements
    WERKS      Plant
    ARBPL      Work center
    PS_ACTVT   Activity for authorization checks in Project System
    For Confirmation purpose, there is already an Object:  C_AFRU_AWK         CIM: Confirmation
    For QF01:
    Q_CHAR_PRC     Recording Authorization for Insp. Results in an Operation
    Please try this approach and let me know if you face any issue.
    regards,
    Dipanjan
    Edited by: Dipanjan Sanpui on Oct 1, 2009 7:56 AM

  • Differences between Time ticket (CO11N) and Time Event (CO19)

    Hi Guru
    Could you please briefly explain differences in between Time ticket (CO11N) and Time Event (CO19) during Prd Ord confirmation?
    I tried searching for relevant material but could not get any.
    Please advise

    Dear Lyonie,
    In my understanding CO11N, is generally used to confirm the production execution at operation level or sub operation level or
    normally for milestone operation confirmation.Automatic Goos movement can also be performed when this T Code is executed.
    There is no track of exact setup start time,end time,execution start time and end time.
    Using CO19,we can track the or post the exact or actual setup start time,setup end time,processing start time,end time for each
    operation.
    More related to Time Eevnt confirmation,
    Time Event Confirmations  
    Every confirmed time event is assigned internally to a record type group:
    Setup times are assigned to record type group 1.
    Processing times are assigned to record type group 2.
    Teardown times are assigned to record type group 3.
    Each record type group can be assigned to one or more parameters in the standard value key for the work center (for example machine time). (See Customizing in Production ® Basic data ®Work center ® General data ® Standard value ® Define standard value key). The link between time event and parameter ensures that the calculated duration counts as an activity (for example, when calculating the actual costs of the operation.
    The processing of an operation requires both machine time and labor time. The time event confirmation for the processing section of the operation can take effect on activity u2018machine timeu2019 and on u2018processing timeu2019, if you enter record type group u20182u2019 for the parameters u2018machineu2019 and u2018laboru2019 in the standard value key.
    You can only confirm quantities when you confirm processing time events.
    You can only confirm activities that cannot be assigned to a particular record type group (Set-up, processing, teardown) by using the time event u2018Variable activityu2019. The confirmed value is assigned to corresponding value in the standard value key parameters.
    Regards
    S Mangalraj

  • ADF Faces: is mixing JSF RI and ADF Faces tags supported?

    Hi,
    I'm looking at ADF Faces as a future possibility for our application that is currently based on JSF RI.
    When looking at the ADF Faces demo it strikes me that all pages are almost completely built up from ADF Faces tags.
    For instance
    af:form
    af:commandButton
    af:inputText
    are used instead of the equivalent core jsf tags f:form, f:commandButton and f:inputText
    I'm wondering if this is mandatory if we would like to use some ADF Faces components mixed within our existing application.
    In other words: are ADF Faces tags supported in the environment of conventional JSF tags? And mixing ADF Faces JSF components with JSF components by other vendors?
    Another thing that strikes me is that pages are constructed using ADF Faces tags for any and all markup content.
    I guess this is meant to support several different clients (normal browser applications, mobile clients, voice activation over telephone) using different renderers.
    In my experience abstracting markup this way inherently means loss of control over the exact markup that is sent to the client. This is not acceptable for all projects and customers.
    Is embedding ADF Faces tags within template HTML, within f:verbatim tags or not, supported?
    Regards,
    Joost de Vries

    You absolutely can mix JSF RI and ADF Faces tags. This is very much supported! You can swap in <h:form> and <h:commandButton> and <h:inputText>. Our versions support some features that the JSF tags do not, as described in our release notes.
    Your point about using tags to produce all markup is a very cogent one. For some projects, absolute control over HTML will be a necessary requirement, so we do support that style of development. But we believe strongly that the future does not lie in constant handcoding of HTML, but instead in building more powerful, flexible, and reusable components and assembling those into pages. This was one of the themes of a talk I gave with two coworkers at this past JavaOne.
    -- Adam Winer (JSF EG member and ADF Faces lead)

  • Mixed Environment: Wintel and Unix

    We are currently looking into implementing HFM in a Mixed environment, Wintel and UNIX. The Web Servers and Application servers will run on Wintel; however, we are thinking of putting our Reports server in a UNIX environment. Are any of you running HFM in a mixed environment? We would appreciate any feedback...Thanks,Doug

    From what you post about trying different things I would delete com.apple.ichat.AIM.plist and restart iChat
    2:50 PM Sunday; November 18, 2007

Maybe you are looking for

  • IdM Scheduler and Time Change to Daylight Savings Time GMT to BST

    This isn't really a 'question' , but just a topic for discussion. We're not live yet, but will be by the time the clocks go back. So I'm just interest to hear everyone's experiences and any issues with regards to the switching to / from DST I did som

  • Sql -loader and parallel

    Hello, I'm trying to use sql-loader with parallel option. I have loaded data with and without parellel but it takes same time. I don't appreciatte a better perfomance with parallel. In the called to sqlldr i'm adding PARALLEL=TRUE. That is the only c

  • Customization of base html files

    I want to tailor the base html files of Forms 9i Services by adding my Co. logo etc., which I dont want to add directly on my Canvas . Whats the workaround. Regards, Gaurav

  • DVD SP keeps burning the disc from wrong project

    I recently updated an older DVD SP project. In simulation, it looks fine, but when I burn the disc, it burns the most recent project that isn't even open. I tried trashing the files to the wrong project, even the .m2v files for it, and created a spec

  • Using Parallel Processing for Collection worklist Generation

    We are scheduling the program UDM_GEN_WORKLIST in Background mode with the below mentioned values in the variant Collection Segment - USCOLL1 Program Control: Worklist valid from - Current date Ditribution Method - Even Distribution to Collection Spe