"RSTRFCIC" program is updating production order

Hi All,
we found that program “RSTRFCIC” is updating the production order and due to which status of the order is getting changed.
If I am not wrong this program is basically used by APO managed materials.
Is there any way i can stop this program.
Thanks,
Vikram

Hello
Probably, this order was changed in APO and it could not be changed on the ECC side due to a lock error. In this case, system automatically schedules RSTRFCIC to retry this change on the ECC side after some time (see note 1579728).
It is not recommended to change this program, as it could lead to inconsistencies between APO and ECC.
BR
Caetano

Similar Messages

  • FM/BAPI to update Production Order at Operation Level

    Hi Friends,
    Can any one help me in this issue.
    My rek is, needs to update Production Order Sequence Number(AFVC-CY_SEQNRV) at operation level.
    There are some Production Orders under one Project.User is updating theSequence Numberfor the first order in that group (TCode CO02),at the time of save remaining Orders in that group needs to be updated with the same Sequence Number.
    Please provide me with FM/BAPI(operation level not at header level)
    Points Rewarded,
    Thanks in advance,
    PRBode.

    Prathap,
    Have you tried using the Bapi :  BAPI_PP_TIMETICKET
    This would confirm at operation level..
    Hope it is useful.
    Regards
    Ram

  • Problem in updating Production Order

    Dear All,
          When I try to update the Production Order I am getting the error message as  "Invalid user OWOR.UserSign ".
    Help me to resolve this problem.
    Thanks,
    Lingam.
    Edited by: miplkutalingam on Feb 13, 2012 3:22 PM

    Dear Lingam,
    Welcome you post on the forum.
    Something must be wrong in the document. The user who created the PO may be deleted somehow. B1 does not allow the deleting of the user but manual deletion may be occurred in your database.
    Try: SELECT UserSign FROM OWOR T0 WHERE T0.DocNum = '[%0\]' to find out.
    Thanks,
    Gordon

  • Update Production Order Form if Sales Order Form has been updated

    Hi Experts, how can you update the "Due Date" in the Production Order form if the "Delivery Date" in the Sales Order form has been updated?  I am having problem catching the actual event if the Date was modified.  I'm not sure if I'm coding this correctly, but this is what I have so far:
                If ((pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_UPDATE) And (pVal.Before_Action = True)) Then
                    strSQL = "SELECT DueDate FROM OWOR WHERE DueDate = '" & strDueDate & "'"
                    orecordset = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                    orecordset.DoQuery(strSQL)
                End If
    Please share your examples.

    All, thank you for your help.  I understand why it is not working now.  I was able to accomplish what I was lookin for with the following code (for anyone who was having the same problem as me:
                If pVal.FormTypeEx = "139" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_VALIDATE Then                     
                    If pVal.ItemUID = "12" And pVal.BeforeAction = False And pVal.ActionSuccess = True Then  
                        oEditText = oForm.Items.Item("12").Specific
                        myNewDate = ConvertDateString(oEditText.Value, "test")                              
                        SODocEntry = oForm.Items.Item("8").Specific.Value                                     
                        oPdo = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oProductionOrders)          '
                        oRecordSet = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                        oRecordSet.DoQuery("SELECT DocEntry from OWOR where OriginABS = '" & SODocEntry & "'")
                        If Not oRecordSet.EoF Then
                            oPdo.GetByKey(oRecordSet.Fields.Item(0).Value)
                            oPdo.DueDate = myNewDate
                            intResult = oPdo.Update                                    
                            If intResult <> 0 Then                                                                               
    oCompany.GetLastError(errInt, errString)
                                oApplication.MessageBox("oApplication_ItemEvent: " & errString)
                            End If
                            oRecordSet.MoveNext()                                                                               
    End If
                    End If
                End If

  • Function module for Production order update (Table AFKO)

    Hello All,
    I know similar subject has been posted but please read the following.
    SAP 4.6c doesn't provide BAPI for production order update.
    We did develop an ABAP program that update production order and schedule it in a job.
    We are looking of avoiding direct update in table AFKO which our program do right now.
    We looked (with SE37) at either BAPI or FM to pass parameters to a functioin that would perform that update and ensure data integrity.
    CO_ZV_ORDER_POST seems interesting but is also using a lot of parameters and we have diffiulties to test it and understand it our dev team being fairly new.
    Can somebody tell us how to use this function or tell us another FM that could be used. (ie passing internal table content (New fields values) and a key value (AUFNR)) to update table AFKO and related objects/tables
    Regards
    Marc

    hi,
    TABLE IS AFKO
    rgds
    anver
    if hlped mark points

  • Production order update CLOI_CHANGES_UPL_31

    Hello,
    I want to update production order. I tried to use the <a href="http://help.sap.com/saphelp_47x200/helpdata/en/1a/0e369d539911d1898b0000e8322d00/frameset.htm">Production Optimization Interface (POI)</a>
    First question : It seems to me that the Idocs can not be used to import data to SAP. Can you please confirm this point.
    Second question : I tested the module function <b>CLOI_CHANGES_UPL_31 </b>and was successfull in modifying the quantity in production order header but I could not change the finish date. Is it normal ?
    Thanks in advance for your help

    check the SUCC_CODE - suceess code field, is it configured properly?

  • Material shortage ( soft or hard error ) while releasing production order?

    Hi Guys
    I  am a SAP tech guy wrote a BDC program to release production order. It worked fine in one enviroment but not working another enviroment saying ..Material shortage.
    My BDC program can't afford any hard errors in the process. The execution stop abruptly for any hard error.
    How to change that Material shortage from hard error to soft error or any info message.
    Any ideas? any thing to do with material master or spro?
    Thanks
    Hari

    Hi
    You can make settings in SPRO, so that the material availability check will not restrict you to go further...
    follow the path:
    SPRO>Production->Shop floor control>Operations->Availability Check-->Scope of check
    There you will find the settings for order creation and release (1 & 2)..
    You have remove the restriction there.
    Regards
    Bala

  • Creation of Production Order with set Series

    Document Series for Production Order (from NNM1):
    Series: 27
    SeriesName: Primary
    Range: 1 - 1000
    Next Number: 24
    Series: 43
    SeriesName: KAP
    Range: 1001 - 2000
    Next Number: 1001
    Considering the above document series, after i run the ff. code
    lole_DOCUMENT = sapbobscom.SBOCompany.GetBusinessObject(oProductionOrders)
    lole_DOCUMENT.Series = 43
    lole_DOCUMENT.ProductionOrderType = "0"
    lole_DOCUMENT.ProductionOrderStatus = "0"
    lole_DOCUMENT.ItemNo = "ItemA"
    lole_DOCUMENT.PlannedQuantity = 5
    lole_DOCUMENT.PostingDate = "2009/07/01"
    lole_DOCUMENT.DueDate = "2009/07/02"  
    ll_return = lole_DOCUMENT.Add
    there's a new Production Order added in SBO with the ff. data
    Series: KAP
    Document Number: 24 (instead of 1001)
    please advise on this matter. thanks

    as you can see from my previous post, there were two Document Series for the Production Order.
    Series: 27
    SeriesName: Primary
    Range: 1 - 1000
    Next Number: 24
    Series: 43
    SeriesName: KAP
    Range: 1001 - 2000
    Next Number: 1001
    and in line#2 of my code, i set the Document Series to 43 which is the KAP document series, not the Primary document series
    lole_DOCUMENT.Series = 43
    as i stated in my previous post, after i run my program, a new Production Order was created. Its Document Series was KAP, and its Document Number was 24 instead of 1001
    please advise. thanks

  • ATP Error-production order details is not appearing in ATP check

    Hi ,
    As per the details which I updated, production order details are not appearing in Sales order ATP check.
    Pls help me to solve it ,the settings needed to do in the system.
    Thanks,
      Vijesh

    Hi,
    i checked the configuration, it is same as you said, but still the production order window is not showing in the ATP check.
    thanks to  help.
    Regards,
    Vijesh

  • Update of Order Changes in Inspection Lots

    Hi all,
    Is it possible to update production order changes in an inspection lot automaticaly with inspection lot origin 04?
    I know this is possible with inspection lot origin 03, but we use 04 in our company.
    Thanks in advance,
    B.
    Edited by: Brian O'N on Jul 21, 2010 2:06 AM

    Did you ever find a solution for this?  We have a similar requirement where we need to see the change history for our batch master characteristics.

  • Production order confirmation with BAPI

    Dear PP friends,
    I want to create a program to confirm production orders in mass at header level like CO15. To do it I am trying to use BAPI_PRODORDCONF_CREATE_HDR and it works fine for planned backflush.
    However, I am not able to change data of goods movement (quantity, warehouse and batch). Is it possible?
    What is the function of GOODSMOVEMENTS table?
    I studied the following thread but I could not solve it.
    Production Order Confirmation BAPI
    Does anyone have suggestions?
    Thanks in advance.
    Marcos

    Hi Caetano,
    Thanks for your reply.
    I tested BAPI_PRODORDCONF_GET_HDR_PROP and it proposes goods movements according with open quantity of the production order. In this case, would I have to adjust all movements with actual quantity?
    Is possible to propose goods movements according with confirmed quantity?
    Regards,
    Marcos

  • Problems with Print Program of Production Order (CO03) !!

    Hi all,
      I have a question about Print program of Production Order. I created a new Order in CO01. Then, in CO03, I call Print Program ( menu <b>Functions >> Print</b>). At the first time, it printed a so-called original version. Later, when i printed it again, it informed me that just was a copy. Now, that's ok.
    I made some modification of Print Program by copying and changing the code (let's call it Z_PSFCOBJL) and SAPScript form. However, When I call Print function in CO03 for that Order, it didn't show any changes which I made. What's wrong? I checked in the code by debug mode, the variable that I transfered to the form was correct with its value.
    <b>I think that because SAP just make a print copy so that it will not reflect any changes that I made to the program, right? Is there any way to overcome this because I don't want to create new Orders just for testing every modification</b>?
    Thank you in advance.

    Hi MURUGESAN THANGATHURAI  ,
        Yes, I did assign the new program and new form for this before printing. But I wanna know if there is any way that allows me to view those changes I made?
    When I change the code in Print Program, print-out includes this update (although it still informs me that is a copy version). But when I make changes in the SAPScript form (for example, adding a variable for display), <b>it will not update this</b>?
    What's problem?
    Thank you guys.

  • Update Long Text of Production Order

    Hi ABAP Gurus,
    We want to update some information in long text automatically while releasing production order.
    We try PPCO0007
    We found that we must update AUFK-LTEXT as 'E' then we can see long text via CO02, CO03.
    Without updating AUFK-LTEXT, even if the long text value saved in SXTL, but it can not be displayed via CO02, CO03.
    After saving the text using 'SAVE_TEXT' function module and commiting it we update the 'ltext' field in AUFK table.
    SELECT SINGLE * INTO wa_aufk FROM aufk WHERE aufnr EQ '000012345678'.
    wa_aufk-ltext = 'D'.
    MODIFY aufk FROM wa_aufk.
    However, it only works when we go to CO02 and press 'Save' button without changing anything.
    If we press 'release' button, AUFK-LTEXT will be overwritten by system. >_<
    What we expect system to do is that when we release production order, AUFK-LTEXT can be changed to 'E', so that we can display long text via CO02, CO03.
    Please help.
    Cheers,
    Qiang

    There is no standard SAP enhancement we can use for this purpose.
    We have developed another program to maintian the long text in production order.
    This call can be closed.
    Cheers,
    Qiang

  • How to update/open Classification view of Batch in production Order

    Hi All,
       I have maintained the Class (023) and characterstics for Finished Material. When I am creating the production order, I am assigning new batch number in Production Order Header (Goods Receipt Tab). 
    In the background system is creating the Batch but not updating/opening the Classification view.
    Every time I required to go T code MSC2N and required to open the classification view manually.
    How to open the classification view during production order creation?
    Thanks,
    Shailendra

    Hi,
    You can only assign the Batch number in the production order, that meanas the said batch will get blocked and will not get saved in the Data base. You can enter the Batch number in the Production order and a while doing the GR you can make the system prompt the Classification view in the for ground so that you can enter the Characteristic values..
    For the above to pop-up you need to enter the Value "3" in the Batch Classification field of the Production Scheduling profile created for the Plant in the Tcode : OPKP.
    Please read the below information for additional inputs :
    Option to classify batches
    Specifies that the system branches to batch classification upon a goods movement or when you create or change a batch (not in the material master).
    Use
    If a batch is classified during a certain transaction or event, you can then use the batch determination facility to search for batches by class characteristics at the time of goods issue.
    Procedure
    If you work with batch classification, set this indicator for all receipt-specific movement types so that all existing batches are classified.
    Hope this will help you.
    regards
    radhak mk

  • Confirmation of production order - stock not updated

    Dear all
    On confirmation of production order,all dependent requirements as per bom (stock available at storage locations) should get updated ( as I set back flushing for all material stocks at material master level). But, when i do mb31, final product stock is updated, and bom stocks not getting updated.
    what is the reason.please give solution

    Hi GB,
    Please analysise the following :
    1.COGI what is exact error u are getting.
    2.Did u check the following options
      1. In the routing, the backflush indicator is set in the component assignment.
    2. In the material master record, the backflush indicator has the characteristic "Always backflush".
    3. In the material master record, the backflush indicator has the characteristic "Work center decides", the indicator being set in the work center.
    Use
    3.MB31 is for GR of stock means it post the stock at FG storage loactication ok.
    4.If u need to update in BOM stock , u have to do it by MB1C/MB1A with movement type 262.
    5.Check the stock in MMBE whether u have maintained ornot.
    Please check all those anf come back.
    Regards
    Jia

Maybe you are looking for

  • Getting error while creating standby database

    I am creating standby database in oracle 10.2 on windows (same machine)and getting following error.Could any one please suggest me on this. on primary database alert log file ================================================ Error 1031 received loggin

  • Is there a script for renaming layers in ID CS5?

    Hello, I am new to scripting (I just started today) so far I have found some very useful existing scripts to help automate my workflow. I am wondering if anyone knows of the existence of a layer renaming script for InDesign. I have seen similar scrip

  • Workflow Deadline monitoring

    Hi, Is it possible to re-trigger deadline monitoring more than once, so that if a PO approver has not released a PO within 24 hours, they will receive a reminder every 12 hours until this task

  • Keep getting itunes store error message at startup or launch.

    The full dialogue message is "The itunes Store is disabled in the parental preferences, so itunes could not complete your itunes store request" and it occurs with every launch of iTunes at startup. iTunes Store is switched off in the parental prefere

  • HELP ! WiFi Adapter Card for Thinkpad T42 ?

    Hi everyone,  I am new to this site, and new to laptops. I just bought a used IBM LENOVO T42 1,7GHZ 512MB 30 GB HD with XP PRO. I am confussed about the WiFi issue, as it seems like two cards are required (internal / external) to get wireless. I have