Confirmation  - error in process - idoc status 29

HI ,
i got one new problem today.
This is one of the case when one user createsconfirmation of the Purchase order and then Confirmation status goes to error in process. i check in RZ20 and found error in Idoc which is generated from that confirmation,When i check the status record it says error in ALE.status 29. Only an inactive partner profile was found with the following key and this is my PRDCLNT100 (production system address).
I can see that all other confiramtions are getting posted but having an issue with one confirmation.
2ndly how i can delte error in process Confirmation . So that we can create new confirmation , or is there any other way to get my present confirmation status to Posted.
Smriti

Hi Smriti,
Regarding working on the faulty IDOC
In WE19 check what Function module will be used to post the data, you can see it when you go to 'standard inbound'. Then you can debug it when you click to the button 'inbound function module', here enter the function module and click 'call in debugging mode' and 'in foreground', then press the button 'enter'. Now you are in the debugger and can check why the error occurs and what should be filled.                                 
If you know the error number set watchpoint at sy-msgno = *** or just set breakpoint at statement message.
If this is only happening for one confirmation, the standard approach to delete this is the following.
Issue:
The corresponding IDOC for the confirmation document has not been processed successfully and ended with error in the backend.
Solution:             
Because of this there is entry left in the table bbp_document_tab,              
which is not allowing to cancell the confirmation document.                                                                               
Please find the attached note 338985, which contains the procedure to           
to delete entries from table bbp_document_tab.
Hope this helps,
Kind Regards,
Matthew

Similar Messages

  • What is the Successfull processed IDOC status number?

    Hi Experts
    What is the Successfull processed IDOC status number?
    arjent Please.
    Thanks in advance
    Sekhar

    Hi Chandra,
    Below are IDoc Process Codes
    For outboud Idocs:
    1 IDoc created
    2 Error passing data to port
    3 Data passed to port OK
    4 Error within control information of EDI subsystem
    5 Error during translation
    6 Translation OK
    7 Error during syntax check
    8 Syntax check OK
    9 Error during interchange handling
    10 Interchange handling OK
    11 Error during dispatch
    12 Dispatch OK
    13 Retransmission OK
    14 Interchange Acknowledgement positive
    15 Interchange Acknowledgement negative
    16 Functional Acknowledgement positive
    17 Functional Acknowledgement negative
    18 Triggering EDI subsystem OK
    19 Data transfer for test OK
    20 Error triggering EDI subsystem
    21 Error passing data for test
    22 Dispatch OK, acknowledgement still due
    23 Error during retransmission
    24 Control information of EDI subsystem OK
    25 Processing despite syntax error (outbound)
    26 Error during syntax check of IDoc (outbound)
    27 Error in dispatch level (ALE service)
    28 Not used
    29 Error in ALE service
    30 IDoc ready for dispatch (ALE service)
    31 Error - no further processing
    32 IDoc was edited
    33 Original of an IDoc which was edited
    34 Error in control record of IDoc
    35 IDoc reloaded from archive
    36 Electronic signature not performed (timeout)
    37 IDoc added incorrectly
    38 IDoc archived
    39 IDoc is in the receiving system (ALE service)
    40 Application document not created in receiving system
    41 Application document created in receiving system
    42 IDoc was created by test transaction
    50 IDoc added
    For Inound Idocs
    51 Error: Application document not posted
    52 Application document not fully posted
    53 Application document posted
    54 Error during formal application check
    55 Formal application check OK
    56 IDoc with errors added
    57 Test IDoc: Error during application check
    58 IDoc-Copy from an R/2 connection
    59 Not used
    60 Error during syntax check of IDoc (inbound)
    61 Processing despite syntax error (inbound)
    62 IDoc passed to application
    63 Error passing IDoc to application
    64 IDoc ready to be transferred to application
    65 Error in ALE service
    66 IDoc is waiting for predecessor IDoc (serialization)
    67 Not used
    68 Error - no further processing
    69 IDoc was edited
    70 Original of an IDoc which was edited
    71 IDoc reloaded from archive
    72 Not used, only R/2
    73 IDoc archived
    74 IDoc was created by test transaction
    Regards,
    Satish

  • Error  while  processing  Idoc - Urgent!

    Hi all,
    I am getting the following error while processing the IDOC :
    "Application Document not posted "
    Status = 51
    Error Details :
    " V51VP - item was not found - process cancelled ".
    Any ideas, what's wrong?
    Please Help.
    Regards,

    Hi,
    U might be not passing any item value to idoc which might be necessary...wat u can do is
    goto WE19 TCODE,give the error idoc number and press execute button,now in the next screen CLICK ON INBOUND FUNCTION MODULE in the application tool bar,now give the FM NAME which triggers teh idoc,check the check box IN DEBUG MODE and radio button IN FOREGROUND....Now it will take to inside of the FM ,now debug and see where it caught the error..
    Regards,
    Nagaraj

  • How to process Idoc status file within Sap?

    Hi All,
    We would like to process received status file to update the sent IDOC's. Our current setup is that we send/push  the Outbound Idoc to external EDI sub system and pull the status file for processed Idoc from external EDI system to our R/3 server.
    Sap Documentation explains the scenario, where this process is triggered from external system using startrfc program, whereas our scenario is to trigger the status update process, once the file is pulled to our system from unix using edi_status_incoming function module.
    Your anwers are much appreciated.
    Kind Regards,
    Sandhya

    Hi Sandhya,
    Once the Idocs are sent to the EDI Subsystem, the SAP will have the status that the Idoc has reached the partner sub system. I hope, the workflow should be able to trigger back the status file to the SAP System after the Idoc is processed at the EDI Subsystem.
    Please check with the workflow that is attached.
    Else, if this is using the FM or Message Control, then check the configuration under MN04.
    I'm also trying to find the solution for the same.
    Regards,
    -Syed.

  • Inconsistent Errors when processing  IDocs using custom Function Module

    I am encountering a most perplexing error. Here is the situation.
    We have a custom function module to update data in the EH&S system. We are having a bizarre error occurring. This is the basic processing of the function module:
    1. IDoc data is read and loaded into an internal table.
    2. Data is run through a series of checks to determine if the data is valid for entry into the system.
    3. After validation we use function module  C1F2_SUBSTANCES_READ_WITH_REF to read  characteristic data for the  substance. This data is used to validate whether current data exists to allow for loading of the IDoc data. (This is the step where the IDoc is receiving an error even if the data is valid. This only occurs if we are processing a large amount of Idocs and one IDoc contains valid data and another invalid data for the same substance. It occurs even if the Idocs are not processed in sequence.  If individually processed or reprocessed after initial failure they pass. This is what is so confusing!) If it exists, a flag is set and  the data is loaded using function module BAPI_BUS1077_CHANGE to modify the data.
    4. If the flag is set to allow further processing, the function module C1F2_SUBSTANCES_READ_WITH_REF is used again to select different characteristic data for the substance. A similar validation process occurs and if it passes, data is loaded using BAPI_BUS1077_CHANGE to update and BAPI_BUS1077_CREATE to create new data.
    Here is the situation:
    When processing one valid record for one substance, the record loads successfully.  When processing multiple valid records (all are valid) for one substance, they all load successfully.  The problem occurs when attempting to load valid and invalid records for the same substance.  Some times the program successfully loads the valid data (as expected).  Other times, it will not load any records.  It is not consistent!
    The order of IDoc processing does not have an impact on the success of the load.  Whether the valid or invalid record processes first does not have an impact on the success of the valid substance load.
    Does anyone have ANY Idea of what is going on? I am clearing all fields in the function module before processing occurs. I cannot find what is causing the error to occur.
    HELP!
    Jim Hardy

    I have some further information. It seems that if data for a substance is sent in two separate Idocs, one with valid and one with invalid data, As long as the two IDocs are processed consecutively, they process correctly. If they are separated by IDocs containing other substance information, they fail.
    thanks
    Jim

  • Confirmation Error in process order

    Hi
    During partial confirmation of process order,i find that for a Phase/counter the goods moment for 101 has taken place but no entry is posted for 261.But the material document shows one 101 movement and two 261 movements and for the reversal of the confirmations of the same counter the material document shows only one 102 movements.Can u kindly help me in the root cause of this error in posting.
    1.Why 261 Movement is not dspalyed but two entries on the material document are found
    2.The reversal process has only one 101 Movement
    Thanks
    Praveenkumar

    Hi Prasobh
    We have three activates happened on this order.
    Partial confirmation for counter 10.
    Reversal of posting for counter 10.
    Partial confirmation of counter 12.
    During partial confirmation there is one 101 movement and two 261 movement happened through material document xxxxxxxxxxxx. The second 261 should not have happened.
    During the reversal only had one 102 movement and there was no reversal happened for 262 in material document xxxxxxx. But we have 2 COGI errors for counter 11, this is not cleared the reversal though the COGI error was cleared. The CORT will not show counter 11 since it’s a reversal of counter for 10.
    In above all we should not have two movements for 261. Also after clearing from COGI we have no posting for 262 movement. But the document for 102 is posted when it’s cleared from COGI.

  • Confirmation "Error in process"

    Limit shopping cart  :I have purchase order of 40,000 pounds with order quantity 1(EA) and I have created an Goods receipts/ Confirmations has done of 10,000 pounds with two line item with quantity 1 EA, confirmation is replicated into R3 system with two line items values 5000 each and two Invoice (5000 each) verifications are performed directly in R3.
    When the user is doing one more Goods receipts/ Confirmations we are getting an error message
    u201CError in processu201D
    In EBP we are able to do Goods receipts/ Confirmations, confirmation is not replicating to R3.
    From the backend system we are getting an error message u201CError whilst creating an entry sheet in the backend system:PU Ordered quantity exceeded by 1 EA : XXXX u201C
    Could you please let me know what will be the root cause of this error?
    Either a quantity (1 EA) or once we create an invoice we canu2019t do the  confirmation for the Goods receipts/ Confirmations.

    Hi,
    In the path you have mentioned there is Set tolerance settings for the goods receipt for whcih you have tolerance keys defined for you company code as B1, B2 and VP which controls the tolerance for a GR in R3.
    Is this the information you are looking for ?
    The following variances are checked in Inventory Management:
    Variance in the purchase order price quantity
    (Explanation)
    For this variance, two tolerance keys are provided:
    Tolerance key B1 (error message)
    You use tolerance key B1 to define the maximum percentage variance. If the variance is greater than the maximum variance, the system creates an error message. The user cannot post the goods receipt.
    Tolerance key B2 (warning message)
    Tolerance key B2 defines the percentage variance from which a warning message is to be issued. It is possible to post the goods receipt.
    Variance for the moving average price of the material
    (Explanation)
    You use tolerance key VP to define the percentage variance from which a warning message is issued. This warning message indicates a price change
    Best regards,
    Sridhar.

  • Error in idoc status

    hI all,
    can any one tell me "ERROR_WRITING_IDOC_STATUS " why this exception will raise.
    Thanks,
    Prakash .S

    Just check this.
    CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'
            EXPORTING
                 VALUE(MASTER_IDOC_CONTROL) LIKE  EDIDC STRUCTURE  EDIDC
                   " Control record of master IDoc
                 VALUE(OBJ_TYPE) LIKE  SERIAL-OBJ_TYPE DEFAULT ''
                 VALUE(CHNUM) LIKE  SERIAL-CHNUM DEFAULT ''
           TABLES
                  COMMUNICATION_IDOC_CONTROL STRUCTURE  EDIDC
                   "  Control records of created comm. IDocs
                  MASTER_IDOC_DATA STRUCTURE  EDIDD
                   " Data records of master IDoc
           EXCEPTIONS
                  ERROR_IN_IDOC_CONTROL
                   " Incorrect entry in IDoc control record
                  ERROR_WRITING_IDOC_STATUS
                   " Error when writing IDoc status records 
                  ERROR_IN_IDOC_DATA
                   " Incorrect entry in IDoc data records
                  SENDING_LOGICAL_SYSTEM_UNKNOWN
                   " Own logical system unknown

  • GR Error in process

    Hi Experts,
    We have an issue where GR is not able to do From SRM front end , is shows that it is in Error in process but from backedn MiGO T-code we are able to do that
    Any suggestions
    sameer

    Hi Sameer
    check rz20, application monitor , bbp_pd and we02 MBGMCR idoc type.You might get some clue..
    Confirmation--error in process
    No Value in Confirmation Value Column in Confirmation
    It has been reported in many threads but..you need to do some research..any workflow approval issues..
    check your all the data you entered for confiramtion. is it happening for only one cart. check that data correctly.
    regards
    Muthu

  • Process Order status CRCR needs to  re read master data

    All,
    I have an issue with re-reading the master data in process order.
    I have an order which was  released and control recipe was also released since we use pi sheet to record shop floor data.
    After releasing the control recipe user  made changes into bom and he wanted to re-read master data , on the master data tab re-read master data button is not activated not  if i go menu path from the header process order-> functions-> re-read master data is active.
    Neither i am allowed to set the deletion flag for the order, i am getting error message process order status CRCR does not alow to set the delection flag.
    Any solution to this issue is appriciated
    Either i should be able to re-read the master data or set the deletion flag...

    In your case Control Recipe is already created, so you need to send a process message to set the status of the control recipe to finished. "CRFI". Follow the steps below,
    Transaction CO57, to trigger manually a process message with message Category PI_CRST for the process order and Control reciepe combination.
    Then use Transaction CO54 to send the Message to the process order.
    You can complete the PI Sheet by clicking the "complete" button in the PI Sheet also.
    Now try to re read master data

  • Error in Process status after confirmation

    Hi,
    when we post  confirmation in SRM for a particular PO it is showing the status as error in process.how can i check what is the probelm assocoiated with this confirmation.
    I went to Rz20 and got the Idoc.but when i tried to process it manually in WE19.it shows partner profile not maintained
    can any one suggest me what needs to be done
    regards
    subbu

    Hi Can you reproduce the same error in development?
    if so you can easily finda problem.
    hope it may be error in process state in confirmation.
    if you recreate this it helps.
    1. error in process
    2. again to create confirm - posted in a backend.
    it may or may not be isolated error. try to replicate in development with same data.
    muthu

  • PO status "ERROR in PROCESS" after confirmation

    Hello Experts,
    problem is :
    When i create Purchase order its successfuly gets replicated in the Backend as we are on ECS scenario.Now when i create Confirmation the confirmation is also successfully created in the backend system but PO status gets changed to "ERROR in PROCESS" . i check in RZ20 and error is : "Purchase order 2400002371: Transfer Failed; Resubmit" means Application error while updating purchase orders in the back-end system.
    I check my port settings and message type in partner profiles looks OK to me otherwise Confir mation will not cretae in the backend system but yes i can see its created and all my data is fine then why for all the Purchase order after creating confirmation status gets Change ?
    Thanks in advance
    Smriti

    Hi Smriti,
    Try executing the function module BBP_PD_PO_TRANSFER_EXEC_V2 using SE37 transaction by giving the header GUID of P.O.
    Please take the GUID from BBP_PD transaction by giving the P.O number as input and BUS2201 as transaction type.
    Please check the P.O status after executing the above function module.
    Is this happening for all P.Os once the confirmation is posted or for any specific P.Os (2 P.Os as mentioned by you).
    Let us know the outcome to help you further in resolving this issue.
    Regards,
    Teja

  • Error: Service process cannot be confirmed due to its status

    Hi Experts,
    we want to create a Service Notification (BUS2000117) as a follow-up document of a service order (BUS2000116). The problem is that we receive the following error:
    Service process cannot be confirmed due to its status
    *Diagnosis*
    You cannot enter a confirmation for the service process due to its status.
    *System Response*
    To enable you to enter a confirmation for a service process, it must be released and may not yet have the status Closed .
    *Procedure*
    Check the service process status and if necessary, change it.
    How can i shut off the control of the status as we need to create service confirmation of service orders which are still in process. Is there any customizing?
    Best Regards
    Oliver

    To solve the problem without using the note it is possible to change customizing.
    Customer Relationship Management -> Transactions -> Status Management -> Define Status Profile for User Status:
    In Transaction Control is has to be assigned the Business Transaction 'To be distributed' to the relevant status.
    Afterwards the service notification can be created without problems.

  • Error while updating the status record of IDOC in SAP

    Hi All,
    I am facing this problem. I have done outbound processing and IDOC was sent successfully from SAP to EDI system and it was processed in EDI and now EDI system wants to send the status back to SAP with a status message and the status number that we are using is '24' and we have mapped all the fields in the status table EDIDS and made sure that EDI system sends all those and I think Counter field can not be determined by EDI system so EDI system used the counter '1' since it can not determine how many counters are already there in SAP and unless we pass the value to this counter field we were getting the error. After passing all the values the status of the IDOC is updated with the status '00' instead of '24' and we do not know why it is happened and I would like to know how SAP converts the status record that is received from the EDI system.
    Please let me know how the status record will be translated into SAP from EDI system and I ahve followed basically EDIDS structure and the IDOC status is updating in SAP but with wrong status number and the alignemnt also missing in SAP fields like if I give some text in the EDI it is splitting and storing in 2 fields.
    Please help me in this and I think I have explained the problem in a detail manner.
    Thanks,
    Ramesh.

    Hi Naresh,
    Thanks for the reply and my question is since EDI system is able to send the status back to SAP from EDI system and only problem is it is updatinf the status wrong and I have checked the EDIDS table also and the entry is creating with another counter and please confirm me that it is because of EDI does not support the status record update so that I can confirm to the client that there is nothing wrong in the way SAP functions and EDI system can not update the status code in the SAP.
    Thanks,
    Ramesh.

  • Error in Process confirmation editing

    Hi, Experts,
    One of the users did a confirmation and got Error in Process status.
    I know that he can change this confirmation thru Display and Process Confirmations Centrally ,
    but the client doesn't want me to add the user this role.
    Is there another way to change this confirmation? May be, something with authorizations
    but not adding the central confirmation.
    Good Day,
    Rami Kleiman
    SRM Consultant

    Hi,
    If it is Material confirmation, check the idoc status.
    regards,
    MRao

Maybe you are looking for