Idocs with status 52, can i reprocess the same idoc

Hi,
In production idoc status 52 created but not moving forward, can i reprocess the same idoc number.
My doubt is , is there any impact for the first idoc generated with 52 status after I reprocess the same idoc number.
Thanks in advance.
Ahmed.

Goto WE05, expand the status node and read why its not fully processed. Depending on that, you can reporcess the idoc. In general, there are some foreign constraints, without fullfilling them, the idoc wil remain in 52.

Similar Messages

  • Iphone and ipad are with different carriers, can i use the same apple id on both?

    Hi all,
    I am having some difficulties with setting up my new ipad, i have a different telecommunications carrier for my iphone to my ipad, however my appleID does not allow me to enter another mobile number for my ipad.   When i set up the ipad to my appleID, it automatically registered my iphone # as my contact for messaging.   Is there any way to change the messaging number for the iPad yet still use the same appleID?

    Yes. I use the same Apple ID on four different iDevices. You can sync the contacts with iCloud or with your computer and have them on both devices. You can sync all of the apps as well. If the apps are not in iTunes on your computer - you can download them to the iPad with the same Apple ID. You can also restore the iPad from a backup of the phone to transfer your settings, app data and your contacts.
    iPhone only apps will be half size on the iPad screen but will still work as long - you can enlarge the size of the apps - but they will be pixelated on the screen.

  • Inbound Processing of Idocs with status other than success

    Hi,
           I am new to ALE/Idocs. Can anyone  please let me know how can I process the Idocs which have the status other than 53.
    Thanks &  Regards,
    Indira

    Hi,
    In addition to the previous posts few more programs to process failed inbound IDocs are as mentioned below.
    - Use program RBDAGAIE to process edited IDocs (IDocs with status 69)
    - Use program RBDAPP01 to process IDocs failing with serialization issue (IDocs with status 66)
    - Use program RBDAGAI2 to process IDocs after ALE inbound error (IDocs with status 56, 61, 63, 65)
    ~ Bineah

  • Reprocessing IDOCS with status 52

    Hi all,
    I facing a problem with IDOC status 52.
    After correcting the error it had given, I want to reprocess it again.
    Kindly tell me any report or transaction name for reprocessing IDOC with status 52.
    Regards,
    Rahul

    Hi Rahul,
    You can use the below Programs for IDocs Reprocessing:
    RBDMANI2 : Reprocess Idocs manually
    RBDMANIN : Posting of IDocs with Status 51
    RBDMOIND : Outbound Idocs status 03->12
    RSEOUT00 : For Processing 30 Status IDocs
    RBDAPP01 : For Processing 64 Status IDocs
    RBDAGAIN : Reprocess Incorrect Outbound IDocs
    RBDAGAI2 : Reprocessing of IDocs after ALE Input Error
    Regards
    Aneesh.

  • Reprocess Idocs with status 3

    Hi ,
    I want to reprocess successful IDOCs with status 3 again,how can I do that?
    I think logically we can change the status other than 3 and use BD 87 to reprocess them?is this correct way?Idoc numbers would change or they would create new IDOCs?
    thank you,
    Babu

    Hi,
    You can use transaction BD87 to monitor the IDoc statuses.
    and use the following programs to reprocess outbound and inbound error IDoc(s).
    RBDAGAI2 - Re-processing of IDocs after ALE Input Error
    RBDAGAIE - Reprocessing of Edited IDocs
    RBDAGAIN - Process Outbound IDocs with Errors Again
    RBDAGAIP - New Posting of Partially Posted IDocs
    RBDMANI2 - Manual Processing of IDocs: Post IDocs Not Yet Posted
    RBDINPUT
    <b>Reward points</b>
    Regards

  • Performance issues in using RBDAPP01 for reprocessing iDocs with Status 64

    Hi All,
    I am using the Standard ABAP Program 'RBDAPP01' for reprocessing Inbound iDocs with Status 64 (Ready to be posted).
    When this is scheduled as a job in background, I find that it opens multiple sessions and occupies all available dialog sessions.
    This in turn slows down the entire system.
    Also, I find the addition 'Packet Size' on the selection screen for the program.
    Is it related in any way to the number of sessions the program creates?
    Any pointers in resolving this issue will be extremely helpful.
    Thanks in advance.
    Regards,
    Keerthi

    Hi,
    When you mention Parallel Processing, it becomes active only if I choose that particular option on the selection screen right?
    In my case, I haven't chosen parallel processing, but still the overall system performance seems to have fallen very badly.
    Now please correct me if my understanding is wrong.
    If I increase my Packet Size, it should improve the system performance, but will increase my runtime for the selected iDocs.
    But as I have not selected parallel processing in this current situatuon, it should not have any impact here.
    Have I summarized it rightly?
    Thanks in advance.
    Regards,
    Keerthi

  • How can i delete or archive idoc with status 30,02,51

    I try to delete idoc with Sara and also running program RSEXARCA with.
    When create variant and i want to choose the status i can't find the status 30, 02, 51.
    How can I delete thus idocs with this status?
    Thanks
    Menashe.

    Yes. WE11 Would do.
    But, one request.
    Next time when  you post a query related to Idocs, post it in Data Transfers section. If you do so you will get very quick reply compared to the response you get in ABAP General Section.
    Thanks,
    Babu Kilari

  • Splitter program for processing the IDOCS with status 64.

    Hello folks,
    I have a requirement explained below. I am looking for a sample code which could help me to jump start with initial development.
    Requirement:
    Develop a splitter program which retrieves all the IDCOS with status 64, create and schedule batch jobs with 200 IDOCS each. The splitter program with be scheduled every 15 min.
    Restrictions
    Only 150 batch jobs can be created at a time.
    Estimation
    There may be around 36000 IDOCS with status 64 every hour.

    Srinivas,
    Here is the explaination why we require a splitter program.
    Using RBDAPP01 parellel processing
    Let us assume there are 4 servers A, B, C and D in a server group. If we select RBDAPP01 parellel processing there will be too many RFC calls to the servergroup.
    (there are some more RFC calls later on for Order creation for example). As there is a restriction with number of RFC calls, we need to clear other RFC's before making new one. This is making complex and messy.
    Using RDBAPP01 serial processing
    For the volume of orders getting created each day, it takes a week to process those Idoca created in one day. Hence it is not a good solution.
    Splitter program
    We spawn 150 batch jobs with 200 records each. This way if we think it takes 20 min for each job to complete...by the end of 20th min we must had processed 30000 idocs.
    Hence it is the solution offered.
    Srinivas...still this confuses me..but if I am wrong anywhere please correct me.
    But your initial response has helped me a lot. Everything was blank to me, ur reply made it clear over the requirement.
    Thanks a lot,
    Naren

  • Reprocessing IDOC with status 52

    Hi,
    I got status 52 for one of the IDOCs, I want to reprocess it . When I use BD87 & BD73, those are not working.
    Please tell me any other way to process it.
    Thanks & Regards
    Vijay

    Hi..Vijay,
    There are already many threads with the same question.
    pls search for your query before posting.
    Eg:
    Re: Idoc status 52 -> How to make it green i.e. 53
    Reprocessing IDOCS with status 52
    regards,
    Padma

  • Mark as deteled idoc with status 40

    Hello,
    I have to mark as deleted an idoc with status 40.  If  idoc has other status (for example 51), I can do it from transaction BD87. But is not possible with status 40.
    For your information, we're using realease 4.6 .
    Thanks,
    Sené

    Hi,
    Yes, we can't reprocess the IDOC with status 40. I have to mark as deleted this idoc. And with other idocs we are using BD87 to mark as deleted.
    How can i mark as deleted this idoc?
    Thanks,
    Sené

  • 5 IDOC with status 29 Error in ALE service

    hi there,
    im looking at this similar problem with less information on me the only info i got is this can anyone help me out pls
    IDOC Status Outbox:
    IDOC failure between 13/07/2008 to 14/07/2009
    1 IDOC with status 02 Error passing data to port
    5 IDOC with status 29 Error in ALE service
    IDOC Status InBox:
    88 IDOC with status 51 Application document not posted
    regards
    raju

    Hi,
    Check this thread.
    DB13-DBCHECK by saving log-throwing DUMP:TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
    Regards.

  • Idoc with status 32

    Hi
    In we05 transaction  i see one idoc with status 32.
    Status text was: idoc was edited
    T100 text was: change data record was saved..
    how to overcome this staus to post the idoc in target system??

    Hi,
        RBDAGAIE - Reprocessing of Edited IDocs .
        The above Standard program is for  Reprocessing Idoc's.Go through this program.So that u will rectify that error.
    Note: -  
          Description: This report reprocesses an edited IDoc in inbound or outbound processing. The edited IDoc has one of the following statuses:
    32: IDoc edited (outbound)
    69: IDoc edited (inbound).

  • Processing idocs with status 8

    hi friends,
    how to process idocs with status 8

    Hi,
    Chek this thread which contains step by step procedure to process Idocs
    mannualy process idoc
    Also try these steps
    1. Goto Infopackage
    2. Click on the "Details" Tab of the Infopackage
    3. Goto Datapackage which is currently process
    4. Under the detail tab you can see
    Date, Time, Record... in that you can also see IDOC#
    5. Take the IDOC# and goto BD87 of the Sourcesystem
    6. Paste the IDOC# against IDOC
    7. Give IDOC Status = 64
    8. Give Partner system = "Your Source System"
    9. Execute BD87.
    10. You will navigate to next screen
    11. Maximize all by using "Expand Subtree" button on Menu
    12. You can see "IDOC stauts " column with 64
    13. Click on the row against to 64
    14. Click button "Execute" on Menu.
    15. Your IDoc will start processing
    16. If it success IDoc status will be turned to 53 else to 51.

  • "Error during application input" while processing IDOC with status 51

    Hi ,
    I tried to post an error IDOC with status "51" of message type FIDCC2 using program RBDINPUT, it just creates a message "Error during application input" . It is not calling the application dialog . Does anyone have answer for this?
    Thanks,
    Hemant.

    HI,
    Kindly check the RFC entries in t-code SM58.
    If any entries are their please release them manually selecting each one and press "F6".
    Regards,
    Anil.

  • Generate IDOC with status lanced (03)

    Hello,
    I need to generate IDOC with status lanced. I don't need program like RSEOUT00 but a module function.
    Thnx.

    Hello,
    In partner profile (WE20) Outbound options tab, select radiobutton 'Transfer IDOC Immediately'  in output mode. So IDOC created in status '30' will be passed onto port (03) immediately without you having to run the program RSEOUT00.
    Thanks,
    Venu

Maybe you are looking for