Idoc Missing On the ECC SAP System Side

Hi All
In my case an Idoc is being sent to the SAP ECC system from XI . I can see the message is successful in SXMB_MONI of XI, the message has a chequered flag , I also locate the IDOC in the IDX5 in the outbound entries . But I am not able to locate it  WE02 Idoc List .
I have checked the SMq2 in both XI as well as ECC but the message is not being held here .
I checked SM58 on the XI side . It has no errors. On the ECC side i can see some entries . Now how do I locate which entry might be for my message . Is there a way to see the detailed error message for an entry in SM58 on the ECC side .
What else can be checked to locate the missing Idoc .
Thanks.
regards
Nilesh

Hi,
a workaround - just check the function module in ECC which is invoked for posting of your IDOC..........take the output IDOC msg data from XI from SXMB_MONI and execute your function module in ECC with that data and there you will find some exception msg........just try to match any exception with the SM58 errors...then you can locate your IDOC...........
just proces the SM58 entries and you will get your IDOC in ECC.
Regards,
Rajeev Gupta

Similar Messages

  • Files are missing in the /usr/sap/interfaces/SID directory

    hello Gurus,
    Please help on this.
    We have move the system to another host af4ho133, after moving, the files in the directory /usr/sap/interfaces/SID are now missing. The Daily loads jobs got failed due to unable to access the files placed in AL11. All the files are placed in old path(Host),In the changed host no files were placed.
    Please extend your assistance.

    Hi,
    If you move the all the files from one one host to another host, it does not work, you need to use the system copy
    please go thr below link it will help you
    System Copy and Migration
    Thanks,
    Sreeni.

  • Port of the TNS Listener for the second SAP system

    Hello!
    I had problems during the installation of the second SAP system with second Oracle DB on the same host (OP is SOLARIS).
    The error occurs was faced with TNS Listener.
    (> error: TNS Listener is started)
    Which settings are applied for the TNS Listener per default in SAPINST?
    (e.g. on the same port)
    Which settings should I apply in SAPINST for TNS Listener, e.g. configure an another port?
    Thank you very much!
    regards
    Thom

    Hello!
    Thank you very much!
    Even that is the question.
    1) If I have selected "ok" during the installation and no further values selected, will SAPINST check whether the Port 1527 is allocated by the first SAP System and create the second Port 1528?
    2) Do I have one TNS Listener with two file entries or two TNS Listener?
    Thank you very much!
    regards
    Thom

  • How to find time in the existing sap system

    Hello all,
            How to fine time in the existing sap system;where do find the define time in img;plz help me.
    what is the difference between logical system and client?
    plz sugest me
    thanks in advance

    Dear Sameer
    Go to STZAC where you set Time in IMG.
    Thanks
    G. Lakshmipathi

  • How to change the ECC Source system in SAP BI

    Dear Experts,
    In my BI development system instead of showing ECC development system as a source system it is showing ECC production system.
    Now in my BI system I want to change the source system from ECC Production to ECC development.
    Kindly explain me step by step to change the source system from ECC Production to ECC development.
    Regards,
    Suresh.

    Hi,
    Ask your basis team to change source system entries.
    They knows how to assign logical mappings.
    Tx - BDLS.
    Tables - RSLOGSYSMAP.
    Try this way.
    Bw, Tx - RSA1-->source system, Menu Tools - Conversion of logical system name and Assignment of source system to source system ID.
    Thanks

  • How to send a IDOC-XML to a non-sap system

    Hai Frnds,
                      Can you give me a hint , if i would like to Convert a IDOC into xml and need to send it to a Non-sap system.And can i use change pointers here...
    i have have similar one but it stores in the Front End system only....
    waiting for ur replies...

    Hi Mr. Jeevan,
    And can i use change pointers here..>>>.
    i think it wont be useful.. as change pointer only replicates master datas in the target system.
    Actually u can use CHANGE POINTER in such cases where When ever changes occur in  the field values then idoc triggers automatically and send changed information via ALE to other system.
    for example:
    u r setting up ALE for material master.
    suppose u change material description in one side then change pointers triggers idoc and generate idoc with changed description and send to other end.
    main use of change pointers is to track changes and send to other end if there is any changes.
    i will suiggest u to follow this....
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539
    also see
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    regards
    biplab

  • File to multiple IDOCs scenario with the same receiver system

    Hi guys,
    I have to design and implement the following scenario:
    I will receive one file with many lines (Records) with data for materials, quantities, operations etc..
    Based on the values of some fields of each line, I will have to create an IDOC for each material.
    For example:
    if operation type = "INSERT", and Labor = 001 then create 3 Idocs of type MBGMCR with movement types=101, 261,311 that have to be posted one after the other to the same receiver system.
    else if operation type = "INSERT", and Labor <> 001 then create an Idoc MBGMCR with movement type=311 and plant = 1001.
    else if operation type = "Delete", and Labor = 001 the created 3 Idocs MBGMCR with movement type=312, 262 1002 and post them serially to the same receiver system.
    else if operation type = "Delete", and Labor <> 001 the created 1 Idoc MBGMCR with movement type=312.
    All IDOCS are posted to the same SAP R/3 system. We do not care about the sequence, except for the cases where 3 IDOCS are created.
    I am trying to think of a good design in performance terms.
    It is obvious that I will need BPM for sure.
    I am thinking of creating a mapping program that will produce 4 message types for the different cases from the initial file and then create a different message mapping for each case from the message type to the IDOC.
    I am asking you if I have to include everything (mappings) in BPM with a "fork" step?
    Or shall I produce only the 4 message types and then post them to R/3 and execute the mappings in R/3?
    Best Regards
    Evaggelos

    hi,
    >>I am thinking of creating a mapping program that will produce 4 message types for the different cases from the initial file and then create a different message mapping for each case from the message type to the IDOC.
    To me this seems to be the right solution.
    here u will create different message mappings and write them sequentially in interface determination. the multi mapping will then be utilised in transformation step in BPM.
    thus if this is the only requirement there is no need of using a fork step.
    [reward if helpful]
    regards,
    latika.

  • How to register the an SAP system in SAP Marketplace?

    Hi Experts,
    I have installed a new sap system. How do I register that in SAP Marketplace? I followed the OSS note 94998. But couldn't get through. I went ot the following path for registering my system:
    Data Administration >> System Data >> Create New System
    When I followed the above path, it took me to the tab 'Keys and Requests'. But from here I am not able to proceed.
    Just FYI, as of now the installation key is showing as INITIAL in my system.
    Thanks in advance!
    Regards,
    Ritesh

    Hi Ritesh,
    Please contact the Super admins of your customer number.
    They will be able to help you register your system and provide you with a valid license key.
    You will have to provide them with details as below.
    1. System ID of the instance
    2. System Name,
    3. System Type - Development/Training/Production etc
    4. Product - SAP ERP /SAP BW/ SAP CRM/SAP HANA what ever is applicable
    5. Version - Will depend based on what you enter in product
    6. Database -
    7. Operating System -
    8. Hardware Key - can be obtained from system where you have installed SAP. Just below where it show installation number is initial the Hardware key will start with a Character and followed by 10 numbers.
    9. System Type ABAP/ABAP+JAVA/JAVA/Portal
    10. valid Untill - go with the default value.
    11. Email address of the person who needs the license/or the default email id of the super admin
    Thanks
    Jaianandh V

  • SLD connection need to made for the ECC apps system or ECC DB system

    hi Friends,
    We have installed the ECC 6.0 . But the ECCAPP is installed in one system and ECC Database is installed in different system.
    So , From portal we are planning to run some webdynpro iViews. Which are required to connect the ECC system for getting the data. Please let me know should i prepare the SLD connection for the ECCDB system or ECCAPP system.
    Regards
    Regards

    Hi,
    You can very well create SLD system for ECCAPP and internally it will connect to the database. direct database connectivity is not required in the SLD.
    Regards,
    Sanjeev Mourya

  • EHP4 System copy of the existing SAP system

    Hi!
    In order to refresh our SAP ERP system with EHP4 we would like to execute a system copy of the existing SAP EHP4 system.
    This system should be installed on the existing server.
    Question:
    Which parts of the software (SAP, Oracle) do I need to delete before or can I rewrite the existing system with the exported EHP4 system?
    Any helpful information will be very appreciated!

    Hi!
    Many thanks for your reply.
    > 1. install MCOD
    > 2. Drop database and recreate
    The second option means the existing system/database will be rewritten by the new database.
    I have a double stack system (ABAP + Java Stack, including Portal)
    Question
    Does this option (Drop database and recreate) suit in my case (SAP system with double stack) or should delete old SAP system before installing the new one with SAPINST via system import?

  • How to install Bw3.5 on the ecc 5 system

    Can anyone give the guidance how to activate the BW3.5 instance on the ecc5 system
    You help is really appreaciated and i'll assign the relevant points
    thank you

    You Can dowload The Instalation Documents from
    https://websmp107.sap-ag.de/nw04installation
    Hope it helps.
    Regards

  • Scenario R/3 (Idoc) to XI to (Idoc) JCO External Server (non sap system)

    Is this scenario possible ?
    We currently have issue with downloading metadata of idoc from external JCO server.
    Thanks in advance

    Hello Jean-Charles,
    Perhaps you can use flatfile instead of JCO connection.
    Check this doc: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a
    Regards,
    Chris

  • Configuration needed for non-SAP system as Idoc sender

    Hi,
    We have a need to connect a non-SAP system which is sending an Idoc to XI. I understand that on the sender side, we need to create a tRFC port from the sender system with the server address of the Integration as the target host?
    My question is on the PI side, are the configurations the same as  a SAP system, i.e. maintaining the port in IDX1 and getting the metadata in IDX2 or will it be different?

    In PI, you will need to create a port in IDX1 with the same port name as the Idoc control record when the Idoc comes from the non SAP system.
    As you cannot load the Idoc metdata from your actual source, you will need to copy the Idoc metadata from a actual SAP system or from the port of another SAP system in IDX2
    Also, in the Business Service / System, make sure that the logical system name is maintained as per the Idoc control record of the source.
    Regards
    Bhavesh

  • Encrypt data send from a non-SAP system to ECC.

    Hi,
    We are tryign to encrypt the credit card details send from web (non-sap system) via a xml file to ECC.
    From Basis side, I have exported the public key from the ECC for the web server to encrypt the CC details while sending via xml.
    The external web consultants encrypted the cc detail with the public key and send it via xml but that was not able to decrypt at the ECC side.
    The developers were using the FM 'CCARD_DEVELOPE'at ECC to decrypt the data in the xml file. It was saying SSF error: No data transfered.
    Meanwhile SAP CryptoLib is installed and credit card encryption/decryption is working fine for CC details entered via GUI interface.
    Is there anything I am missing out here to encrypt CC details send from a Non-SAP system to ECC.? Do we need to load the SAP cryptolib in the non-SAP system to ecrypt this data at the senders end. Or is there a alternate solution for this ?
    We are in ECC6.0/RHEL/Oracle10204.
    Appreciate your help.
    Thanks

    Hi Nelis,
    Thanks for your reply.
    This note does not get any information regarding encrypting data from a non-SAP system to SAp system.
    I am looking setup/information for encrypting data from a non-SAP system to SAP system.
    Thanks

  • XI system idoc transfer to SAP system.

    hi ,
    this is parthasarathi,i am using ALE/IDOC.basically i need to transfer idoc from XI system to SAP system.
    can any one help me out in this case.
    my system is SAP system ie inbound system.
    i am using message type HRMD_A and idoc type is HRMD_A04.
    1)what are the steps i need to take in the inbound system..?
    2)what is the function module i need to use?
       how this is reflecting SAP system.
    3) idoc will be generated in XI system with employee master data and the same idoc generated in  XI system ,that idoc should be send to SAP system ie inbound system.
    can any help me out ..
    thanks.
    partha.

    Hi parthasarathy,
    To connect the two systems u need a connection called as RFC.(sm59)
    medium of transaction is port (we21)
    IDOC Intermediate document - travelling (or) data carrying from 1 - 2
    create partner profiles for sharing the appln. (we20)
    application linking and enabling (ALE)--used to generate an idoc in sender side and post it in the receiver side.
    r3 - r3 -use ALE - transactional rfc
    r3 - non r3 - use EDI (electronic data interchange) - file port
    bridge (bd64) - distribution model view
    to view idoc's (we05,we02)
    types of data
    1. master data -- ale -- eg. send materail(bd10),customer(bd12),vendor(bd14)
    2.transactional data -- ale
    3.control data -- cts(correction and transport systems)
    Hope this gives u overall idea of how to use idoc's.
    Regards,
    Nagarajan.

Maybe you are looking for

  • Mini-DVI to S-video adapter and no colour on TV screen

    I just purchased a mini-DVI to S-video adapter for my MacBook. I want to connect it to my TV through my DVD/Video player. I do get a nice picture on the TV and I can manage it in the screen settings panel, BUT the TV-screen doesn't show any colour, j

  • Can't Delete/Sign Out Of Amended Apple ID

    Hi Folks, Bit of a conundrum. I have/had an Apple ID which was an email address which no longer exists so I signed in to my Apple ID online and changed the ID to a new email address. I've just got an iPhone 6 and successfully transferred (via back up

  • Error message control for invoice w/o PO in SRM

    Hi, Anyone  know how to setup error message if invoice value limit is above e.g. 10000 USD? Invoice will be entered without PO. There will be no PO but invoice will be created and user should get error message if total invoiced value is above 10000 U

  • The case structure is not working well on comaring two strings using true or false string matching VI

    I need an execution of commands after the reply from the instrument matches with the string I provided for that i used true or false string match VI on which the true string the matching command and the string is the reply from the instrument. And I

  • Blank new hard drive can't install OS

    I replaced a hard drive in my 2010 Mac mini. The hard drive was formatted as a boot drive before I installed it. The drive had no operating system or files on it, I just used a formatting that allows it to be a bootable drive. I thought I would be ab