Download IDOCS from ECC to XI in 7.1.

Hi
Can anyone explain how do we download the Idocs from the ECC to PI in 7.1 version
Thanks
PR

HI
is your requirement to import IDOC metadata from ECC to XI.
If yes then you need to create an RFC destinations from ECC to XI and XI to ECC for making two way communications for IDOCs of TYPE 3 (ABAP).
Then from your Software component enable the option for import IDOC and RFC interfaces from SAP systems permitted. Go to imported objects under same SWCV and right click to import IDOC meta data.
Check the link for refrence
https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file%252bto%252bidoc
Thanks
Gaurav

Similar Messages

  • Unable to import IDoc from ECC to PI 7.1(ESR)

    Hi,
    I am creating an IDoc to File scenario in PI7.1 . I am trying to import the MATMAS IDoc from ECC to PI 7.1.So under the SWCV -> Imported Objects - > Wizard to import IDod/RFC opens -> I enter the ECC system login details -> But when I expand the IDoc node here,I find no IDoc from ECC ,moreover it throws me an error " component should be attached to some frame or dialog"
    Can you please suggest me as what is going wrong.
    Thanks,
    Venu

    Hi all,
    I am using PI 7.3
    When I Import object and passing parameter like application server, system number, uid and password.
    I got this error
            Unable to establish connection to R/3 system servertm_TM9_06 (system=00, client=001)
    Troubleshooting information: 
    Is the target system online?
    Check the connection data; server name and group fields are case-sensitive
    Tips for administrators (see configuration guide for details): 
    Does the user have sufficient authorization in the target system?
    Is the target system configured correctly in etc/services?
    See error logs for details    
    Please help me.

  • Error to send a IDOC from ECC to SUS

    Hi,
    I am trying to connect to SAP SUS System using HTTP adapter using PI 7.0.The scenario is
    ECC ->PI->SAP SRM. I have configured HTTP adapter as the receiver with addressing type as HTTP Destination. I have created a RFC destination of type H pointing to SAP SUS on PI. I have encountered the following error after executing the scenario.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>Error during parsing of SOAP header</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Error during parsing of SOAP header</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have configured HTTP receiver with Addressing type HTTP Destination and configured the HTTP destination field with RFC destination(Connection Type H) created on PI. Here my source and target structures are same i.e DELVRY03. I have triggered DELVRY03 idoc from ECC and i am expecting same xml to be sent to SAP SUS but stuck up with the above mentioned error.
    Someone know how fix this problem?
    Tks,
    Erik

    HI,
    As per my understanding to your scenario, You want to send one IDoc from ECC to SAP SUS system using SAP PI.
    So i hope you must have configured on all the steps required to Send one IDoc to PI syste, Secondly, are you using any Standard interface in PI to send data to SAP SUS system? If yes, you need to create an HTTP Destination for that system and then you have to create XI Receiver Adapter with that HTTP destination to post incoming message to SAP SUS system.
    Your error suggests you are using Plain HTTP adapter to post data to SAP SUS, which is in my understanding is incorrect.
    Regards
    Aashish Sinha
    Edited by: Aashish Sinha on Feb 21, 2011 9:15 AM

  • IDOC from ECC to XI not coming

    in a XI scenario, IDOC is being sent from ECC to XI,
    in ECC, tcode- we05 i can see the IDOC status as 03 (Green),
    but it has not reached XI,
    this problem occurs sometimes, i mean to say, for the same scenario, sometimes IDOC comes properly, sometimes it doesnt,
    i have seen SM58 in ECC, no dump there,
    all port, partner profiles are ok, since it is 03 status (Green) ,

    Hi Sudheep,
    Check in XI's ABAP Stack of SMQ2, i.e Inbound Queue of XI.
    Check if there is nay entries are present in SMQ2 and release them by clicking on Unlock button.
    And also check in IDX2 whether the meta data is loaded or not and see in IDX5 for IDOC-XML
    Regards
    Seshagiri

  • Triggering idoc from ECC to XI

    I have a idoc-xi-jms scenario where
    I have a matrial master, and whenever I change sth in it idoc got to be triggered from ECC with change pointer logic.
    I have changed 2 materials and when I ran the RBDMIDOC Program manually, surprisingly some 20000 idocs are triggered.
    Can somebody advise me how can I avoid this typical problem if I want to send only changed materials ( i.e only 2 idocs) ??
    Thanks
    kumar

    the change pointer program ususally accumlates all the changes ad then sends them out....
    chk the tables CDHDR and CDPOS for changes usually before you trigger the RBDMIDOC program.
    Also you can create use the enhancement spot to create a custom code which deletes the changes caused by other criteria than wht you are looking for.
    Hope this helps!!
    Cheers!!
    Sidharth

  • Problem when sending IDOC from ECC to MII 12.0

    Hi all,
       I have followed the document "[How to Send an IDoc from SAP ECC to the SAP MII IDoc Listener|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50775783-6cb1-2b10-90b0-e6bc2c0b8563]" to configure the scenario to send IDOC from SAP ECC 6.0 to MII 12.0.
       But when sending 53 IDOCs by Tcode POIT to MII, I have problem as below:
       - 53 IDOCS were successfully outbounded (list in WE02).
       - 8 IDOCs were successfully sent to MII IDOC listener (these 8 IDOCs messages exist in list of Message Monitor).
       - 45 IDOCS were error with message in SM58: "Bean IDOC_INBOUND_ASYNCHRONOUS not found on host xxx, ProgId=yyy".
       I'm wonder why some IDOCs were successful while some others were error. If the bean  IDOC_INBOUND_ASYNCHRONOUS don't exist in EJB, why some IDOCs successful found this bean?
       I have another wonder: in this scenario document, all IDOC message type (SYNCH, LOIPRO) is configured in outbound parameters of RECEIVER (receiver logical system), why they weren't configured them in outbound parameters of SENDER (sender logical system)?
       If some have the same problem and know how to resolve it, could you please help me?
    Thank a lot in advance,
    Vinh Vo

    Hi Vinh,
    Please read the following document:
    [IDOC Listener|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/bpx-community/manufacturing/how%20to%20send%20an%20idoc%20from%20sap%20ecc%20to%20the%20sap%20mii%20idoc%20listener.pdf]
    If you explicitly defined a Prog ID in NW, then you have done an extra step and are confusing NW with the real destination.  
    In basic terms, you set up an RFC destination (with an assigned ProgID) in ERP, then configure MII to point to it. 
    I suggest that you follow the document completely and do nothing else to set up a new listener. 
    If you are not using ECC 6.0, you may find the paths are different,  but the transactions codes are generally the same.  However, you may want to check with some of the older installation instructions regarding specific modifications.  Look in the Wiki for MII under Connectivity.
    Good luck,
    Mike

  • IDOC from ECC to PI

    Hi,
    When an IDOC is posted to PI are all the fields populated in PI. If any field in IDOC doesn't have any value will that field be populated in PI also?.
    Thanks .

    Hi Manu,
    No you cant see all the fields of IDOC in PI which processed from ECC.  You can see the fileds only which carries the value from ECC . Rest of empty value fields will not populate in PI.
    Edited by: S Kumar on Nov 21, 2011 10:37 AM

  • Error while Reading Idocs from ECC 6.0 to Sun IDM .

    Hi Gurus,
    We have a scenerio where we have to update the Sun IDM Server with all the changes in HR Data happening in ECC.
    For that... we have
    1. Created a Logical System for Sun IDM server, Port, RFC Connection (TCP/IP).
    2. Assigned Partner Profiles, Distribution Model etc. for msg. type HRMD_A ;
    3. We have created a Communications User used by the IDM server to connect to ECC.
    Idocs are created daily and are in status 03 - Data passed to Port OK !
    and on the In Sun Identity manager 8.0 we have created SAP resource adapter for ECC 6.0,
    after giving resource parameters our test connection is successful.
    We also changed edit synchronisation policy for the same but when we start synchronisation in IDM, it is unable to read any idocs although Idocs are generated in SAP .
    Log file gives the message as "Incoming IDoc list request containing 0 documents"
    We also have one more error ;
    some times while doing a connection test : JCO.Server could not find server function '剆䍟偉乇'
    while most of the times the connection is successful.
    Please suggest .

    Hi Gurus,
    The error got resolved .
    The changes in the settings i did :
    SAP SIDE : Made the RFC Connection Unicode.
    IDM SIDE : Checked on the "SAP Server Unicode" checkbox; while doing the HR Activ Synch Settings.
    This Resolved the error.
    regards
    Vaibhav

  • Errors while transaction download from ECC- CRM

    we are trying to download transactions from ECC 5.0 to CRM 5.0.
    the initial download has stopped in between and we get an error "SysFail" in the Inbound queue (SMQ2). Information on this error is "The current application triggered a termination with a short dump"
    when we try to analyze the short dump, it says the termination occured in the ABAP program :SAPLCRM_DOWNLOAD_MAP - in "FILL_BTM_PARTNER". In the source code you have the termination point in line 254  of the include program "LCRM_DOWNLOAD_MAPF37".
    please provide pointers to resolve this issue .
    thanks
    RH

    following is the place where the error is being triggered in the program, any suggestions?
    Information on where terminated                                                                   |
    Termination occurred in the ABAP program "SAPLCRM_DOWNLOAD_MAP" - in                         
    "FILL_BTM_PARTNER".                                                                          |
    The main program was "SAPMSSY1 ".                                                             |
    In the source code you have the termination point in line 254  of the (Include) program "LCRM_DOWNLOAD_MAPF37
    Source Code Extract                                                                               
    Line
    SourceCde
    number_int = <ls_bapisdpart>-itm_number.                                |
      if sy-subrc eq 0.                                                                     |
    ls_btm_partner-ref_guid = ls_item_keys-guid.                                        |
    ls_btm_partner-ref_kind = gc_object_ref_kind-orderadm_i.                            |
    endif.                                                                                |
    endif.                                                                                |
    *orderadm_h_guid
    ls_btm_partner-orderadm_h_guid = ls_orderadm_h-orderadm_h_guid.                         |
    *bp_partner_guid                                                                          |
    if lv_nrart = gc_partner_r3_types-customer.                                             |
    *-----AG, WE, RE, RG, etc.                                                                  |
      call function 'CRM_BUPA_MAP_CUSTOMER_TO_BP'                                           |
    exporting                                                                           |
    iv_customer       = <ls_bapisdpart>-customer                                      |
          importing                                                                           |
    ev_partner        = ls_btm_partner-bp_partner_guid                                |
    exceptions                                                                          |
    partner_not_found = 1                                                             |
    others            = 2.                                                            |
    if sy-subrc eq 0.                                                                     |
    display_type                                                                             |
    s_btm_partner-display_type =                                                       |
                           gc_partner_no_type-business_partner_no.                             |
    no_type                                                                                |
    ls_btm_partner-no_type =                                                            |
    gc_partner_no_type-business_partner_no.                              |
         else.                                                                                |
    if ls_btm_partner-partner_fct = '00000001'.                                         |
    >>>>>
    message x020(crm_order_misc) with gv_logsys_r3.
    endif.                                                                              |
       endif.                                                                                |
      if ls_btm_partner-task     eq gc_bdoc_task-delete and                                 |
      ls_btm_partner-ref_kind eq gc_object_ref_kind-orderadm_i.                          |
    special handling for deleting item partner. In this case the item                         |
    partner must not be deleted but updated with the header partner                           |
      insert ls_orderadm_h-orderadm_h_guid into table lt_header_guid.                     |
    insert gc_object_name-partner into table lt_requested_objects.                      |
    call function 'CRM_ORDER_READ'                                                      |
    exporting                                                                         |
      it_header_guid       = lt_header_guid                                           |
    iv_only_spec_items   = true                                                     |
    it_requested_objects = lt_requested_objects                                     |
    importing                                                                         |
    et_partner           = lt_partner_header                                        |
    exceptions                                                                        |
    others               = 1.                                                       |

  • Equipment Download from ECC 6.0 to CRM 5.0

    Hi,
    I have made equipment in ECC 6.0 using the Transaction code IE01.
    While trying to download it into CRM, the BDoc shows a validation error
    I have activated the adapter objects EQUI_CONFIG and EQUIPMENT.
    I will be obliged If somebody can give me the step by step process to download the equipment from ECC to CRM and the customizations to be done as a prerequisite.
    Thank You
    Rekha

    Hello Everyone,
    Iam trying to Download Equipments from ECC 5.0 to CRM 5.0.
    Iam getting a Validation Error in the Bdoc CRM_EQ_DMBDOC.
    The Error Message is <b>Assign a Base Category to the Product.</b>
    I have the Base Hierarchy R3PRODSTYP Assigned to the Application
    Product.
    And i cannot edit the Hierarchy or Categories since they are Downloaded
    from ECC.
    Please let me know how to Specify a Base Hierarchy/Category for the
    Equipments to get Downloaded as Individual Objects.
    Thanks & Regards
    Kumar

  • Price download from ECC goes to which condition maintenance group in CRM?

    Hi all,
    I have a question related to pricing download. If I am downloading conditions from ECC to CRM, how does the system determine that the condition type needs to go to which Application & Condition Maintenance Group in CRM?
    Thanks in advance.

    Hi,
    When u download pricing conditions from ECC to CRM the Application is always CRM and u need to create Condition Maintenance Group in CRM in SPRO path:
    Customer Relationship Management>Master Data>Conditions and Condition Technique>Condition Technique: Basics>Create Maintenance Group
    here u can create and add the conditions and Condition table as required.
    Hope it helps,
    Regards,
    PePe

  • Downloading Vendors with Zrole from ECC

    Hi Gurus,
    I know the process of downloading vendors from ECC to CRM. now I have created a Zrole for vendors in CRM, now I want to download vendors with this new role. I have checked the PIDV settings, there is no option. also checked the FM Z_PI_BP_ROLE_MAP_DE_EIOUT for customer role mapping. Is there any way to  downlaod Vendor with Zrole?.
    Thanks,
    S Reddy

    Hi Reddy,
        Your answer, will be very helpfully for me. How you solved it?
    Thanks,
         Alberto.

  • Sales data not replicated for materials from ECC

    Hello Experts,
    When creating a meterial in ECC, the same gets replicated to CRM 7, but the data maintained in the sales tabs of ECC is not getting replicated to the CRM material master Sales & Distribution tab.
    I have already maintained the corresponding ECC sales org in CRM sales org, in Tx PPOMA_CRM, and also other attributes.
    Thanks in advance,
    Vicky

    Hi Vicky,
    Before trying to download Material from ECC, one has to transfer customizing objects (e.g., Basis Components, Organizational Management (for example, transferred the sales offices), Sales and Distribution (for example, transferred the product groups))
    Then one has to map the ECC sales office data with CRM org structure.
    Please recheck if you have done all the prerequisite steps to download material in the following help link:
    http://help.sap.com/saphelp_crm50/helpdata/en/91/d8fc377cb5be5ae10000009b38f842/frameset.htm
    Hope this helps!
    Regards,
    Chethan

  • Replication of Material Sales status (with user values) from ECC to CRM

    Hi all,
    I 'm trying to find out how to replicate the  sales statuses of the material master data in ECC (in view "sales", field DChain spec. status, MKVE-VMSTA)  to the Material SAles statuses in CRM.
    The sales statuses in ECC have been maintained (via menu SPRO/logistics general/master data/basic settings/settings for key fields/DAta relevant to sales and distribution)) : new specific values have been added to the standard ones.
    Then, this customizing has been replicated to CRM via the DNL_CUST_PROD3 repliction object ( table TVMS).
    I have also created a user status profile with values in CRM with the same values, and assigned with the configurator the status profile to the screen, so the values are selectable in the sales status in CRM (in header).
    But, now, how can i replicate the sales statuses of the ECC materials to either :
    -the product status (header) in CRM, or
    -the sales status (distribution chain specific) in the assignment block of the Distribution-chain specific data  ?
    Is a specific development needed?
    there are some existing notes (623026, 428989, 495764), but not clear about what is possible in terms of replication of statuses
    thanks a lot

    It seems that there is no mapping between ECC and CRM sales area.
    If u want to download customer from ECC for that u have to mention the customer sales area in to the filter and then u have to start  down load from ECC.

  • BPM/MDM Process - Confirmations Back to BPM from ECC

    We are implementing a BPM / central MDM solution.  After the new master data is sent from the BPM to MDM, and syndicated through PI to ECC, the requirement is to send a confirmation back from ECC that the new master data (ex. Vendor) was created.  I don't see such a confirmation in any of the related blogs on the BPM/MDM subject.
    (1)  Is there a way to send a confirmation back to the BPM (file that BPM picks up?, BPM listener-type service?)?
    (2)  Do you recommend using BAM or ALEAUD for the confirmation out of SAP?  Both would work.  With ALEAUD, I could catch errors in PI and handle them.  With BAM on a Vendor.Created event, I would have no extra IDoc statuses to filter away.
    Thanks,
    Keith

    Hello,
    There are 2 options .
    You can use an outbound IDOC from ECC to PI - after the material is successfully created and PI can update MDM with the status and id created.
    1. You can write a service that will check MDM periodically to see if got back the status & id from ECC/PI successfully.
    2. The other way is to write a synchronous webservice call where BPM will wait for a PI service to provide an update directly to BPM. You need to model Synchronous call in BPM.
    Regards, Anil

Maybe you are looking for

  • Camileo X-Sports - missing dashcam mode

    The Camileo X-Sports is great action camcorder but I miss the dashcam mode - recording in loop with date/time shown that starts automatically after detecting the charger or motion. There is a Video Looping option but it uses the memory that was free

  • UDF In Marketing Document At Title Level - Display/Activate

    Can you display an UDF in a Marketing Document and if so how do you make it visible and active?  I see how to do this for the rows but not the title.

  • One Billing document for multiple Dilevery Documents

    Dear All,          I m trying to generate one billing documents for multiple dilveries documents with Tcode : VF04. But it is generating billing documents for all the delivery documents.  M i missing any configuration or some thing like that. Suggest

  • Remove UWL Action from just one item type

    I would like to remove the "forward" action from only one item type in the UWL.  There is the ability to remove an action from all items in a particular iView using "List of UWL Actions to exclude", however, I can not find out how, or if it is possib

  • How many pods and layouts can I have open at the same time?

    Hello, I am planning on using Adobe Connect for a virtual brainstorming session.. I am going to take a slide deck with about 60 slides, and chop it up into 8 different sections, roughly 7-8 slides in each, which will be in a new layout. About 10 layo