IDoc received via qRFC

I have a File - XI branching out into 2 different IDOCs scenario. Everything runs fine in XI and I can see the success falgs but in R/3 the second is always stuck in status 75 with the description as mentioned in the subject. Anybody have a clue as to what could be wrong? All the parameters such as port and partner profiles have been set up...

hi,
Troubleshooting File-to-IDOC Scenario in XI
/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
also see the discussion
Re: IDoc's not received in XI
Thanks,
Vijaya.

Similar Messages

  • How to process inbound idoc in R/3 with status 75 - idoc received via qRFC?

    Hi gurus,
    we are using EOIO for source to R/3, and all the idocs a received in r/3 with this status. But they can't be processed from BD87. How to process these?
    Thanks,
    Olian
    Edited by: Olian Saludew on Sep 11, 2008 11:44 AM

    Hi,
    Idocs Works on tRFC Queues.
    Check this Report to Process Inbound Idocs with Specified Status.
    RBDAPP01
    Regards
    Seshagiri

  • Create TU via qRFC in EWM

    Hi
    I knew that SAP supports standard IDoc communication via XI for creation of TU in EWM. Is it possible to change this to qRFC communication?
    Thanks
    Sasidhar Gupta

    Hi Sasidhar
    If you are not using shipment functionality in ERP and still want to achieve shipping and receiving (TU and Veh ) functionality in EWM. Please find below way. In this way IBD qrfc will create TU/VHE in EWM directly. No shipment required in ERP-ECC.
    Integration of ERP Deliveries in Shipping and Receiving - Shipping and Receiving - SAP Library
    Shipping and receiving offers features to create transportation units or vehicles in SAP EWM based on transport information contained in SAP ERP inbound or outbound deliveries. With this integration, you can plan the transportation process for deliveries in ERP without using shipments in ERP.
    Prerequisites
    You must ensure that the following prerequisites are met:
    The DTU status (Assign Transportation Unit) is active for the delivery type and item type used in EWM.
    The PPF action /SCWM/WHR_CREATE_VEHICLE is active in the action profile assigned to the delivery type in EWM.
    When creating a delivery in ERP, you enter a means of transport type and a means of transport ID in the delivery header.
    You have created a link between the means of transport derived from the ERP means of transport type and the TU packaging material. On the Easy Access screen, choose Extended Warehouse Management Settings Shipping and Receiving Link Between Packaging Material (TU) and Means of Transport . This setting determines whether EWM creates a vehicle and/or a transportation unit.
    Regards
    Suraj

  • Performance problem in IDoc receive (DELFOR01)

    Hi,
    I have serious problems in receive of Idoc Delfor01 (IDOC_INPUT_DELINS). We receive more than 3000 Idoc daily of this type and the process of then during all day....
    One of more common error is foreing_lock of VBAK table. This error occurs in the Form beleg_sperren (line 459 from IDOC_INPUT_DELINS) when the process try enqueue one vbeln entrie from VBAK (o think by the high number of Idoc received) and, the process waits a large time trying enqueue the table entry until the error...
    When I analyze the IDOC_INPUT_DELINS i see a batch-input for the VA32 transaction (at line 528). I think if call a Bapi instead a Call Transaction have more performance... it´s right?
    I would appreciate help with possible solutions to this problem.. Have a better mode to process large amount of these IDoc type? Or have other FM than IDOC_INPUT_DELINS with better performance???
    Regards,

    Not need immediatly, but a quickly possible... In WE20 if I choose the background program the process will executed* fastly than I choose Imediattly start?
    *executed via schedule job of program RBDAPP01.
    I stil reading the notes above..

  • A problem about IDOC Receiver

    Hi, everybody.
    This time, I'm developing a IDOC Receiver though the SAPIDocReceiver class. With the dotnet Connector manual from SAP, the receiver side on dotnet is easy to develop. But how to configure the SAP R/3 to send IDOC to the dotnet side, I can't find the clear steps in the manual.
    So I searched some material about how to configure IDOC, and hope it will be useful to my work. But most of them mainly focus on how to configure a IDOC transformation between SAP system but not NON-SAP system.
    So what I want to ask is IS there some difference with the two configuration, I mean the SAP to SAP one and the SAP to NON-SAP one. I guess the difference should be have. Are the necessary configure step like create a logic system, allocate logical systems to clients and so on also necessary under the NON-SAP case? I think some of the configure actions is different in this two case. Can anyone give me some clear steps or tell me where I can get them?
    thanks to all.

    Hi,
    for testing purposes you can do the following:
    (1) via SM59 create the RFC destination for your dotnet application
    (2) via WE21 create a trfc-port pointing to the RFC destination created in (1)
    (3) via SM30 maintain view V_TBDLS to create a new logical system for your dotnet application for example DOTNET (and maybe for the SAP client you are testing with - here the name could be for example <SID>CLNT<CLIENT>)
    (4) via SCC4 assign the logical system to the SAP client (for example <SID>CLNT<CLIENT>) only if not already maintained.
    (5) In WE20 create a partner profile for logical system created for the dotnet application in step (3)
    (6) In WE20 add outbound parameters for the message type (for example MATMAS) and idoc type (MATMAS03) you want to send. As partner port use the trfc-port of step (2)
    (7) In WE19 create an IDoc via basic type (the idoc type used in step (6), for example MATMAS03) and maintain the following fields in the control record EDIDC:
    <b>recipient port</b> the port created in step (2)
    <b>recipient partner number</b> the logical system name of the dotnet application created in (2)
    <b>recipient partner type</b>'LS'
    <b>sender port</b> SAP<SID>, where SID is the SAP system id
    <b>sender partner number</b> the logical system name the SAP client maintained in step step (4)
    <b>sender partner type</b>'LS'
    <b>message type</b> the message type used in step (6), for example MATMAS
    In the other segments E1* you can fill in whatever you like
    Hit the push button "Standard outbound processing"
    (8) you can check if the IDoc has been sucessfully created by BD87. If an error has occurred in the receiving application or there is any other error you can also see it here. Maybe the IDoc is not passed to the receiver, then you can process the IDoc also from here.
    This is how you can create your test environment. If you want to get the IDoc created form the SAP application it depends on the application how to do that!
    Best regards,
       Willy

  • IDOC Receiver - Unable to convert sender service to ALE

    Hi!!!
    I am trying to configure the following scenario: FILE - XI - IDoc to R/3. 
    A business service called IDOC_Demo recovers from the server the file, and after mapping it, it tries to send it to IBP, the R/3 system using a IDOC Receiver comunication channel.
    IBP is configured in SLD.
    I have in XI System the RFC conexion, and I have define the port via TCODE IDX1.
    But it does not work, I am geting the following error:
    "Unable to convert sender service IDOC_Demo to an ALE logical system"
    I have checked the adapter specific identifiers, but I can not see anything wrong...
    I do not know what can I check! Could someone help me?! What can I do?
    Thank a lot!!
    Araitz.

    Thank you very much, but I still get the error message! Of course, I read your blogs Michal before posting the question, and they have been very useful, but still...
    In SLD I only have the R/3 system, the name is IBP and the business landscape and the logical system name (I do not know if this could cause a problem…).
    The connexion is IBP, and it works, and in idx1 I have configured a port, and its name is SAPIBP, using the IBP connexion.
    Design… I have imported the CREMAS.CREMAS03 IDOC, and I have done a mapping interface, I have disabled the EDI_DC40, and set “begin” and “segment” to 1.
    Configuration… I have created a business service, IDOC_Demo, that has a communication channel, sender, file type.
    And I have the IBP service. In adapter specific I can see: logical system IBP, and R/3 System IBP, client 100. If I push the “Compare with SLD” button, nothing happens… what should happen?
    IDOC_Demo receives the file, and via an Outbound, async interface, calls IBP, that receives the IDoc using a receiver IDoc type adapter…
    Now the receiver agreement has information in the header mapping, sender service, IDOC_Demo, receiver service, IBP.
    And I do not know why, but it does not work… any idea?
    Than you!
    Araitz.

  • Basic IDOC Receiver Issues - help

    Hi,
    I'm just starting development with the .Net connector and am trying to get the sample IDOC sender and IDOC receiver to work.
    We have a remote test system with SAP, connected via a VPN from my site. A SAP Router is used for the GUI connection to SAP and I'm setting the sapDestination.SAPRouterString in the IDOC submit sample.
    The IDOC sender is working and I can see the sent IDOCS in the SAP GUI, but I cannot get the IDOC receiver to work.
    I have defined a TCP/IP RFC destination, with the IP address and program ID of my program, but the test button on the RFC destination does not work.
    Also, after I start the IDOC receiver sample, transaction SMGW (Gateway Monitor) does not list my application.
    Please could someone verify what I should configure on the SAP test system and what parameters I should be providing to the sample IDOC receiver program ?
    Thanks,
    Andrew

    Managed to get the correct gateway/host combination and my application now registers !

  • Sales orders received via EDI

    Any idea of the table/field from where i can find out the all the sales orders received via EDI?

    hi;
    EDIDC is the table where in you will find all the Idocs that have come into the system. This is also the table which would give the info abt the Idocs that have been sent out of the system.
    EDID4 is the table where in you will find the idocs that have gone into error.
    Regards.

  • Incomplete Idoc received in SAP R/3

    Hi XI Gurus
    I am working on a File to Idoc scenario and stuck because of a strange issue.
    The output Idoc structure sent from XI and as viewed in IDX5 / SXMB_MONI is as below
    <?xml version="1.0" encoding="UTF-8"?>
    <ACC_DOCUMENT01>
         <IDOC BEGIN="1">
              <EDI_DC40 SEGMENT="1">
                   <SNDPRT>LI_SND</SNDPRT>
                   <SNDPFC>LF_SND</SNDPFC>
                   <SNDPRN>0000000100</SNDPRN>
              </EDI_DC40>
              <E1BPACHE09 SEGMENT="1">
                   <OBJ_TYPE>BKPFF</OBJ_TYPE>
                   <OBJ_KEY>PR2000627830002007</OBJ_KEY>
                   <OBJ_SYS>T47CLNT800</OBJ_SYS>
                   <BUS_ACT>RFBU</BUS_ACT>
                   <USERNAME>lovein</USERNAME>
                   <COMP_CODE>3000</COMP_CODE>
                   <DOC_DATE>2007-09-11T05:18:52-07:00</DOC_DATE>
                   <PSTNG_DATE>2007-09-11T05:18:52-07:00</PSTNG_DATE>
                   <DOC_TYPE>SA</DOC_TYPE>
              </E1BPACHE09>
              <E1BPACCAHD/>
              <E1BPACGL09>
                   <ITEMNO_ACC>1</ITEMNO_ACC>
                   <GL_ACCOUNT/>
                   <ACCT_TYPE>S</ACCT_TYPE>
                   <DOC_TYPE>SA</DOC_TYPE>
                   <COMP_CODE>3000</COMP_CODE>
                   <PSTNG_DATE>2007-09-11T05:18:52-07:00</PSTNG_DATE>
                   <VENDOR_NO/>
              </E1BPACGL09>
              <E1BPACAP09>
                   <ITEMNO_ACC>00001</ITEMNO_ACC>
                   <VENDOR_NO/>
                   <COMP_CODE>3000</COMP_CODE>
                   <PYMT_METH>ach</PYMT_METH>
              </E1BPACAP09>
              <E1BPACCR09>
                   <ITEMNO_ACC>1</ITEMNO_ACC>
                   <CURR_TYPE>00</CURR_TYPE>
                   <CURRENCY>USD</CURRENCY>
                   <CURRENCY_ISO>USD</CURRENCY_ISO>
                   <AMT_DOCCUR>-30000</AMT_DOCCUR>
              </E1BPACCR09>
              <E1BPACCR09>
                   <ITEMNO_ACC>Constant</ITEMNO_ACC>
                   <CURR_TYPE>00</CURR_TYPE>
                   <CURRENCY>USD</CURRENCY>
                   <CURRENCY_ISO>USD</CURRENCY_ISO>
                   <AMT_DOCCUR>0</AMT_DOCCUR>
              </E1BPACCR09>
              <E1BPACCR09>
                   <ITEMNO_ACC>Constant</ITEMNO_ACC>
                   <CURR_TYPE>00</CURR_TYPE>
                   <CURRENCY>USD</CURRENCY>
                   <CURRENCY_ISO>USD</CURRENCY_ISO>
                   <AMT_DOCCUR>30000.00</AMT_DOCCUR>
              </E1BPACCR09>
         </IDOC>
    </ACC_DOCUMENT01>
    But the Idoc received in SAP R/3 as viewed in Transaction WE02 or table EDID4 has only one node E1BPACHE09
    and because rest of the nodes are missing SAP R/3 fails to process the Idoc .
    Any help to analyse the issue will be highly appreciated.
    Thanx
    Lovein

    Hi Lovein,
    What you can do is:
    1. Go to SXMB_MONI and take the output xml.
    2. Now go to your mapping under TEST tab and test the above mentioned output xml and see what is the output, i mean are you able to see all the desired output as per you mapping or not.
    3. If not then probabily you will get an error message, then try to find out the solution in your mapping only.
    4. If you are not able to do that, kindly send the error message, which you got in mapping.
    I hope this will solve your issue.
    Regards,
    Sarvesh
    ****Reward points, if found helpful. 

  • IP Job in BW finished, but how can I check the IDoc receive status in BW ?

    Hi,experts
    After I execute a Infopackage with loading more than 200000 records data, the infopackage monitor show me yellow light, 186020 from 200000 records. this infomation still show me till now, seaval hours,it looks pause here.
    And I check the request in the R/3, the Job has finished. as you know it means the R/3 push the IDoc already finished.
    and how can I do now ? or how can I check the IDoc receive status in BW side?

    Hi,
    I too had the same problem, i executed the following to solve the proble, may be this will help you:
    1) Go to T-code SM58 and select TRFC and press F6,
    2) For manual push of I-Docs, GO to T-COde BD87 select perticular idoc and see the status if it is not executed properly then do the manual push by pressing Execute option,
    Thanks,

  • Is there a way to open a zip file received via email on the iPad? I tried and a message popped up saying mail cannot open the attachment.

    Is there a way to open a zip file received via email on the iPad? I tried and a message popped up saying mail cannot open the attachment.

    You need a third party app. Take a look at some of these on this Google page.
    Open zip files on iPad

  • Creating Delivery based on the Inbound IDOC received.

    Hi all,
    I have a requirement where in, Outbound Delivery for Sales order is to be created based on the inbound IDOC received from a third party.  The standard idoc type DELIVERY03, requires the Delivery Number for updating the order but it cannot create a delivery number.
    Can any one suggest which IDOC type can be used for this or if there is any alternative solution?

    Hi,
    You can use FM IDOC_INBOUND_WRITE_TO_DB to create an inbound IDoc.
    CALL FUNCTION 'IDOC_INBOUND_WRITE_TO_DB'
        EXPORTING
          PI_STATUS_MESSAGE       = I_EDIDS
        IMPORTING
          PE_IDOC_NUMBER          = DOCNUM
          PE_STATE_OF_PROCESSING  = STPROC
          PE_INBOUND_PROCESS_DATA = I_TEDE2
        TABLES
          T_DATA_RECORDS          = I_EDIDD
        CHANGING
          PC_CONTROL_RECORD       = I_EDIDC
        EXCEPTIONS
          IDOC_NOT_SAVED          = 1
          OTHERS                  = 2.
    Check the following link:
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/IDOC_tutorial.html
    <b>Reward points</b>
    Regards

  • Can I use an external GPS Receiver via Bluetooth?

    Great phone.  I used a Galaxy Nexus for over a year until I got this phone, but once I started using the Z10, I never looked back.  The "Hub" is a GREAT feature, exactly what I use most of the time.  Oddly enough, I was never much of a BB fan until the Z10.
    Anyhow, I have bought several apps and accessories for the Z10.  I rely on my Z10 a lot.
    I still have (from my old Windows Mobile 6 phone days back several years ago) a perfectly working external GPS receiver that has Bluetooth (Holux GPSlim236).  Great little receiver.
    Since I often use my Z10 for GPS nagigation (I am using Mireo DON"T PANIC) for directions whilst riding my motorcycle all day long, with Bluetooth enabled to my helmet, having the GPS radio on as well as Mobile (aka phone) and Bluetooth does drain the battery faster than if I could avoid using the internal GPS at this time (I still want to use the internal GPS at other times).  I do have a data plan, so I could use the internal maps, however, I often ride through places with no data access (back country).
    I was able to pair the Bluetooth GPS Receiver to the Z10 (easy enough), however, there is no option in the "Network Connections" settings area to be able to disable the internal GPS radio, or anywhere else, so I can't tell for sure that this is working (that is, not using internal GPS but using external GPS).  I suspect it is not using the external GPS Receiver, though, since Bluetooth settings indicate "no services" for the external Bluetooth device.
    Is there a way to sometimes use the external Bluetooth Receiver on the Z10 (in order to save battery on long trips)?
    It is also not just for battery power savings, but also when I ride there is no air conditioning, so the phone does get hot, and I suspect would be cooler if I used an external GPS receiver via already-enabled-anyways Bluetooth.
    Thanks

    I am not sure my original message was clear.
    I have th Z10, it has GPS software and a built-in GPS radio receiver.  I also have an external GPS radio receiver, not a GPS device.  It is strictly a radio receiver.  I used to use it years ago on my Windows Mobile device - the software with maps was on Windows Mobile, and the GPS receiver hooked up via Bluetooth.
    The GPS receiver in the Z10 uses the Z10 battery.  I have the Bluetooth on anyhow to connect to my helmet headset.  Since Bluetooth is on already, I could save Z10 battery by using the external GPS radio receiver (disable the internal GPS radio receiver), thought the map software would still run on the Z10.
    So, the previous response says "does have GPS profile" but also says "external GPS will not work:".
    I am not sure the statement was respect to my setup.
    What I really need is for the Z10 Bluetooth to see the external GPS receiver, perhaps as a serial  device or as a GPS device, howsoever such things work, and for the GPS map software to use the external rather than try to use the internal (the map software should not really care, it should be the OS that virtualises the GPS port).

  • I just purchased a license for LR 5 (received via reseller, DVD in Box) and wanted to use the serial on the downloaded LR5 version through Creative Cloud.  System sais "The serial number you entered is invalid. Please try again. If problem persists contac

    I just purchased a license for LR 5 (received via reseller, DVD in Box) and wanted to use the serial on the downloaded LR5 version through Creative Cloud.
    System sais "The serial number you entered is invalid. Please try again. If problem persists contact Customer support".
    I have tried several times, without success. Internet connection is working.
    Thanks for your help.

    If you have a DVD version then you have to use the serial number that is associated with the DVD version.  A Cloud subscription number has no relationship to a DVD serial number.

  • '12 Mini to Older Receiver via Optical - Can't get 5.1 Surround

    Yet another "Can't get surround sound via Toslink" question...
    System:
    2012 Mac Mini
    Video to Sharp HDTV via HDMI
    Audio to Pioneer VX-D608 Receiver via Optical
    I have the cables connected properly. Video is flawless. Audio is being transmitted to the receiver, which "sees" an AC-3 or DTS signal and automatically switches into those modes according to the format encoded with the files. But for some reason, I am only getting sound out of the front speakers.
    I have tested the receiver and all (5.1) speakers are functional.
    It is as if I am only sending the front right and front left signals via AC-3 or DTS.
    I have spent about 40 hrs playing with various audio software arrangements, including Plex, VLC, Perian (AC-3/DTS passthrough), Soundflower and Soundflowerbed routing.
    Currently, in Audio MIDI Setup I am using the "Built-In Output", set to Encoded Digital Audio. The Format appears to switch depending on the file I am playing. The speakers can only be configured to Stereo, none of the surround options present themselves, which I understand is OK because the AC-3 or DTS is passed to the receiver via an encoded stereo signal.
    My VLC player is playing an AC-3 or DTS track, and the output is set to the Built-In Output (Encoded).
    As I mentioned, the receiver "sees" DTS or AC-3, but the sound won't come out all 5.1 speakers even though I know they are functioning.
    Any help is appreciated.
    Thanks!!

    If the receiver is seeing an AC-3 or DTS signal, it indicates
    that the software is passing through the encoded audio. 
    These streams cannot be altered or manipulated, especially DTS
    which is a very tightly licensed codec,  by the software or the Mini.
    So, if the receiver is seeing the digital audio as AC-3 or DTS, the problem is
    not with the Mini.

Maybe you are looking for

  • MAC Mini Server Startup Problems

    Help! MAC newbee. Just bought a new MAC Mini Server, got monitor connections in place; have wireless keyboard and trackpad; at startup I get the white screen with apple background then followed by a screen with a graphic with some rounded-corners rec

  • Reporting Toolkit: How to insert a blank line into an MS Word Report?

    Hello, I have created an MS Word report, but I haven't been able to find out how to "write" a blank line to the report.  I've tried every combination of \n, \\n, "\n", '\n', \\n etc., but I haven't had any good luck. Thanks, Chris

  • Need to recompile reports in Report3.0

    We have migrated our Applications from D2K ver1.1(16 bit) to D2k ver2.1. The rep files of all the reports are installed on client machines. We have to periodically recomile the reports i.e. regenerate the reps. The error code that is shown in the Rep

  • PXI-2575 faults randomly

    Hi,   I am using PXI-2575 mux with PXI-1044 chasis. I am using .NET C# to control 2575 during a year. In my setup, I am using the mux to read DC voltage or 2-wire resistance generally.  It seemed work successfully up to last 2 mounts. Suddenly, some

  • Flash animation query - shape selection

    Usually when I make a shape I can select it with the selection tool and lots of dots appear on the shape showing that I have selected it. I was playing around with some key commands and I think I accidentally did something now when I select a shape i