Process order cancellation or reversal after sales order delivery has b

hi,
here we got one issue as user made mistake in assigning profit center in the material master of a material. when the process order execution is over, delivery has been done for a sales order. then user came to know that documents generated in the profit center assigned in the material master. but actually another profit center is supposed to be assigned.
now can we do something to change in PP to effect the profit center documents in this stage.
can any one of you suggest good solution, i will be thankful to you
regards

Hi
yes you can revoke closing of process order
Go to Cor3 go to process order header
process order >>> functions >> restrict processing >>> Revoke closing
again go to Process order >> functions >> restrict processing >> revoke Tech. completion
after tht you can change your profit center
Please reward points
Sunil

Similar Messages

  • Requirement in MRP even after Sales order completely delivered/cleared

    I see a sales order in md04 even after that order is already cleared completely delivered
    I have checked the pGI quantity in order and document flow. everything matches and status is completed/cleared.
    I also ran SDRQCR21 in se38 with data transfer checked. Still I am unable to delete that fake order from md04.
    any help is appreciated.

    Hello ,
    Have you checked & followed all instructions  in SAP note 207942.
    "Generally you can solve these problems with report SDRQCR21from Note 25444. If not, these kinds of problems must be processed further in SD-BF-AC.
    However, often the problem is also caused by the fact that
    no requirements are generated at first or the generated requirements are only displayed but are not included in MRP calculation
    or vice versa
    due to the Customizing settings requirements are stored although this is not wanted from the business view. "
    This is a release independent SAP note. so it applies to ECC6.0 as well.
    Hope this helps you resolve your issue.
    Thanks,
    Ram

  • Error in Reversal of Sales Order Settlment

    HI Friends,
    Any body Please let me know the process of Reversal of Sales Order Settlment. when i am doing reversal i am getting the below error message
    Message no. /GMC/ZE076
    "Functional Area cannot be determined. Please Correct Sales Order or Internal Order
    Thanks and Regards,
    Madhan Kumar

    Check SAP Notes:
    Note 505738 - Termination I_LOGNR_INVALID with settlement reversal
    Note 105820 - RKOTRACE: Analysis program for the settlement
    Hope these can assist you.
    Thanks & Regards
    JP

  • How to re-trigger BA00 after sales order has been rescheduled

    Dear Gurus,
    Could you please kindly advise how I could re-trigger BA00 after sales order has been rescheduled?
    The scenario is following:
    When the sales order was completed, the order confirmation output has been sent to the customer. But later, when the ATP confirmed quantity was changed or order was rescheduled, the committed delivery date has been changed. It caused confusion, because in the order confirmation letter we sent to customer, there is a different date.
    I'd like to also trigger BA00 to resend the order confirmation, but I checked the output routine, it only checks if the order is completed or not. Shall I ask ABAPer to add additional logic in the routine or there is other easier way to re-trigger BA00?
    Many thanks in advance!

    Have you allowed multiple issue for BA00 output type? In that case, you can manually trigger it from VA02. If you are trying to have it sent automatically, then add the logic into the routine.

  • Payment to vendor after Sales Order Creation

    Dear Experts,
    We already mapped and doing full process fm Sales Order to Outbound Delivery & giving payment by Shipment, shipment Cost & MIRO. Now we want to do as follows:
    - another sales order with reference of existing sales order
    - Create Invoice with Reference of Sales Order
    - Create Purchase Order with ref. of purchase requisition of created sales order
    - want to give payment to multiple vendor via Purchase Order
    Is it possible to map as above? Need your guideline on above.
    Best Regards.
    Ripon

    Hi,
    You can create sales order with reference to existing sales order through VA01. In VA01 you enter sales order type and click button with reference to.
    You can create invoice from sales order but for this you will need to configure item category in SD. You can set billing relevence for item category. Ex. billing from sales order or delivery etc.
    For third party transaction you need to again configure item category.
    You can also configure revenue recognition so that your system can be IFRS compliant.
    Please let me know about your view and satisfaction on the issues.

  • Userexit/Function after sales order save

    Hi,
    I want to get sales order and line item number, which I want to pass to function module immediately while sales order creation.
    To get sales order and line item number after sales order save in VA01 is there any userexit or function?
    I tried with userexit_save_document and userexit_save_document_prepare, but it did not solved my purpose.
    Please reply.
    Thanks

    Hi ,
    Could you please let me know what you have written inside your FM which called in update task.
    I have same kind of requirement where i need to update soem custom fields of vbak tables. Here is the details given below .
    CALL FUNCTION '/LGC/SDFGWW_VBAK_UPDATE' in update task
      EXPORTING
        i_vbak          = vbak
        i_sdtv45a       = sdtv45a (Local structure which value i want to update in vbak)
        i_vbeln         = vbak-vbeln.
    Code inside the FM .
      i_vbak-/lgc/banknum  = I_SDTV45A-zcheqbsbno.
      i_vbak-/lgc/bankaccnum = I_SDTV45A-bankn.
      i_vbak-/lgc/cheqnum = I_SDTV45A-zcheqno.
      i_vbak-/lgc/cheqname = I_SDTV45A-zcheqna.
    Please have a look into it and let me know where i am doing wrong.
    Thanks,
    Satya
    Message was edited by: satya pujahari

  • Exit after sales order creation - whait is ?

    Hello,
    for some material entered for an item on sales order, an order is automatically created.
    I need to modify this order by an exit: so I'm searching an exit called when a sales order is saved and after the order creation.
    do you have some ideas ??
    P.S. MV45AFZZ it seams called before the creation of an order and not after.
    thank you.

    Used      MV45AFZA

  • Calling a Sales Order Change BAPI in a Sales Order Exit

    Functional Requirement:
    While creating a Sales Order with Reference to another Sales Order, on saving the new sales order, change something in the referenced sales order.
    I am trying to achieve the same by doing the following:
    In the standard SAP user exit called during saving the new sales order USEREXIT_SAVE_DOCUMENT I am calling the BAPI BAPI_SALESORDER_CHANGE on the referenced Sales Order.
    However the BAPI is unable to change the other sales order giving an error Enter the document number. I am specifying the Document Number while calling the BAPI, so I know that is not the error.
    I just wish to know whether it is technically possible to call a BAPI to update another Sales Order while we are currently saving one Sales Order.

    Hi Girish,
    If it works correctly when run seperately and you are sure the data passed into the BAPI is exactly the same then it may be something like table locks or similar causing your original problems...
    What about packaging up your working Z program into a custom function module and calling that from within USEREXIT_SAVE_DOCUMENT as a seperate task (IN NEW TASK) and building in a slight delay of say 5 seconds at the start of your code?
    I'll be honest, this isn't an ideal solution but might be sufficient to resolve your issues.  I'd be inclined to see if you could just run your Z program as a background process every 5 minutes or so to capture any changes and perform updates but if this is a no no from your functional people I'm not sure what else to suggest sorry.  I've never personally had to update a document from within the save routine of another document so can't give any advice based on my own experiences sorry.
    Gareth.

  • Block the production order creation till approval of sales order

    Dear
    We are using MTO process. Client is asking to avoid the creation of production order still the sales order is approved. In sales order one user status is defined as approved. By default when sales order is created the status will be in not approved and once the accounts clears, they manually change the status to approved. Is it possible to put system check  to avoid the production order creation till sales order status is changed to approved?? Any idea??.
    Thanks in advance.

    Dear Usmani,
    I'm facing the same problem as you. Do you already have the solution for this?
    As of now, the only solution to stop the transfer of requirement to MRP is to set the delivery block at the header level and also flag on the "Fixed Date & Qty" in each schedule line item. The problem is now to deflag the "Fixed Date & Qty" in each schedule line item when the Sales Order is confirmed.
    Please share should you have any other solutions.
    Thank you.
    Regards,
    Jieyi

  • Sales order Total = Zero (0) No Sales order Lines

    Hi,
    Is there any possibility to accept Sales order Total = Zero (0) - No Sales order Lines for a specific customer?
    I assume it should be a parameter in SBO somewhere...
    Thank you,
    Rune

    Hi Rune,
    i think there's no parameter for this.
    Link
    "You cannot have a Sales Order without items unless it is a Service Invoice"
    regards
    David
    Edited by: David Nussböck on May 3, 2008 1:15 PM

  • Create a Sales order with reference to another sales order  using BAPI

    Dear All,
    Can any one tell me what are all the parameters required to create a Sales order with reference to another sales order using BAPI_SALESORDER_CREATEFROMDAT2....
    Thanks in advance

    Hi Madhan
    Thanks a lot for your reply.
    However, I would like to know which parameters need to passed in this BAPI in case of SO creation with reference. I beleive there are only a few parameters that need to passed in ORDER_HEADER_IN, ORDER_ITEMS_IN, etc.
    Need to know exactly which are these parameters.
    Regards
    Mihir Shah.

  • One sales order with reference to 2 sales orders

    Hi Gurus,
    can v create one sales order with reference to 2 sales orders?
    i think it is not possible, but if there is any chance let me know?
    Cheers,
    Sumith

    First u need to ensure whether copy controls are maintained between the documents (say Ex ZOR ---> ZOR) here i am assuming that ur source and target document are of same type)
    Maintain the controls.
    Then u need to create the source documents  and save.
    Then, u need to create the target document by using the create with reference button, enter the first reference order no and proceed further. ater entering into the order, again u need to press the create with reference button for the second time to enter the second reference order.
    Now both the order items will come to a single order. now u can proceed further
    Hope it is useful...
    reward points if u found useful..

  • Sales order with reference to another Sales order

    Hi SAP Gurus,
    Good day.
    I would like to seek an advice from u regarding this scenario:
    First if all, is this scenario possible-create sales order w/ reference to another sales order?
    We have a scenario wherein the original sales order has a material w/ free goods. And then when we create another sales order w/ ref to that iriginal sales order, the free goods appeared twice.
    Original SO:
    Item.  Material.    Qty.  item cat
    10.      123.          5.       ZOR
    20.       123.         1.       ZORR
    SO w/ ref to above orig SO:
    Item.  Material.    Qty.  item cat
    10.      123.          5.       ZOR
    20.       123.         1.       ZORR
    30.        123.         1.      TANN
    Item 30 should not appear since our goal is to copy exactly what was on the original sales order.
    I have checked the item cat and copy control & seems it is correct.
    Please advice
    Thanks,
    Erza

    dear friend,
    your 'key' transaction is VTAA
    the copy control has two parts - header and item levels - check them both
    1.
    find out your record (source to target) , goto Deatails and check out two checkboxes - "Copy item number" and "Complete reference" . also check out the copying requirements - look at routine number and make sure it is correct
    2. at item level check out all relevant 'copying' fields
    good luck

  • BAPI to create sales order with reference to another sales order

    hi all,
    is there a bapi that allows you to create a sales order with reference to another sales order?
    thanks,
    V

    Hi Valencia,
    I think the normal BAPI (BAPI_SALESORDER_CREATEFROMDAT1)will do. You will have to fill the fields REF_DOC, REF_DOC_IT, REF_DOC_CA of the table ORDER_ITEMS_IN (and make sure that Customizing settings allow you to copy from order to order).
    Regards,
    John.

  • FM to create Sales order with reference to another Sales order

    Hi,
    Is there any inbound IDOC FM which can create a Sales Order with reference to another Sales order.
    PLease reply
    Santhana M.

    Hi,
    try FM BAPI_SALESORDER_CREATEFROMDAT2
    with ORDER_HEADER_IN fields
    REFOBJTYPE
    REFOBJKEY
    REFDOCTYPE
    Regards,
    Clemens

Maybe you are looking for

  • All the Applications to download for a free trial of 30 days are missing in the Creative Cloud Desktop Application

    Hi, I would like to download a trial version of 30 days of Adobe Muse and the link to download brings me in this screenshot, where I don't find any possibilities to download the app.+ I have a Macbook Pro Retina with OSX 10.9.5 Anyone knows how to so

  • How do I find the IP for a website published on Muse?

    I'm having trouble redelegating my domain, the website is built in Muse and I'm not even sure its possible to redirect using Business catalyst, I am finding the tutorials unclear, any help would be amazing

  • Converting Movie for iPod

    So, I have an .MPG file that i want to work on an ipod... but when i do the whole Advanced > Convert Selection for iPod thing which turns it in to an .MP4 file... the sound of the movie goes away. Is there a way to fix it so it doesnt... or is there

  • Frequency Modulation circuit simulation in Multisim Using 566.

    How can I get Frequency Modulation circuit simulation in Multisim Using 566? In Multisim I dont have IC 566.. And I have attached the image of the circuit i want... I dont want to use FM signal source directly. Attachments: FM CIRCUIT USING IC566.PNG

  • Pacman segfault.

    dpc@empire:~$ sudo pacman -S gajim Targets: gtkspell-2.0.11-1 dnsutils-9.3.3-1 docbook-xml-4.1.2-2 libglade-2.6.0-1 python-numeric-24.2-1 pycairo-1.2.2-1 pygobject-2.12.2-1 pygtk-2.10.3-1 sqlite3-3.3.8-1 python-pysqlite-2.3.2-1 gajim-0.10.1-2 Total P