Idoc status 03 in SAP but in XI idoc not showing

Hi Experts,
in my SAP to file scenario, idoc is created successfully with status 03, but idoc  is not coming to PI.
It is not happening always. some times, idocs are missing. But not able to find any error in PI.
Please guide me how to get the missed idoc.
Thanks,
Swapnashree

this is old interface and it only gave issue this time. In ECC side, when I checked, out of 4 idocs one idoc is with 03 status and other three were with 39 status.
But all in green status. No error.
RFC destination and all are correct.
Actually I am not able to see the complete error text in TRFC . that message class is not maintained. Our functional team informed that they added XX text and re import idoc and it worked. Please suggest.

Similar Messages

  • IDOC status on 03 but not recieved on target system

    Hi,
    We are recieving inbound idoc from external system and processing Inbound IDOC on SAP system, after processing inbound idoc on SAP we are sending status outbound idoc to external system.
    The above functionality was working fine before upgradation.
    after upgradation we have recreated RFC (TCP/IP) connection, updated at port level and also configured the new SAP system details ( sid, Hostname, service programsname...) on external system correctly.
    Now we are recieving inbound idoc from external system on upgraded system,after processing inbound idoc details on SAP system, generating outbound idoc from SAP and it reaching the outbound prot sucessfully on 03 status with green light.
    But external system is not recieving the IDOC. How to find why idoc is not reaching external system even though it is sucessfully passed at outbound port level with green light status 03.
    We have also checked the SM58 for TRFC entries but we didn't identified any entries on SM58. Please help us on this issue
    Thanks,
    Raju

    Hi Raju,
    As  mentioned by The specified item was not found., the one common problem for the IDocs not being sent might be a missing COMMIT WORK. I.e. when using the standard SAP API's for sending outbound IDocs, SAP actually creates the IDoc and registers an update function for sending the IDoc out. So without the COMMIT WORK, the IDoc usually exists on the database (implicit or database commmits), is in status 03, but hasn't been sent out and cannot be found in the outbound RFC queue (because SAP never tried to send it).
    If you're convinced that a COMMIT WORK is happening (and after trying to send the outbound IDoc) then I'd try the following: Replace the used RFC destination (or re-define it temporarily) with one that points to the same system from where you're sending. If you don't see the IDocs as inbound IDocs or in the outbound RFC queue, the sending never happens. (Ok, might be a moot point if you completely trust your external system, but usually it's good to even rule out the most unlikely causes - if it's simple.)
    So if this didn't help, maybe you can provide some further insight into how you're creating/sending the outbound IDocs. This could help us in trying to get some answer, but for a starter the COMMIT WORK mentioned by The specified item was not found. is in my opinion the best candidate.
    Cheers, harald
    p.s.: Even if you're using ALE, I don't think it could be due to anything in your distribution model as mentioned by The specified item was not found.. If you wouldn't have setup the distribution model, the SAP API's should create a master IDoc in memory and then no communication IDocs (since there's no recipients or due to filtering) and thus there should be no outbound IDocs on the database.

  • How to find Correct IDoc Status in SAP

    Hi All,
    I need some help on IDoc scenario, I have custom program to create Idoc and as well it will send IDoc to XI. I want to know idoc staus in the program to update custom table whether idoc sent successfully or not but idoc giving status as 03 (Data passed to port OK) irrespective of idoc send or not, actually idoc not sent to xi when I check SM58 showing error.
    Please advice me how to find correct idoc status inside program itself.
    **-----Create IDoc
      CALL FUNCTION 'IDOC_OUTBOUND_WRITE_TO_DB'
        TABLES
          int_edidd      = i_edidd
        CHANGING
          int_edidc      = wa_int_edidc
        EXCEPTIONS
          idoc_not_saved = 1
          OTHERS         = 2.
      COMMIT WORK.
      i_edidc = wa_int_edidc.
      APPEND i_edidc.
      REFRESH i_edidd.
    **-----Send Idoc
      CLEAR i_edidd.
    **-------Send Idoc to XI
      CALL FUNCTION 'EDI_OUTPUT_NEW'
        EXPORTING
          onl_option = 'B'
          error_flag = ' '
        TABLES
          i_edidc    = i_edidc
          i_edidd    = i_edidd.
      COMMIT WORK.
      READ TABLE i_edidc INDEX 1.
    **-----Update Dispatch order status based on Idoc status.
      IF sy-subrc =  0 AND i_edidc-status ='03'.
        znxi01_update c_03 i_edidc-docnum.
        gw_success_record = gw_success_record + 1.
      ELSE.               " Error in Data Transfer
        znxi01_update c_02 i_edidc-docnum.
        gw_fail_record = gw_fail_record + 1.
      ENDIF.

    Hi Anil,
    for setting IDOC Status you can send back a IDOC of type <i>ALEAUD01</i>.
    The function IDOC_INPUT_ALEAUD takes automatically this IDOC and writes the status to the origin IDOC.
    Regards Mario

  • IDoc 0000000000181226 was saved but cannot or should not be sent

    Hi,
    when i am sending idoc from ecc to pi using we19 this message shown:
    IDoc 0000000000181226 was saved but cannot or should not be sent
    in sm58  Trfc error status is
    EDISDEF: Port SAPDSD segment defn E2WRF1M002 in ID oc type DEBMAS06 CIM ty
    This scenario is working fine few days ago but from today it is not working.
    Please suggest.
    Regards
    Mohit

    Make sure that the sender partner and receiver partner values corrrespond to the logical system names you have used in your partner profile in we20. Sender Partner Name should be your R/3 logical system name, and Receiver Partner Name should be the Logical System name for which you have created an Outbound Entry in We20.The Sender port and receiver port also should be the one created in We21 for XI, and SAP+"SYSID" for R3
    after completing the we19 ,if you click on oubound , you got the error that IDoc saved but not pushed right,
    see first check partner profile is properly configured or not for outbound IDoc type,
    next check distribution model is configured or not .check port also.
    every thing configured correct, then use se38 and run the program RBDMOIND.
    Thanks,

  • SAP Fiori Purchase Requirision data not show

    Hi Team,
    SAP Fiori Purchase Requirision all configuration i have done.
    I am creating Purchase Requirision using t-code me51n. and then that purchase Requirision came in Work Flow properly.
    but from Browser  http//<IP Address>:<Port> /sap/bc/ui5_ui5/sap/ui5_mm_pr_apv/index.html?backToHome=true data not display.
    i have configure proper TS/Task Type  id to  scenario. but Still data did not showed.
    Below is Work Flow Screen
    Browser data not showed.
    Regards
    Pankaj Kamble
    Tags edited by: Michael Appleby

    hi Guys
    please guide me
    @masayuki : - i used above link and created New launchpad but still data not showed .
    i run link             http://<IP>:<portNo>/sap/opu/odata/iwpgw/taskprocessing;mo/ScenarioCollection/?$filter=key%20eq%20%27PR_APPROVAL%27
    and getting below error message.
    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="http://SCHANDSOL.SCHAND.CO.IN:8103/sap/opu/odata/iwpgw/taskprocessing;mo/">
    <script id="tinyhippos-injected"/> 
    <id> 
    http://SCHANDSOL.SCHAND.CO.IN:8103/sap/opu/odata/iwpgw/taskprocessing;mo/ScenarioCollection/
    </id>
    <title type="text">ScenarioCollection</title>
    <updated>2014-07-03T10:45:25Z</updated>
    <author> 
    <name/> 
    </author>
    <link href="ScenarioCollection/" rel="self" title="ScenarioCollection"/>
    <entry> 
    <id> 
    http://SCHANDSOL.SCHAND.CO.IN:8103/sap/opu/odata/iwpgw/taskprocessing;mo/ScenarioCollection(SAP__Origin='SCHANDECCDEV1',key='PR_APPROVAL')
    </id>
    <title type="text"> 
    ScenarioCollection(SAP__Origin='SCHANDECCDEV1',key='PR_APPROVAL')
    </title>
    <updated>2014-07-03T10:45:25Z</updated>
    <category term="taskprocessing.Scenario" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
    <link href="ScenarioCollection(SAP__Origin='SCHANDECCDEV1',key='PR_APPROVAL')" rel="self" title="Scenario"/>
    <content type="application/xml"> 
    <m:properties xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"> 
    <d:SAP__Origin>SCHANDECCDEV1</d:SAP__Origin> 
    <d:key>PR_APPROVAL</d:key>
    <d:number>0</d:number>
    <d:title>PR_APPROVAL</d:title>
    <d:targetParams/>
    </m:properties>
    </content>
    </entry>
    </feed>
    Regards
    Pankaj Kamble

  • I purchased and in-app download and have a receipt but it is still not showing, so where is it?

    I purchased an in-app download for Little generals and have a receipt, but it is still not showing up. Ive tried all the usual sign in then back out...shutting on and off but none of this works. The file just seems that it does not exist even though they have already charged my credit card. So, WHAT GIVES???
    PS: And the people on the other end of the phone line seem to be completly clueless about their own products..

    If you don't have the Firefox button, you're using the classic view. To restore the new view of Firefox (Changed in Version 4):
    * View > Toolbars > Menubar [Uncheck]
    In Firefox 6 you can use this to clear your history/other offline content:
    Click on the Firefox button on top left part of your browser:
    * History > Clear Recent History
    There you can select what you want to clear.
    If you want to see the menu bar you can press alt on your keyboard so you can see file/view/...
    Also for activating it to always be there follow this (Classic view of Firefox):
    * Firefox > Options > Menu Bar
    Don't forget to hit the 'Solved it' button if this solved your problem so the topic will be closed.

  • I installed acrobat 7.0 professional but an Icon does not show up on my computer desktop to enable me to log in to Acrobat....help me!!!!

    I installed acrobat 7.0 professional but an Icon does not show up on my computer desktop to enable me to log in to Acrobat....help me!!!!

    What OS? Modern OSs will not support Acrobat 7.

  • I am trying to read my iMessages from my iPhone 4S on my iPad 2, but the messages do not show up on my iPad 2. I made sure that the receiving email address is the same on both devices and both are signed into my single Apple account.

    I am trying to read my iMessages from my iPhone 4S on my iPad 2, but the messages do not show up on my iPad 2. I made sure that the receiving email address is the same on both devices and both are signed into my single Apple account.

    Is it possible that the person who sent the message to your phone sent it to your phone # instead?  Try sending a message to your phone via the email address and see if it shows up on the iPad.

  • I manually add my songs to my iphone, after dragging from itunes, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before.

    I manually add my songs to my iphone, after dragging it from itunes, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before. Please help.

    Now title changes are showing up on my iPod, but not artist and album changes

  • I manually add my songs to my iphone, after dragging, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before.

    I manually add my songs to my iphone, after dragging, it shows the syncing message but the songs do not show up on the ipod. I was able to copy songs successfully before. Please help.

    Now title changes are showing up on my iPod, but not artist and album changes

  • Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL..

    Using firefox 14.0.1. Loading a link using right-click and "Open Link In New Window", results in new window opening but address bar does not show URL. However, if I right click on a link and select "Open Link In New Tab", the Tab shows URL in address bar. So it's working when it's a New Tab but not a New Window.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • I imported some 24P HD videos from my DSLR to Aperture but these videos do not show up in iMovie '09 for editing purposes. Although my previous 24P HD Videos from iPhoto '09 show up. Why can't I access these videos stored in Aperture library?

    I imported some 24P HD videos from my DSLR to Aperture but these videos do not show up in iMovie '09 for editing purposes. Although my previous 24P HD Videos from iPhoto '09 show up. Why can't I access these videos stored in Aperture library? I assumed that like  the videos in iPhoto, I would be able to access the videos in Aperture through iMovie. Come on Apple! I am starting to get frustrated with your products here. And this is saying a lot when I have been using and loving apple products for the last 4 years.

    Hi. My camera is a Canon 600D. And yes my videos are stored in the Aperture library and they are not referenced. Even then I tried to select all the videos in Aperture and clicked 'consolidate masters' and there was a messge that said all 'none of the files are referenced',... so they didn't need consolidating.
    I also tried preferences> export> external video editor > choose > iMovie. And then right click on the video to edit with imovie. Even then the video didn't show up in iMovie. It seems like the only option for me is to import the videos directly to iMovie which means there will be two versions of the same file stored in my computer eating up space.
    APPLE. What are you doing?

  • I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    You are trying to find a loophole to circumvent a basic rule that prohibits the transfer of purchased content from one Apple ID to another.
    Content tied to an Apple ID are bound to that Apple ID forever. You can not merge or trade accounts. Well, not (officially) anyway...

  • Pictures were downloaded to an existing event but now they do not show up. They show in photo stream.

    Pictures were downloaded to an existing event but now they do not show up. They show in photo stream. I cannot copy them to the event. I cannot download them to the event because it says they are already in my library.

    You need to tell us what you did and what you have (version of iPhoto and verify yoru OS version)
    It is not possible to download (actually import) photos into an existing event - every import creates one or more new events
    given virtually no information one can only guess - I'd guess that either your event sort is set incorrectly (view menu ==> sort events) or the dates on the photo are wrong so the event is not where you expect it to be - in that case you correct the dates using the adjust date/time command
    LN

  • I just redeembed my gift card but the money is not showing up in my account. What can I do?

    I just redeembed my gift card but the money is not showing up in my account.  What can I do?

    Not sure if you have tried the following...
    http://support.apple.com/kb/TS1538
    This article has some good troubleshooting ideas. 

  • Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97456)

Maybe you are looking for

  • How to create a PDF form which can be filled out and saved with change by end user

    I am using Acrobat 8.0 - Mac - and want to create a PDF with text form fields. Simple one page file. The end user needs to be able to fill out the text form fields and SAVE those changes. so far they can fill out the fields but can not save the file

  • WRT54G Strange connection issue when wireless security is enabled

    The model # is WRT54G v2.2 with firmware 4.21.1. I knew that my internet connection was good because I connected my laptop directly to the wireless antenna. When the antenna is connected to my wireless router I can't connect, wired or wireless. I dec

  • Hook up to HDTV

    I have a black MacBook (I got it right before they stopped selling the black ones).  So I bought a Mini-DVI to HDMI and the proper cables to hook up the HDMI end to the HDMI on my Panasonic 32" but nothing is happening.  I have tried turning off both

  • HELP FOR RUN PHOTOSHOP IN COMMAND PROMPT AND OPEN FILE

    HELLO i have problem for run photoshop in cmd(command prompt) and open a file immediate for example: D:\Program Files\Adobe\Photoshop CS>Photoshop.exe -open -f:\1.jpg but these not answer I need parameter open in photoshop please help me thanks

  • IDoc to File scenario (External Definition)

    Hi I have a scenario which is a Idoc to file scenario. Here I want to continue with mapping only if the field MATNR exists on the source side (Idoc)  otherwise I should get a message on the target side that the "Mapping failed because  MATNR field do