CO13 cancel confirmation - error

Hi all,
We are already confirmed final (last) operation, goods movement also correctly done. now we need to cancel this confirmation, we are using TCode CO13, but error message shown "A reason has to be entered for movement type 102"
, but cant cancel this. pls adise
Note : We have stock that materials
Thanks,
Sankaran

Hi Sankaran,
Here some body has configured for the movement type 102 reason for movement as mandatory in customising.
Hence the message that reason is to be entered.
But during cancellation of confirmation, the goods receipt is reversed with movement type 102.
If you can key the reason than well and good otherwise you will have to change the configuration setting for the movement type.
I would like to know whether the reason for movement is a business requirement in this case(cancellation of confirmation).
Reward points if solution meets your requirement.
Thanks & Regards.
Santosh Joshi

Similar Messages

  • User exit for CO13 - Cancel confirmation

    Dear Experts,
    Through user exit I add some fields in CO11N. When I confirm production order that time other information also saved.
    But when cancellation of production order that time only GR & GI reverse. But I want to revers other information which I had added at the time of confirmation.
    Pl guide me about this issue.
    Thanks
    Dhamane

    Hi,
    While cancelling the confirmation user exit CONFPP05 will be  triggered.
    Revert back if you find any problem.
    Regards,
    Vishal
    Edited by: VS on Nov 3, 2009 2:58 PM

  • User-exit for transaction co13: PP Order Cancel Confirmation

    Hello!
    Whether prompt, please,
    exist what that user-exit for transaction co13: PP Order Cancel Confirmation?
    Thanks,
    Anton.

    Hi Antonio,
    Please check this all user exits (SMOD) available for CO13.
    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
    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 
    Regards,
    Ferry Lianto

  • Can i cancel confirmation without goods movement?

    when i cancel confirmation (co13) it will default auto reverse goods movement 102. but material are not in stock and then COGI will occur.
    does anyone know any T-code to cancel confirmation without goods movement? because i want to cancel just activity.
    thank you all.

    Hi,
    If your are cancelling the operation which is having the the Control Key : PP03 (auto GR) then only system will try to reverse the Goods Movement (Movt Type 102)., And if the material is not in Stock (sloc) then system will through the Goods MOvt failure and same can be seen in COGI and COrrected later, once the stock comes in Sloc.
    There is NO Seperate transaction for just cancelling the Operation (Activity) without reversing the Goods Movement. Even it is not logical to do so as it may show as Negative WIP for the Order.
    Hope this will help you.
    regards
    radhak mk

  • IW45 - Cancel Confirmation - Posting period query

    Hi Experts,
    I am executing IW45 and while saving it says that Cancellation of completion confirmation STOPPED due to MM period closed .
    As per my knowledge Time confirmation generates only financial document so why it is giving an error because of MM periods?
    Also, I want to cancel the confirmation that is been done few days back but the probelm is now that period is closed.
    So what are the different ways to go ahead with the cancellation of this confirmation?
    Can we make Posting Date field as input field during IW45 (Cancel Confirmation) so that we can overcome closed posting period problem?
    Thanks
    DM
    Edited by: Deepak M on Oct 2, 2009 7:48 AM
    Edited by: Deepak M on Oct 2, 2009 7:50 AM
    Edited by: Deepak M on Oct 2, 2009 7:50 AM

    Hi Deepak,
    Ask Finanse, & Material Team to open period. Once it is opened cancel the confirmation nos.
    Further the same confirmation can be used to repost the enties in new period.
    Regards,
    Ramesh

  • 'BAPI_PRODORDCONF_CANCEL" for cancelling confirmation

    Hi,
    We are using customized report for Production order confirmation . Below are steps
    1. Goods issue
    2. Calling transaction Co11 for confirmation (BDC)
    3 Goods receipt using BAPI_GOODSMVT_CREATE
    while running the program , it throws the "Order processed by RFC_USER" . We have tried enquque, dequeue , wait  but error pops up randomly.
    We have carried out few steps but still we are getting error sometimes.
    The issue is that goods issue & confirmation is happening but not goods receipt hence we are  are now trying to revert the goods issue & confirmation through "BAPI_PRODORDCONF_CANCEL" .  i have pasted my code , please  suggest if by using "BAPI_PRODORDCONF_CANCEL"
    will it  revert goods issue & confirmation .
    SELECT RUECK RMZHL
       from AFRU
       INTO IT_AFRU
      WHERE   AUFNR = zaufnr
    AND ERNAM = Sy-uname
    AND ERSDA = sy-datum . 
    SORT IT_AFRU descending RUECK RMZHL.
       DO N Times.                                                                                                    " N=2
                   CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
                     EXPORTING
                       goodsmvt_header  = ls_goodsmvt_header
                       goodsmvt_code    = ls_goodsmvt_code"'02' "ls_goodsmvt_code
                     IMPORTING
                       goodsmvt_headret = ls_goodsmvt_headret
                       materialdocument = lv_materialdocument1
                     TABLES
                       goodsmvt_item    = lt_goodsmvt_item1
                       return           = lt_return.
                   CLEAR : IT_ENQ, IT_ENQ[],wa_enq.                
                   READ TABLE lt_return INTO lwa_return WITH KEY type = 'E'.
                   If sy-subrc  = 0  .
                     Count = Count + 1.
                     IF Count < N .
                       CLEAR : ls_goodsmvt_headret,lv_materialdocument2.
                       CLEAR : lt_return, lt_return[].
                     ELSE.
       READ TABLE IT_AFRU into WA_AFRU index 1.
                      CALL FUNCTION 'BAPI_PRODORDCONF_CANCEL'
                        EXPORTING
                          CONFIRMATION              = WA_AFRU-RUECK
                          CONFIRMATIONCOUNTER       = WA_AFRU-RMZHL
    *                    POSTG_DATE                =
    *                    CONF_TEXT                 =
                       IMPORTING
                         RETURN                    =   ZRETURN
                         LOCKED                    =  ZLOCKED
                         CREATED_CONF_NO           =  ZCREATED_CONF_NO
                         CREATED_CONF_COUNT        =  ZCREATED_CONF_COUNT
                    ENDIF.
                   else .
                     EXIT.
                   ENDIF.
    *              READ TABLE lt_return INTO lwa_return WITH KEY type = 'E'.
    *              If sy-subrc  NE 0  .
    *                EXIT.
    *              ENDIF.
                 ENDDO.

    I am getting error while cancelling the confirmation "Order Processed by RFC_USER"
    But it goes to BAPI_TRANSACTION commit but the problem is confirmation is not cancelled(commit does not happen) .
    when i try putting breakpoint in bapi_transaction_commit , may be while debugging it gets more time and
    then confirmation is cancelled only during debugging . Please help me with below code to cancel confirmation
    CALL FUNCTION 'BAPI_PRODORDCONF_CANCEL'
                              EXPORTING
                                CONFIRMATION              = WA_AFRU-RUECK
                                CONFIRMATIONCOUNTER       = WA_AFRU-RMZHL
                     POSTG_DATE                = sy-datum
    *                    CONF_TEXT                 =
                             IMPORTING
                               RETURN                    =   ZRETURN
                               LOCKED                    =  ZLOCKED
                               CREATED_CONF_NO           =  ZCREATED_CONF_NO
                               CREATED_CONF_COUNT        =  ZCREATED_CONF_COUNT.
    If SY-SUBRC = 0 .
                             CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                               EXPORTING
                                 wait = 'X'.
                           ENDIF.

  • How to do batch cancel confirmation

    Hi:
    guru, I can use C013 to cancel confirmation one operation by one operation. can i cancel all confirmation of one  production order or severel production orders just one step. is there any solution for Standard SAP.

    Hi Wang,
    Use CORS to reverse the phases.
    After canceling if you want to view it again then use CORT (here there is one check box named 'Reversed' means that phase is reversed).
    If there is a Inspection lot in between then you need to use customize program to cancel the usage decision.
    regards,
    Chintan

  • Reversing a cancelled confirmation in SRM 4.0

    We are currently running SRM 4.0 in an extended classic setup.  We have had many questions about reversing a cancelled confirmation in SRM 4.0 once it has been cancelled. 
    Some user who are very familar with SAP recognize this functionality extend in SAP but are seeing that this is not the case for SRM 4.0. 
    Currently when a confirmation has been cancelled in SRM 4.0 is there any way to reverse the cancellation?  Is this functionality available in SRM 5.0?

    Hi,
    See the foll link:
    http://help.sap.com/saphelp_srm50/helpdata/en/d1/77623c44696069e10000000a11405a/frameset.htm
    BR,
    Disha.
    Pls reward points for useful answers.

  • Template interpretation cancelled, syntax error

    Hi All,
    I have deployed the EBP business package in EP 7.0 and I get the following error when i try viewing the content
    The following error text was processed in the system SRM : Template interpretation cancelled, syntax error.
    The error occurred on the application server CTSINTCOSnw6_SRM_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    SYSTEM-EXIT of program SAPLBBP_SC_UI_ITS
    Kindly help me.
    regards,
    Arun

    if the termination type is RABAX_STATE , it would generate dump in ABAP system. check txn ST22 to analyze the error
    Raja

  • Function Module for cancelling confirmation

    Dear all,
    Can u please tell me the function module used for cancel confirmation in cn29?
    Regards,

    Hi Kumar,
    For excuting the Fuunctional module  BAPI_NETWORK_CONF_CANCEL abaper has to write some coding. Discuss with your abaper on this.
    For more details on coding search in ABAP fourm.
    Regards,
    Nag.

  • Partially cancel confirmation relating to WM

    Hi all,
    Please help with this business case:
    After confirming a process order, components are auto GI from Production Sloc, stock is auto GR into Finished Goods (FG) Sloc; a TO is auto created and auto confirm with 2 Storage Unit (SU) 1001 & 1002, from Storage type 901 to s.type 302 in FG Warehouse.
    Then we transfer these two pallets to BoF Warehouse and export pallet 1001 to another plant, pallet 1002 stays in BoF WH.
    Afterward, we find that pallet 1002 was over - confirmed, and need to be canceled.
    The problem is we cannot pull pallet 1001 back because it's already received by another plant, so we can only partially cancel confirmation of pallet 1002.
    My question is: Is it possible to partially cancel confirmation for pallet 1002? if yes, how to do that?
    Thank you very much,
    Duc.

    Hi Mario,
    Actually I cannot fully understand your answer. I've tested this way:
    1/ using COR6N (as we previously confirmed by COR6N), yield qty = qty in 1 pallet, change 101 to 102 for finished goods & all components, then post.
    2/ Manually reverse the GI of components that were not backflushed
    3/ After step 1, a TR is auto created. Create TO from this TR, storage unit number = SU number we want to cancel. This TO is auto confirmed after creation. After this step, stock has already been adjusted at WM level.
    Using this way,  stock of FG & components at IM and WM level are okey. It's seem that there's no problem, which mean we can use this procedure to cancel partially.
    Is there any thing risk when using this? Do you have any advise?
    Regards,
    Ba Duc.

  • Cancel Confirmations for Limits Orders in SRM.

    We are able to Create Confirmations in SRM for Limit orders and It creates a service entry sheet in ECC with Mvmt Type 101.. When we try to cancel these Confirmations from SRM. It a creates a Cancellation document in SRM but it doesnu2019t flow to ECC.. when Checked in the Shopping cart Related documents it is found that the Qty is getting added up even for cancelled Confirmation which got created.
    We are looking for Solution if we cancel the limit order confirmation from SRM , it should cancel the service entry sheet posted in backend ECC..
    And we will be doing confirmations/Cancellations only from SRM
    Please help us with your responses.. we are on SRM 7.0 EHP 1 .

    Hello,
    We have faced same issue in SRM 5.0
    We created a custom program for it using RFC FM BBP_entrysheet_cancel  we have to cancel the Entry sheet in  backend.
    Regards,
    Neelima

  • Plz urgent  alpha non confirmation error

    I am getting this errror  alpha non confirmation error
    solution

    Hi naresh kumar ch 
    Some times it happens because of Preceding Zeros
    Just have a look @ the following links..
    Re: Alpha non conforming value
    Hope itz clear a little atleast...!
    Thanks & Regards
    R M K
    ***Assigning pointz is the only way of saying thanx in SDN ***
    **Learning the thingz is never end process if u stop it will Be a devil if u continue it will be a divine***
    > I am getting this errror  alpha non confirmation
    > error
    >
    > solution

  • What is alpha non confirmation error?

    Hi,
    what is alpha non confirmation error?
    Thanx in advance,
    Ravi.

    Hi Ravi,
    This error mainly occur when you gone upgradation to new version as you open previous objects in new version..To avoid this problem in BI7.0,in the datasource maintenance window check the flag PSA not typed..It might be also reason that while ur replicating ur datasources,you might had replicated as ISTS datasources..you have to do it as RSDS datasources..other you will get error types RSAR 196,RSAR 245,...Be careful while ur replicating datasources..if you did it as ISTS datasources you can migrate to RSDS datasources by right click on that DS and migrate..
    Thanks
    Chandru

  • WM  how to cancel confirmed Transfer Order

    Hi,
    I am new to WM, can you please tell how to cancel confirme Ttransfer order in WM.
    for example if post goods issues is compleated for delivery then the Transfer order will be created and the Trnasfer order confirmed manually, now  how to reverse or cancel the Transfer order.
    please advice
    Regards
    Kumar

    If the goods receipt is created, for example goods receipt for purchase order.After receiving the goods then we will putaway the stock by confirming transfer order.
    If we want to reverse the goods receipt then how to cancel the To.
    Pls advice
    First you should reverse the GR and then (based on settings in IM-WM interface) a new TR will be created and processing that TR (e.g. from trx LB10) you will create a NEW TO (stock removal TO).
    Regards,
    Csaba

Maybe you are looking for

  • How do I output the "Customer Type"

    I am want to hide some content in a secure zone based on the "Customer Type". How do I output this CRM field?

  • Could i upgrade from my current laptop graphics to a Nvidia GTX 840m

    I have a HP Pavillion 17-e153sa and i wondered if i could upgrade the graphics to a Nvidia GTX 840m, this is due to me want a better experience during gaming? As i do not know if it would invole me replacing the whole motherboard. 

  • Set Variables from HTML

    Here is the set up, I have a video player embedded in an html file. The player will play a lead in video for branding purposes IF the user has not viewed this lead in video yet. ELSE it wil play the video they specified and then continue to play the

  • Error code when trying to transfer activation

    I'm trying to de-activate the license of my Creative Suite Premium on my iMac G5 on Leopard but it fails to do so. I'm getting an error code called 160:18. Can anyone tell me what this could mean and what I could do to solve that problem ? thanks, er

  • Color space conversion problem when importing JPEG's

    Hi, I'm currently playing with the trial version of LR. While importing JPEG's with different color spaces (sRGB and Adobe RGB) to LR I've noticed a strange effect: There is a small but noticable difference in color, depending if the JPEG was previou