Importing IDoc's

I am trying to re-import an IDoc that has been extended. While in Intergration Repository I go to Imported Objects and right click and choose Import of SAP objects. We have multiple systems but the only one it will let me choose from is our BW box and the IDoc in in our ECC box. Is there some where i need to go to give myself more options? Maybe in the SLD somewhere?

Hi,
You want to import idoc from R/3 ?
then double click on software component version and select the radio button Import RFC and Idoc interface from SAP system permitted and below give the details of System and Client and follow.. It connects to the R/3 after you select Imports from IDoc and select the Idoc what ever you want.

Similar Messages

  • Could not log on to SAP R/3 from XI system to import IDOC/RFC objects

    Could not log on to SAP R/3 systems from XI system to import IDOC/RFC objects:
    As soon I enter the SAP IP address, system number, user id and passowrd , getting following error.
    Details
    java.lang.ArrayIndexOutOfBoundsException
    STACKTRACE:
    com.sap.aii.ibrep.sbeans.upload.RemoteUploadException: java.lang.ArrayIndexOutOfBoundsException
        at com.sap.aii.ibrep.sbeans.upload.UploadServiceBean.openSAPSource(UploadServiceBean.java:79)
        at com.sap.aii.ibrep.sbeans.upload.UploadServiceRemoteObjectImpl0.openSAPSource(UploadServiceRemoteObjectImpl0.java:320)
        at com.sap.aii.ibrep.sbeans.upload.UploadServiceRemoteObjectImpl0p4_Skel.dispatch(UploadServiceRemoteObjectImpl0p4_Skel.java:196)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:291)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
        at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    java.lang.ArrayIndexOutOfBoundsException
    Can anyone help me to solve this issue.

    Venkat,
    You can download them from http://service.sap.com/download
    For 4.6c follow
    Download
       Support Packages and Patches
         Entry by Application Group
    Select <b>Support Packages and Patches -> SAP Application Components -> SAP R/3 -> SAP R/3 4.6C -> Entry by Component</b>
    Mainly You need <b>SAP ABA 4.6C</b> and <b>SAP BASIS 4.6C</b> and <b>SAP APPL 4.6C</b>
    The most latest one is Support Package 50. What you can do is after applying half of them you can try to logon from XI system for import of RFC/IDoc.
    regards
    SKM

  • Unable to import IDOC metadata from 4.6C based R/3 system

    As part of a project we are trying to import IDOC interface definition into XI3.0 from our 4.6C based R/3 System. I have gone through the pre-requisites mentioned at
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/a48f3c685bc358e10000000a11405a/frameset.htm
    One of the OSS notes 672745 in the above pre-requisites talks about applying basis component patch SAPKB46C46. Our current R/3 System is on the basis patch SAPKB46C39. Is there a way to import just the required function modules without applying the whole patch so that we can
    continue with the projet ?
    cheers.
    Ramesh Babu

    <i>There is no SM59 RFC destination involved.</i>
    Go to SM59 of the XI box and check, the R/3 system for which XI is having RFC destinations.
    And before importing, hope you have given R/3 system IP address, client , user id and Password correctly in the Software componenet version.
    <i>Is there a workaround for this?. I remember reading in this forum, that there are other ways of importing IDOC message and interface objects as XSD files directly instead of using import wizard.</i>
    >> For this you need to download the Idoc Schema from the R/3 system and then import this schema in the External Definition as a xsd type.
    But you need to connect to R/3 system and import the Idoc, Because in the directory, you are going to use Idoc itself as an Message Interface. So the xsd used for changing the occurence of the Idoc type, so that you can post mulitiple idocs.
    Hope this helps,
    Regards,
    Moorthy

  • Unable to Import Idoc from R/3 System.

    Hi,
    I am facing an error while importing Idoc (SERDAT.SEERDAT01) from 4.6c R/3 system, the errror is "unable to read the segments" and the same Idoc I am able to import successfully from ECC6 system. Please let the solution for the same.
    Thanks & Regards,
    Pragathi.

    check if you have the proper authorizations
    From Note: 837595
    Authorization object S_RFC
    Field name RFC_TYPE value FUGR
    Field name RFC_NAME value EDIMEXT, SDTX
    Field name ACTVT    value 16
    Authorization object S_IDOCDEFT
    Field name ACTVT   value 03
    Field name EDI_CIM value ' '
    Field name EDI_DOC value TXTRAW01
    Field name EDI_TCD value WE30
    Authorization object S_CTS_ADMI
    Field name CTS_ADMFCT  value TABL
    Authorization object S_TABU_DIS
    Field name ACTVT      value 03
    Field name DICBERCLS  value

  • Unable to import IDoc into NWBPM from NWDS

    Dear PO Experts,
    We are migrating an existing interface
    (IDoc<-->PI<-->SOAP using BPM (Multiple sync calls)).
    We are un able to import IDoc into NW BPM project as a service Interface. (For BPM we exported IDoc into local system as an external definition and did few modifications to the xsd as per below blog and exported back to PO server as an external definition.Create Service Interface for the same .
    http://scn.sap.com/community/process-orchestration/blog/2014/09/24/idoc-to-nw-bpm-scenario#comment-542653 )
    We are getting below exception while importing IDoc Service Interface into BPM project.I have attached IDoc WSDL file for your reference.Could you please share your expertise on this issue.
    >>>An internal error occurred during: "Importing MOIN models for XSDs and WSDLs...".
    java.lang.OutOfMemoryError: Java heap space
    at java.util.ArrayList.<init>(ArrayList.java:112)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize
    (XSDParticleImpl.java:1271)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>
    (XSDParticleImpl.java:1050)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize
    (XSDParticleImpl.java:1149)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>
    (XSDParticleImpl.java:1039)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.initialize
    (XSDParticleImpl.java:1272)
    at org.eclipse.xsd.impl.XSDParticleImpl$XSDNFA.<init>
    (XSDParticleImpl.java:1060)
    at org.eclipse.xsd.impl.XSDParticleImpl.getDFA
    (XSDParticleImpl.java:2041)
    at org.eclipse.xsd.impl.XSDModelGroupImpl.validateRoot
    (XSDModelGroupImpl.java:599)
    at org.eclipse.xsd.impl.XSDComplexTypeDefinitionImpl.validate
    (XSDComplexTypeDefinitionImpl.java:1408)
    at org.eclipse.xsd.impl.XSDConcreteComponentImpl.validate
    (XSDConcreteComponentImpl.java:565)
    at org.eclipse.xsd.impl.XSDSchemaImpl.validate(XSDSchemaImpl.java:1653)
    at com.sap.tc.esmp.tools.core.util.EMFUtils.validate(EMFUtils.java:613)
    at
    com.sap.tc.esmp.tools.xsd.xml.EmfSchemaImporter.calculateAffectedPartitions(EmfSchemaImporter.java:903)
    at
    com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.calculateAffectedPartitions(Wsdl1Importer.java:365)
    at
    com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.resolveImportLink(Wsdl1Importer.java:545)
    at
    com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.createChainLink(Wsdl1Importer.java:522)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.init
    (Wsdl1Importer.java:461)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer$ImportChain.<init>
    (Wsdl1Importer.java:337)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer.prepareWsdlImport
    (Wsdl1Importer.java:1381)
    at com.sap.tc.esmp.tools.wsdl1import.Wsdl1Importer.prepareWsdlImport
    (Wsdl1Importer.java:1368)
    at com.sap.tc.esmp.tools.facade.Import.prepareWsdlImport
    (Import.java:106)
    at
    com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor.doImportFiles(RepositoryMetadataProcessor.java:298)
    at
    com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor.access$300(RepositoryMetadataProcessor.java:52)
    at com.sap.tc.esmp.tools.editor.jobs.RepositoryMetadataProcessor$4.run
    (RepositoryMetadataProcessor.java:248)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Regards
    Venkat

    Hi Venkat,
    Find the below link.
    http://scn.sap.com/community/process-orchestration/blog/2014/11/29/using-idocs-in-nwbpm

  • Doubt while importing idoc (file 2 idoc scenario)

    hi,
    In IR, Imported objects..>Idocs
    while importing idoc there are two options to import
    according to software componet version,
    Overwrite sever info temporarily
    which one i have to use ? what circumstances i have to each option?

    Praba,
    Also please check this SAP help for the difference between these two:
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/a48f3c685bc358e10000000a11405a/content.htm
    Regards,
    ---Satish

  • I have a scenario. Import IDOC into PI and PI transform IDOC to Excel. Using mail adapter attach that Excel using pi and send to customer. Can you please help me on the same?

    HI Experts,
    I have a scenario. Import IDOC into PI and PI transform IDOC to Excel. Using mail adapter attach that Excel using pi and send to vendor. Can you please help me on the same?
    Thanks
    SaiSreevastav

    Hi Sai,
    you can use XSLT or java mapping or adapter module to convert IDOC xml to XLS. Please refer the below blog
    Convert incoming XML to Excel or Excel XML – Part 1 - XSLT Way
    Convert incoming XML to Excel Sheet Part 2 – Adapter Module way
    Convert incoming XML to Excel Sheet
    then after converting to Excel, you can use the payloadswap bean in mail adapter
    XI: Sender mail adapter - PayloadSwapBean - Step by step
    regards,
    Harish

  • Importing IDOC in XI for interface mapping

    Dear All ,
    In IDOC-XI-XML file scenarion , I am doing the interface mapping where I am giving the source(IDOC) and target(Data type ) . The problem I am facing is that I am not able to see any IDOC in the source . Can anybody plz explain <b>how to import IDOC from the SAP sytem</b> .
    Plz need your help asap .
    Thanks in advance .
    Prabhat

    Hi Moorthy,
    I checked connection in SM59 all r working fine using test connection.
    In XI I have created 2 different RFC's for R/3.
    1) "D11" with my personal login ID of R/3
    2) "D11-060" with some special login ID "XIRFCUSER" of R/3
    In IDX1 if i am using D11 and when i am trying to import Idoc in IDX2 i am getting error "Communication error: 'User ROHILLAU has no RFC authorization for functio'"
    But when i use D11-060 in IDX1 i am able to import Idoc in IDX2.
    But in IR-> Import SAP Object, I am using my ID for import and getting error "JCO.Client not connected in repository call"
    Is in IR i also need to use "XIRFCUSER".
    Thanks & Regards

  • Error when importing IDOC structure from SAP - Control record missing

    Hi!
    We are hitting problems when importing IDOCs from SAP into the Integration Builder. The import ends successfully but when we drill into the IDOC structure we get a message: <b>Schema for type EDI_DC40.ASN_OUT.DELVRY01.Z1DELVRY (category Data Type) not found</b>. This is only happening for one specific IDOC type only. We have checked all we can think of but cannot get this to work. Any help would be very much appreciated. Of course, points awarded for any good ideas. Thx, Duncan

    Hi Duncan,
    Taka a look at these threads which address similar issues:
    Error during import of FIPARQ01 Idoc
    Error during IDoc Import
    Importing idocs:
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/a48f3c685bc358e10000000a11405a/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/78/21753251ce11d189570000e829fbbd/content.htm
    Hope these help!.
    Cheers,
    Chandra
    Message was edited by: chandravadhana gopalakrishnan

  • How to import IDOC to XI

    How Can i import IDOC  to XI...
    Are there any predefined IDOCs ....
    How can create my own IDOCs....
    i heard that there is not need ot IDOC Adapter at sender side like the scenario is IDOC to file... How? XI will directly get that particular IDOC
    How to define the structure of IDOC in datatype..
    It Would be helpful in creating IDOC to file scenario, if u help me..
    Thanks & Regards

    Hi,
    Doule click on your Software Component in the Repository.
    See if option Allow import of RFC and Idoc is enabled. If not sleect it and activate your software component.
    Next, go to the option --> Imported Objects --> Right Click --> Give the system details from which IDoc is to be imported and then improt the idoc b y selecitng the idoc you want to be imported.
    ><i>Are there any predefined IDOCs ....</i>
    yes, there are custom idocs available in every R3 system.
    ><i>
    How? XI will directly get that particular IDOC</i>
    The R3 system used a TRFC to post the Idoc to XI. It hits the integration engine of Xi directly and so no need for a sender idoc adapter.
    ><i>How to define the structure of IDOC in datatype..</i>
    Idoc itselct acts as the message type and message interface. No need for a datatype. Just use the imported idoc as a message type and  message interface,
    Regards,
    Bhavesh

  • Error while Importing Idoc with Extension

    Hi All,
      I already imported idoc with extension and working fine. When I tried to transport the Idoc from Dev XI to Prd XI . I got the following error
    The objects as displayed in the navigation tree are possibly not up-to-date.
    So I tried to Re import the Idoc in IR but it is ending with below error
      + com.sap.aii.ibrep.sbeans.upload.RemoteUploadException: The objects as displayed in the navigation tree are possibly not up-to-date.
    I already saw some threads in SDN for this error but I am not getting solution.
    Can anyone provide a solution ASAP for the above error .
    Regards,
    Prakash

    > When I tried to transport the Idoc from Dev XI to Prd XI . I got the following error
    Why are you transporting it form Dev? Why not from QA to Prd.
    Since this is a Z-IDOC so check if the extension has been released from R3 after doing any modification.
    Regards,
    Sarvesh

  • Problem importing idoc to XI integration repository

    I have deleoped a custom IDOC and released in SAP/R3. Next I have imported it to XI using transaction IDX2 without problems.
    However, when I try to import the metadata to the integration repository, I can't find it in the list of available IDOcs. I have tried to refresh the catches, and even restartet the XI server, but i doesn't help.
    Any suggestions ?

    Hi Henrik,
                    See if these threads help :
    importing IDOC in XI for interface mapping
    IDOC in IDX2 is not visible in while importing into XI Design Component.
    Settings in XI side to receive IDOC  from  application server
    Check this link to know minimum authorizations required for a user to import RFC/Idocs.
    http://help.sap.com/saphelp_nw04/helpdata/en/2b/a48f3c685bc358e10000000a11405a/content.htm

  • Error while importing idocs in IR

    This is the error when I try to import Idocs in IR.
    "Unable to establish connection to R/3 system FR3 (client=850) Troubleshooting tips:
    Is the target system online?
    Check the connection data (note that server names and groups are case-sensitive)
    Tips for administrators (see the configuration guide for more details):
    Does the user have the required authorizations in the target system?
    Is the target system configured correctly in "etc/services"?"
    I have logged into the system and I have all the rights but still not able to figure out why I am unable to import Idocs /RFC

    Hi ,
    Check if the logsys name maintained in SLD is the same.
    You can view using the t-code scc4. Note that the entires are case sensitive.
    Also see if the tRFC port port cofiguration for importing metadata is correct ( Used tc IDX1 )
    Reward points if found useful
    Rgds,
    Sandeep

  • Not able to import Idoc in to XI Design Environment

    Hi all,
    I am facing error while importing Idoc from a SAP Retail R/3.
    the error is :
    <i>
    >>>Is the target system online?
    >>>Check the connection data (note that server names and groups are case-sensitive)
    >>>Tips for administrators (see the configuration guide for more details):
    >>>Does the user have the required authorizations in the target system?
    >>>Is the target system configured correctly in "etc/services"</i>
    I would also like to clear that,
    1  the system is online
    2 Connection data is correct
    3 etc/services an entry already exists in XI server as well as retail system
    Regards,
    Ramesh P

    In addition to what has already been said; Also make sure you have the proper authorizations to import IDoc into XI.
    Ref:
    From Note: <b>837595 </b>
    Authorization object S_RFC
    Field name RFC_TYPE value FUGR
    Field name RFC_NAME value EDIMEXT, SDTX
    Field name ACTVT    value 16
    Authorization object S_IDOCDEFT
    Field name ACTVT   value 03
    Field name EDI_CIM value ' '
    Field name EDI_DOC value TXTRAW01
    Field name EDI_TCD value WE30
    Authorization object S_CTS_ADMI
    Field name CTS_ADMFCT  value TABL
    Authorization object S_TABU_DIS
    Field name ACTVT      value 03
    Field name DICBERCLS  value

  • Can We Add Some More Fileds To the Imported IDOC ??

    Hi All,
    Can We Add Some More Fileds To the Imported IDOC ??
    If I Imported IDOC to IR. But I Want to Add Some More Fields To IDOC.
    Then Can I Go For this Process ??? Is This is Correct ???
    Please Correct Me If Iam Going Wrong
    1) Open the Imported IDOC in IR
    2) Export it as XSD File in to your Local Machine
    3) Add Necessary Fields & Save it
    4) Come to IR And Import it into external definition
    Is this is the Correct way of Doing ???
    If Not What is the Problem in Doing This ??
    Regards
    Vamsi

    Hello Vamsi,
    That is NOT the correct way to play around with IDOCs.
    the correct way is to create an enhancement to an exiting IDOC (this is done on the SAP R/3 side) after you craeted an enhancment you reimport the IDOC in XI from the R/3 and then you have a new structure with the new fields you need.
    worst case scenario you can define a new IDOC type just with the fields you need.
    you can check out the SAP library at http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    on how to do that.
    Have a good one,
    Uri Lifshitz.

  • Error in importing idoc cremas03

    Dear all,
      I am trying to import an idoc cremas.cremas03 in XI but it is giving following messages
      " import started"
      " Idoc type cremas03 contains error(unable to read segments)
      "  idoc import failed with 1 error "
    i have tried to import 4 to 5  idoc types but all of them are giving the same error
    kindly help
    Regards
    Tarang

    Hi,
    Refer the following Link
    Import IDOC into XI fails - unable to read segments
    Regards,
    Ashwin M
    [Dont forget to mark Useful replies]

Maybe you are looking for

  • How to Schedule a Job Chain to start automatically on SAP CPS.

    Hi, I did a job chain and i want to run automatically on sap cps Tuesday thru Saturday at 6:00 a.m., i make a calendar on sap cps with this specific options but the job chain doesn't start running.  I don't know if i need to do something more, so if

  • Facebook chat - sending messages to offline contact

    Whenever I am writing something to a Facebook contact via Skype, and this person happens to go offline, even if it is just for a minute, the Skype window prohibits me from typing anything else as it changes to the "x is offline. Send SMS" window imme

  • E-pub exported from Pages

    These files are not being read by my Sony PRS-505 they exort as a single error page. E-pub books from other sources are no problem. Is there a DRM inbuilt that needs to be switched, or have I made a stupid mistake?

  • ICloud Control Panel

    Hi, So I have used the MobileMe and iCloud control panels on a number of windows machines in my life and have previously been very happy with the service syncing all my bookmarks. However 3 months ago I change jobs and so have a new PC. Its a 64-bit

  • How to operate iplanet directory server with jms?

    could u me some sample code or advice? tks