No prod.order created after setting creation flag in APO

Hi all,
I'm encountering a new problem. I created a material, and some data adjacent to it (planned order, prod. order, planned ind. rep., various stocks, a routing and various BOMs) in ECC 6.0, which I successfully CIF-fed to APO 5.0.
When I modify the quantity of the prod. order in the prod.view in APO everthing works out just fine, i.e. the modification is taken over in ECC, BUT when I set the conversion flag in order to create a production order in ECC triggered from APO... absolutely nothing happens.
I get no error-message (only planning result successfully saved). When I try to remove the conv. flag again, the system says that it's not possible.
Any ideas what could be the problem?
Thanks in advance!
Regards, Bobby

Hi y'all,
as an add-on-information to the previously written:
if a planned order exists in R/3 and is CIF-fed afterwards the conversion works fine (i.e. the planned ord. is converted to a prod. order in R/3 and the prod.ord.number is made known to APO).
In case the production order has yet to be created, the whole process is stuck!
Anybody help, please!
Regards,
Bobby

Similar Messages

  • Planned order created after mrp run instead of purchase req

    Hi All,
    I am facing a strange problem about planned order being created after mrp run jobs runs in background instead of purchase req. This is happening randomly. In the material master MRP view 2 procurement type is F and in the varient for the MRP job the in Purchase requisition control parmater 1 is marked that is purchase requisition. Also planning file is having the entry once there is shortage and hence MRP run is there always if there is shortage of material.
    With Regards
    Tarun

    Hi Tarun,
    Please maintain the control parameters as
    Processing Key                                       NETCH
    Create Purchase Requisition                          1
    Sched. Agreement Schedule Line                   3
    Create MRP List                                            1
    Planning Mode                                               1
    Scheduling                                                     1
    Please let me know the results.
    Regards,
    satyajit

  • WBS Series break up after setting deletion flag

    Hi Experts,
    I was having WBS levels at 1 and 2. I have set the deletion flag at one of my level 2 WBS. Now, the WBS has disappeared. Now, when I am creating new WBS it is skipping the series like for an example:-
    I was having WBS
    WBS     A
    WBS     A.1
    WBS     A.2 - Deletion Flag set
    Now, I am creating new WBS, I think system should allow me to create WBS with A.2 but it is giving number A.3
    I want to know is this is standard behavior or is there any other alternative so that I could use the same A.2 number for new WBS
    Please suggest.
    Thanks,
    Y.Kanitkar

    Hello,
    This is a standard behavior. As for setting deletion flag on the WBS element, it is not physically deleted. If you set the following indicator, you can find the deleted objects in the project structure again.
    Then, there is some more information about naming the WBS element with a used number. If you have already physically deleted this WBS element but there is message CJ026 when you try to name the WBS element with a used number, you can check in table VSPRPS_CN. If there is data in this table, you still cannot use this number again. You can refer to note 529634 for more details.
    Best regards,
    Kim

  • Purchase order created in R3 Is firmed in APO

    Hi All,
    Is there any way i can unfix the PO in APO?.PO got manully created in R3 and Ciffed to APO.
    Thanks,
    Krishna

    Hi Krishna,
    Purchase order it self a firmed receipt in SAP. Firming is applicable for planned order, purchase requsation and schedule line.
    For more details on it please refer OSS knowledge base article  1873939 - Fixed ID (ERP) and Firming indicators (APO)
    Regards,
    R.Brahmankar

  • RE: Prod order automatic scheduling at creation level

    Hi All,
             While creating Production order thru Backward scheduling, the system automatically scheduling but I need to schedule after creation manually. Any solutions to this issue.

    Hi,
    If you have maintain scheduling type as Backward then system will ask you to maintain the Basic Finsh Date.
    So my doubt is with your order type.Is it correct one for which you are creating the production order.
    Now if you don't want to do the automatic scheduling and do this one manually then try this.
    For that order type maintain scheduling type as only capacity requirements.After this system will not schedules the order automatically.All the dates you have to maintain manually.There is no scheduling at all.And if you want to schedules the order then change that scheduling type to backward in order itself (not in OPU3) and then press that scheduling tab.
    Regards,
    Dhaval

  • How many copa tables created after creation operating concern?

    Hi gurus
    How many copa tables will be created after just creation of  OPERATING CONCERN?
    This is question being asked in interview.
    Regards
    Hari P
    Edited by: Hari Peddi on Feb 15, 2009 11:22 AM

    Hi,
    As the previous comment says, CE1XXXX, CE2XXXX, CE3XXXX and CE4XXXX are created. But this is if you are using Costing-based profitability analysis, However, if you're using account-base PA then no tables are created and CPEP, COSP, COSS and other standard CO tables are used.
    Regards,
    Kenneth

  • Update sales orders status after changing item completion rule

    Hello!
    I've just changed the item completion rule of a given sales document item (from 'B' to blank). But we have several old orders, which have deliveries created with reference, with some fields still open (due to the 'no reference' status at the item level). The orders created after the new condiguration are ok.
    So, is there any way I can update the status of those old orders? Already tried the report SDVBUK00, but did not work out.
    Any ideas are welcome.
    Thanks.
    Adriano Cardoso

    Hi,
    check if oss note 1472007 helps.
    Regards,
    JM

  • IMAPMessage is read-only Exception while changing setting the Flag

    Hi,
    I am getting " IMAPMessage is read-only" Exception while setting the Flag to SEEN/DELETED but the chages are effecting in mail(gmail).
    below is my code, please help me in this.
    Session session = Session.getDefaultInstance(props, null);
               Store store = session.getStore("imaps");
               store.connect("imap.gmail.com", username, password);
               Folder inbox= store.getFolder("Inbox");
               inbox.open(Folder.READ_WRITE);
                  Message[] msgsArr = inbox.getMessages();
                  for (int i = msgsArr .length - 1; i >= 0; i--) {
                    try {
                   IMAPMessage msg = (IMAPMessage) msgsArr ;
    msg.setFlag(Flags.Flag.DELETED, true);
    msg.saveChanges();
    catch (Exception e) {
    e.printStackTrace();
    Thanks,
    Reddy

    You don't need the call to saveChanges after setting the flags.
    Also, you don't need to cast to IMAPMessage.

  • Bdc to get the order created

    hi,
    how to get the transfer order created after upload the data via bdc for tcode lt01?
    thanks

    Hai
    ITS VERY USEFUL
    Don't use GET PARAMETER becasuse if we run bdc call transaction in parallel / create same new item with using ur tcode IT01 so that time its take lates one in parameter id , so please use
    CALL TRANSACTION <TCODE>
    MESSAGES INTO <internal table with using structure BDCMSGCOLL>
    READ <ITAB> WITH KEY MSGTYP= 'S'
    IF SY-SUBRC = 0
    <ITAB-MSGV1 is latest created item> its select from status bar
    ENDIF
    **********EXAMPLE*************************************
    data: lv_opt type CTU_PARAMS.
          lv_opt-DEFSIZE = 'X'.
          lv_opt-dismode = v_mode.
          lv_opt-UPDMODE = lc_l.
    TYPES : BEGIN OF t_bdcerror.
            INCLUDE STRUCTURE bdcmsgcoll.
    TYPES : END OF t_bdcerror.
    DATA: i_bdcerror TYPE STANDARD TABLE OF t_bdcerror.
    CONSTANTS :  lc_smsgtyp(1) TYPE c VALUE 'S',  "Success Message
                 lc_173(3)    type n value '173',
                 lc_f2(3)  type c value 'F2'.
    CALL TRANSACTION IT01 USING i_bdcdata
                 options from lv_opt
                 MESSAGES INTO i_bdcerror.
    READ TABLE i_bdcerror INTO wa_bdcerror
              WITH KEY msgtyp = lc_smsgtyp
              msgnr = lc_173
              msgid = lc_F2..
      IF sy-subrc EQ 0.
    <U R LOGIC>
    ENDIF
    **Please reward suitable points***
    With Regards
    Navin Khedikar

  • Variance Calculation for Prod order

    Deal All
    I have problem when run prod order variance calculation (KKS2) for period 8 why the order for period 9 is also calculated ?
    why this happen ?
    Thanks and regards

    Hi Aditya
    The program is designed in a way that all open prod orders are considered in it.. however, variance will not be calculated on it
    For eg: You calculate Var in 009 for period 008.. Prod order created in fag end of 008 and processing started in 009... During var cal, system will give an error for this prod order saying "Only rem variances can be calculated for it" or some error of that sort
    you can ignore this error... I got a note released from SAP for this error.... however, that note is under reconstruction now and hence not available
    You can raise an OSS msg mentioning note no 1320759 and ask them when it will be available again
    Regards
    Ajay M

  • Prod.Order Creation- Using Reference Operation set.

    Hi
    While creating a production order of particular order type,after entering the quantity and order finish date as today's date(05.06.2007),backward scehduling,it's showing no routing found for the material (as we are using REM-Repetitive manufacturing,we are having rate routing) ,and in the same mesaage box itself I choosed the Reference operation set(that I have created today) and entered the  group no,and after entering its showing me an error as <b>Ref. operation set 50000008 is not valid according to the selection conditions</b>,
    So I created a routing for the same material nd in MRP4 view of the same material under for selection method i kept blank(Selection by order qunatity) and tried to create Prod.order,and there was no problem,but if the same i'm trying to create using Reference operation set I'm not able to create the Production order.
    Kindly give me a solution for this,Is there anything to do with order type dependent parameters of the particular order type?
    Thanks & Regards
    Raj

    Hi,
    Is your problem solved ?
    One more solution to create a order with reference operation set,is to use a trigger point.
    Once you create a reference operation set.
    Use T.code co31 to create a trigger point, chosoe create order with reference & choose a system status eg: PCNF. & click the user parameter tab.
    The system will aks for the reference operation set no & group counter.
    Then assign this reference operation set to the routing operation.
    When you do partial confirmation of this operation, this will trigger the generation of a order.
    Regards,
    Senthilkumar SD

  • Block creation of multiple prod. order against single sales order in CO08

    Hi All,
    We have a requirement of blocking the creation of multiple production order against single sales order in CO08 if the production order is already created for that item.
    How to achieve this?
    SmanS

    Hi,
    you need to check if any user exit is there which will check order haeder table for the said sales order if any Prod Order exist for the same and flag custome error whicle prod order save.
    Pls revert if you need any further information.

  • Different batch no in prod order at the time of creation of prod order

    Hi, we need different batch numbers in production order at the time of creation of production order. tried in system, i can able to create only one batch no at the time of creation of order. we need different batch no at the time of order creation and same no should be assigned at the time of GR from prod order. pls advise how to map this.

    Dear,
    Use the Exit EXIT_SAPLCOBT_001 under enhancement PPCO0001 where-in based on your requirement you can create batch for your order. You can use CALL FUNCTION 'VB_CREATE_BATCH' to create the batches as per your requirement.
    Also make sure the automatic batch creation setting in Prodn Scheduling profile has been turned-off so that the batch is created only through the user-exit.
    Refer this thread,
    Re: Batch creation
    Please try and revert back.
    Regards,
    R.Brahmankar

  • LO-VC  Variant Config - update STPO-SANKA field at Plan/Prod Order Creation

    Hi All VC Expert,
    We are facing an issue with the update by reference characteristic of the field STPO-SANKA Cost relevancy indicator on the BOM.
    We are on SAP ECC 6.0 release 700 on Oracle
              Hot Package
                   - SAPKA70015 on ERP Cross Application componenent
                   - SAPKH60013 on SAP-APPL Logistics and accouting
    We are using material variant
    We are on the first level of configuration
    Classically, we built a procedure to set X to this data base field as below :
    $self.STPO_SANKA = 'X'
    We assigned this procedure to the relevant items
    Here is the result we have:
    At the creation of the Plan Order, this is not working
    At the creation of the Prod Order, this is not working
    When we do a Reload PP master data, this is working very well
    On CU50/VA02 when we check the trace,  the procedure is executed.
    Do somebody have an idea or already facing this and solve it ?
    Thanks in advance for your appreciated help.
    Edited by: Fabien MAUPIN on Jan 24, 2012 11:49 AM
    I still have issue with this object characteristics. I didn't find Oss note to correct the issue.
    Do somebody is facing the same issue as me and find a solution ?
    Edited by: Fabien MAUPIN on Jan 24, 2012 11:51 AM

    Hi Fabien,
    I have series of questions to ask.
    1. How are you creating the Planned order or Production Order. Is it created directly in PP module or through the requirement transfer from SD.
    2. What do you mean by PP master data.
    If you trigger the BOM for the planned order or production order from Sales order and some other reqmt trigger, what is your precondition for updating the cost relevancy indicator.  If you some script some lines of your process, I can check if you should include the $PARENT clause somewhere. I think the problem lies somewhere in the origin of configuration.

  • Sale order 'value changes' after invoice creation

    Experts,
    A sale order was created / shipped / invoiced. The invoice did not go to accounting because of credit auth error. We have a procedure to fix it and then release it to accounting (transaction VFX3). All OK until this point.
    While fixing the auth error, an user changed the freight condition value in the sale order. Then invoice is released to accounting. Now, the value of freight in order and invoice match. How is it possible to change the value of an invoice after its creation?
    Any input would be appreciated.
    UV

    when the value is changed in the sale order, it would automatically transfer
       the new pricing to the existing open SD invoice pending accounting entry??
    Certainly not.  The control is in VTFL where if you select the billing item category for the combination of your delivery type and billing type, you can see a field "Pricing Type".  If you maintain any value other than "B", system will copy the price from sale order to billing and you can, as I said above, can change manually in billing.  On the other hand, if you have maintained "B" in the above field, system will not  consider sale order price but will check your pricing condition maintained in VK11 which you can check in VK12 or VK13.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • How to restrict the cell selection in JTable based on cell contents...

    Hi all, I have some problem related to table cell selection. I have a table that represets the calendar of some month and year. I have the restriction that at one time only one cell could be selected. Now i want the cell seletion like this, I want on

  • RE: Active locking of DB rows

    Dennis, While I agree with both Prasad Muppirala, and Thomas Mercer Hursh, I also recognize the business requirement listed in your letter to avoid changing other applications that use the same database tables. I can think of two possible solutions t

  • Help! Safari can't communicate with Iphoto

    Please help! Recently, I have not been able to add photos from Safari to Iphoto9. When I attempt to do so, Safari comes up with an alert "cannot communicate with Iphoto". How do I repair this so that Safari communicates again with Iphoto? Please help

  • All of a sudden, i seem to have four desktops appearing in the main screen.... any reason why?

    I don't know why Four desktop screens appear when I have nothing else open, but when I scroll up to minimze the screen I am working on to see the other open screens... I have four mini desktop screens when I only used to have one.

  • Home Page Icons?

    When I make a web link on my homepage half the time it shows up with a nice picture but the other half it just shows what the website will look like, why? How do I make them all look nice?