Plz Give me real time file to file scenarios in sap xi

Hello Experts,
   Can any one give me the real time file2file scenarios in sap xi. And differnet file structures
and different 'File Content Conversion'  objects. Explain me different approch for file2file with different scenarios.
Thanks in advance.
Arjun.

HI Arjun,
Go throgh the following links for File content conversion in the sender side as well as receiver side
File content conversion sites:
Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
NAB the TAB (File Adapter)
Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
How to send a flat file with various field lengths and variable substructures to XI 3.0
Content Conversion (Pattern/Random content in input file)
Content Conversion ( The Key Field Problem )
File Receiver with Content Conversion
http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
Please see the below links for file content conversion..
The specified item was not found. - FCC
File Content Conversion for Unequal Number of Columns
File Content Conversion for Unequal Number of Columns - FCC
Content Conversion (Pattern/Random content in input file)
Content Conversion (Pattern/Random content in input file) - FCC
XI Configuration for MDM Integration - Sample Scenario - FCC - MDM
Regards
Sridhar Goli

Similar Messages

  • Real time file exist check...

    Hello all,
    Would like to ask, is there any way in ABAP to create a real-time file(S) exist check let's say in local PC drive/directory?
    Thanks in advance!

    Hi,
    1. If you are talking about real time,
      then in that case the z program will continuously run (in foreground ofcourse).
    It will continually check (eg. every 1 second) for the existence of file - using the FM or class method.
    2. In such continous checking, we have to use the timer concept.
    3. Below is a program which continuosly
       checks for the existence of file
       D:\abc.txt
      (u can change that file in the program)
    If the file is not found (continously) it keeps on
       displaying 'File NOT Found'
       if found it displays 'File FOUND'
    4. Just copy paste to get a taste of it.
    5.
    REPORT abc NO STANDARD PAGE HEADING.
    DATA : wa(72) TYPE c.
    CLASS my DEFINITION.
    PUBLIC SECTION.
    METHODS : run_handler FOR EVENT finished OF cl_gui_timer.
    ENDCLASS. "my DEFINITION
    DATA timer TYPE REF TO cl_gui_timer.
    DATA myh TYPE REF TO my.
    * CLASS my IMPLEMENTATION
    CLASS my IMPLEMENTATION.
    METHOD run_handler.
    CALL METHOD timer->run.
    PERFORM mylist.
    ENDMETHOD. "run_handler
    ENDCLASS. "my IMPLEMENTATION
    *-------------- Init
    INITIALIZATION.
    CREATE OBJECT timer.
    CREATE OBJECT myh.
    SET HANDLER myh->run_handler FOR ALL INSTANCES.
    * PARAMETERS : a TYPE c.
    *----------- End of selection
    START-OF-SELECTION.
    WRITE sy-uzeit TO wa.
    WRITE wa.
    timer->interval = '0.5'.
    CALL METHOD timer->run.
    FORM mylist.
    *WRITE sy-uzeit TO wa.
    data : filesize type i.
    CALL FUNCTION 'TMP_GUI_GET_FILE_EXIST'
      EXPORTING
        FNAME                = 'D:\abc.txt'
    IMPORTING
    *   EXIST                =
    *   ISDIR                =
       FILESIZE             = filesize
    EXCEPTIONS
       FILEINFO_ERROR       = 1
       OTHERS               = 2
    if filesize  = -1.
    wa = 'File NOT Found'.
    else.
    wa = 'File FOUND !!!'.
    endif.
    MODIFY LINE 1 LINE VALUE FROM wa.
    ENDFORM. "MYLIST
    regards,
    amit m.

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • Real time : File Adapter : query

    Hi Folks,
    At development time( file adapter) we test our scenario by creating a sample XML file using message mapping tool .
    The type of message we get from this contains Message Type tag with namespace Attribute.
    <ns0:MT_XYZ xmlns:ns0="urn:xyz">
    My question is in do in real time we need to tell them that create message type with the anmespace attribute we are using ? and also how to suppress namespace and will it bring any complications in the process ?
    Regards,

    Santosh,
    1.     When using the File adapter and Content Conversion to read the file into XI, you can allocate a specific message namespace
    2.     If the namespace does becomes an issue for your scenario then use an additional mapping step to remove the namespace.  For example we have the
    Mesage Type MT_NAMES which has a a type of NAMES
    Subelement NAMEREC (0 .. unbounded)
    Subelements NAME1 and NAME2
    Sample xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns1:MT_NAMES xmlns:ns1="http://namespace">
    <NAMEREC>
    <NAME1>AAA</NAME1>
    <NAME2>BBB</NAME2>
    </NAMEREC>
    <NAMEREC>
    <NAME1>CCC</NAME1>
    <NAME2>DDD</NAME2>
    </NAMEREC>
    </ ns1:MT_NAMES>
    Apply the XSL map
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"     
    xmlns:nsNN="http://namespace" >
         <xsl:template match="/">
              <xsl:for-each select="nsNN:MT_NAMES">
                   <NAMES>
                        <xsl:copy-of select="NAMEREC"/>
                   </NAMES>
              </xsl:for-each>          
         </xsl:template>
    </xsl:stylesheet>
    The namespace has been removed from the xml
    <?xml version="1.0" encoding="utf-8" ?>
    <NAMES>
    <NAMEREC>
    <NAME1>AAA</NAME1>
    <NAME2>BBB</NAME2>
    </NAMEREC>
    <NAMEREC>
    <NAME1>CCC</NAME1>
    <NAME2>DDD</NAME2>
    </NAMEREC>
    </NAMERS>
    Regards,
    Mike

  • Which is the actual file in vista documnets that we are seeing in palm desk ver 6.2.2 not the backups the real time file ?

    If the  Datebook.mdb.bak is a backup file couldn’t we rename it and since it has 1336   kb instead 
    of  approx 3000 like the others maybe it would be the correct info from before my crash 3 days ago
    without all the dupes .If that is correct can I copy it to palm desktop backup data and import it into
    calendar via import or change the extension to what is the correct extension for the caledar to use it
    as its active file )if you know for certain)   
    Most imortant questionof all is , I am strictly  guessing but I think the file named plain “datebook “
    with no extensions is the
    active file being viewed in the desktop because it is the most recent (yesterday at 1126 PM) and the
    file type is Data Base File .db .Is it possible that , that is the way ver 6.2.2 by access files in
    conjunction with Vista.  
    most important is datebook plain the active file in Palm ver 6.2.2 where there is no dat and bak only  datebook plain and db bak  db bakbak db mdg bak etc 
    Which is the file that actually appears in the data on the desktop Does anyone know 
    Post relates to: Treo 650 (Unlocked GSM)
    Post relates to: Treo 650 (Unlocked GSM)

    If you look at our orgnal thread I have answered how to recover data for your contacts. This process is the same for calendar as well. As to the file extensions
    Palm Desktop 6.2.2 uses
    .mdb(active file) .mdb.bak(hotsync backup)
    Palm Desktop 4.2 and lower uses
    .dat(active file) .bak(Hotsync backup)

  • Please help me to write PCRs... can any body give on real time PCRs .......

    hi to all,
    can any one please help me to write the sample PCRs.

    hi thanks to that...
    but i need some simple PCRs from u r end ......
    please explain to me..
    u said that i need to learn operations and functions ..
    i know those but i don't know how to use it...
    i have had U000 schema material...
    but i am not understing .... it....
    so if u can explain the one or 2 sample PCRs so that i can develop with the help of them........
    waiting for u r soooooooooon replay.............
    bye
    ravi

  • Desing requriment for processing the IDOC in real time

    hi Gurus,
    we have a requirement to design for processing the IDOC in real time i.e.all the IDOC must be store and process for give time line with out using BPPM tool.we have suggested to use cache storage or storing the files in file adapter.
    please suggested good process with out compromising the Performance of PI.
    regards
    shankar

    hi Raj,
    Please find the example below for your reference
    let say
    System A-->PI--
    >system B
    system A sends multiple files based on time(daily or weekly) and real time( as an when the record created) to systerm B (CRM) in the form of IDOC Via. PI
    we needs to club the real time files and send it to system B.How best we can do without using BPM.
    regards
    shankar

  • How to programmatically set the real-time CVI startup DLL?

    Dear NI Support Engineer:
    I'm part of a team of software engineers working on a real-time aerospace app at Honeywell (Coon Rapids, MN campus).  We're using LabWindows/CVI 9.0 and three LabView 8.6 real-time modules.
    Up until now, we've been using the CVI debugger to launch our real-time apps or just copying the app DLL to C:\ni-rt\cvi on the real-time box and setting it as the default startup DLL.
    What we need to do now is create our own directory structure at the root of C: on the real-time box (which, by the way, is using the Reliant file system).
    In fact, we have created directory ug7500 at the root of C: on the realtime box, and two subdirectories (one for data and one for results) directly under directory ug7500.  We'd like to place all of our app DLLs in the ug7500 directory and have the ability to change the default startup DLL programmatically.
    We've been using your LabWindows/CVI Real-time File Copy Utility to set the startup DLL whenever we're not using the debugger.  That was just fine for the first stage of our development.
    At this stage, however, we need be able to set the startup DLL programmatically.  We have not been able to find out how to do this from reading the real-time module documentation.
    Can you either point us at some documentation on programmatically setting the default startup DLL, or e-mail us the instructions, or give us a phone call and explain what steps we must take.
    Thank you very much.
    Vic
    763-957-4168

    Hello All,
    For the reference of anyone else trying to do this, you can modify the INI file to change the startup DLL. Using the INI instrument that ships with CVI (C:\Program Files\National Instruments\CVI90\toolslib\toolbox), you can find the StartupDLLs tag and replace the last value with your startup DLL, such as:
    #include "inifile.h"
    #include <cvirte.h>
    static int status;
    static IniText myINIFile;
    int main (int argc, char *argv[])
     if (InitCVIRTE (0, argv, 0) == 0)
      return -1;    /* out of memory */
     myINIFile = Ini_New (0);
     status = Ini_ReadFromFile (myINIFile, "c:\\ni-rt.ini");
     status = Ini_PutRawString (myINIFile, "LVRT", "StartupDLLs", "c:\\NI-RT\\system\\cvi_lvrt.dll;c:\\ni-rt\\system\\nidevldp.dll;nisysapirpc.dll;niorbp.dll;c:\\ni-rt\\system\\mxsemb.dll;c:\\ni-rt\\system\\nipxism.dll;c:\\NI-RT\\cvi\\myStartup.dll;");
     status = Ini_WriteToFile (myINIFile, "c:\\ni-rt.ini");
     return 0;
    Right now, there are some caveates with using CVI 9.0 to manipulate an INI file to be used on an RT target. The INI functions currently add line breaks automatically for large tag values and adds quotes around the values. For many INI files this is ok (such as TestStand INI files), but it will not work on an RT target. To remove these features, modify the following lines of the inifile.c file located in the same directory as the INI instrument:
    1. On line 38, change the default value of INI_NUM_CHARS_PER_LINE from 80 to a large number such as 8000.
    2. Comment out line 953 (newEntry->addMarkerQuotes = addMarkerQuotes;
    Now you should be able to programmatically change the INI file of your target machine and, therefore, change the startup DLLs.

  • Regarding REAL time scenarios

    can any one give me real time scenario . or real need of the following scenarios...
    1. webservice to RFC
    2.HTTP to RFc
    3.file TO RFC
    4.file TO database
    looking forward for your help..

    Hi,
    Real time scenario depends on requirement and client environment, some times same requirement will to with different ways, ie. source and target channels will be change.
    1. webservice to RFC
        Here source is web service (SOAP) and target is R3 system, this scenario will be configure when sender can provider web service else it is not possible.  At receiver end generally will upload data through IDOC, if we want sync communication will go for RFC
    2.HTTP to RFc
       This requirement is same as above but without webservice
    3.file TO RFC
      This requirement will come when source data is flat file or xml file and receiver is R3 above we discussed
    4.file TO database
    This requirement will come when source data is flat file or xml file and receiver is external data base like orcale, Msaccess etc databases
    Find below links will help you for configuration
    RFC-Webservice:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a651295aeaa9
    Invoke Webservices using SAPXI
    Testing XI exposed Web-Services
    http://frprjsp2.prj.fr:8000/sap/bc/srt/rfc/sap/ZPM_CREDIT_CHECK_WSD3?wsdl
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/3bfc3f8fc2c542e10000000a1550b0/content.htm
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    File 2 RFC:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29
    RFC Scenario
    Exposing BAPI as Web Services through SAP XI
    RFC Scenario using BPM --Starter Kit
    The specified item was not found.
    The specified item was not found.
    HTTP to RFC - A Starter Kit
    File to JDBC
    FILE to JDBC Adapter using SAP XI 3.0

  • Quality of service in Receiver file/ftp adapter (SAP PI 7.1)?

    Hi,
        We are building an IDoc to File scenario in SAP PI 7.1, where a single incoming idoc will create three different output files. Also files must be created in target server in a specific order.
        Our first idea to ensure that files would be created following a specific order was that Message mapping (in Java) build target payload with all three files following expected sequence.
        In addition, receiver file/ftp adapter is setup with a dynamic variable to create each file with a different filename adding also timestamp.
        Testing the scenario, we see that three files are created in target server but when we sort them by creation date, it seems they don't follow always same sequence.
        Sometimes adapter creates File1, File2, File3; next time it created File2, File1, File3 and so on.
        Our problem is that files must be created always with a specific order and we cannot use BPM. Does anyone know if a receiver file/ftp adapter can be setup to create files following specific sequence (EOIO)?
        I know that sender file/ftp adapter can be setup with a quality of service, but I didn't find anything similar for Receiver file/ftp adapter.
        Suggestions will be welcome.
    Kind Regards,
    Aitor

    Hi,
         First, thanks all of you for your quick answers. They were helpful because we learnt a new configuration setting.
         We tried your suggestions but they didn't really fix our problem.
         Finally interface has been re-designed and we will not have to apply this logic, so no issue from our side.
         However, let me continue with this topic in case that somebody else will have the same issue, then it will be able to review this thread.
         When adapter created the files in the target directory (windows server), files had the expected timestamp in each filename. However, if we sorted windows directory contents by "Date Creation", files were sorted different that timestamp shows in the filename.
         For example, adapter created following files:
    File1_20090325-115117-169
    File2_20090325-115117-174
    File3_20090325-115117-180
         But when we sorted windows folder contents, files were sorted as follows:
    File2_20090325-115117-174
    File1_20090325-115117-169
    File3_20090325-115117-180
         It seems that timestamp was pre-assigned by the adapter, but when adapter created the files, it did it with a temporary name and finally assigns the filename. If a file size was bigger than other, maybe it takes more time and windows creation date is higher.
         If so, it means that adapter is not following same instructions as itu2019s indicated in "maintain order at runtime" checkbox.
         Do you know if there is any way where we can push also the order in the adapter as we did in interface determination?
    Regards,
    Aitor

  • Needs some Advice on How-to, Real time Price Quote Page?

    I need to create a page that gives  a real time price quote. I would like to be able to allow the end user to  select the an option and in real time update the price and up date a  running total. I have looked around for some extentions but have not  found anything. Can anyone point me in the right direction?? If a DB is  need I use Access and ASP pages.
    thanks
    Dogger

    Anyone????

  • Real Time Communication

    HI Gurus,
    Can any one tell me what is  REAL TIME COMMUNICATION.
    Also I request information / details on RTCIS.
    Regards
    Ajoy

    Hi Ajoy,
    1.1 Application Scenarios for Real Time Communications
    There are two classes of applications: client and server. Client class applications have one real-time client per computer, such as the traditional instant messenger (IM) application. Server class applications typically act on behalf of multiple users or communicate with many hundreds of users simultaneously. Server class applications are often based around intelligent applications that interact with users. These applications can be divided into two categories: notification Apps that send information to a client and interactive Apps that accept and respond to a client. A third type of server class applications, Web-based clients, interacts with users through a Web server.
    1.2 Notification Applications
    Notification Apps are real-time applications that send information to multiple clients from a centralized server (see Figure 1). The one-way transmission means that clients cannot communicate directly with the notification App. Instead, clients must choose which events they wish to receive by using some other technique, such as a Web application.
    One example of a notification App is an application that notifies all of the users of a particular e-mail server that the server is about to go offline. Another useful notification App would send alerts in cases of severe weather.
    1.3 Interactive Apps
    Interactive Apps are applications that allow multiple clients to communicate with a central server in real-time, as Figure 2 shows. They are different from notification bots in that interactive bots support two-way communications with a client. Using this approach, you can build an application that interacts with users in real-time. Within this scenario, there are two main sub-scenarios. The first provides a user with information and waits for the user to respond, such as an application that notifies users about changes in stock prices and then gives the user the option to buy or sell. The second waits for the user to request a session with the App and then responds to requests that the user supplies, such as a calendar application that allows a user to schedule meetings and other events while receiving reminders just prior to the meeting or event.
    1.4 Web-Based Clients
    Web-based clients provide the same basic functionality as the traditional IM client through a Web interface, thus allowing the widest possible audience to use the application, as Figure 3 illustrates. It also has the side effect of eliminating the need for a user to download local software, which reduces user concerns about the download containing a potential virus. These types of clients are useful to organizations that wish to provide a Web-based front end to their internal IM system. For example, a company might wish to use a Web-based IM client to connect customers with a support group. Doing so maximizes the number of customers that can connect with the support group.
    Real Time Communications Data Flow
    It's critical that organizations planning large deployments of real-time communications applications ensure that those applications can scale to meet the desired goals. The RTC Client API is very efficient for client class applications for which each client runs on its own computer. To build a scalable RTC Client API application that services multiple clients with a single computer, you need to ensure that the application is scalable when you design it.
    The Real-time Communications (RTC) Client API is a set of COM interfaces and methods designed to create PC-PC, PC-phone, phone-phone audio/video calls, or text-only Instant Messaging (IM) sessions over the Internet. Application sharing and whiteboard (An application that displays a window for two users to exchange information) can also be added to PC-PC sessions. Presence information is used to track the location of buddies (or contacts) for communication purposes. This information is available through the RTC Client API on a SIP registrar server.
    The RTC Client API:
    1.Supports multiparty phone-phone calls
    2.Uses SIP-based signaling and presence communications
    3.Integrates with the Microsoft Office RTC proxy and registrar server
    4.Supports provisioning with ITSPs or third-party corporate-deployed servers
    5.Integrates signals over IP and PSTN networks
    I hope this will be useful for you.
    Thanks,
    Swamy Kunche

  • Hello some real time questions

    Hello guys,
    Can any one help with this question.
    1) Difference between Interactive & Drill down
    repot? What specific statements do you use, when
    writing a drill down report?
    (is both are same or any difference is there)
    2) What transaction do you use for Data Analysis?
    3) When a program is created and need to be
    transported to Production, does selection texts
    always go with it? if not how do you make sure?
    4) Can you make the CTS entries? How do you do it?
    5) What are change header / detail tables? Have
    you used them? ( i dont know what exactly is this?
    and from which topic?)
    6) What is currency factoring technique?
    7) Is it possible to run host command from SAP
    environment? How do you run?
    8) What is the difference in using COMMIT WORK
    within a called transaction & within a called dialog
    module in an existing module?
    9) What is the difference between the report
    status & screen status?
    10) what is the main diff between LSMW & session?
    11) How to introduce authorization objects in
    reports? How can you give authorization?
    12) Diff between BAPI & RFC?
    13) How field properties are set with * for
    password?
    14) How to create our own parameter ID in SE11?
    15) What is a Ztable? How to create it?
    (i think it is user defined table
    and using Domain, Data Element & Table fields we
    can create, if so, why it is to be called as only
    'z' table, when we can careat with 'y')
    <b>SOME REAL TIME QUESTIONS:</b>
    1) How many SAP instances are there in your
    organization?
    2) What SAP version is in use for each instance?
    3)What is the Hot package level for each instance?
    4)What OS is employed per instance?
    5)From where you get the request no?
    Any one Answer this question it will be useful for all.
    Thanks in advance.

    Here are answers to some of your questions. Hopefully this will help you.
    1) Difference between Interactive & Drill down
    repot? What specific statements do you use, when
    writing a drill down report?
    (is both are same or any difference is there)
    --> It's the same. You have events AT PF-STATUS, AT LINE-SELECTION, AT USER-COMMAND which are used to code for Interactive reports. Check this link for more details
    http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm
    2) What transaction do you use for Data Analysis?
    --> What do you exactly mean by data analysis?
    3) When a program is created and need to be
    transported to Production, does selection texts
    always go with it? if not how do you make sure?
    --> Yes, it goes with it.
    5) What are change header / detail tables? Have
    you used them? ( i dont know what exactly is this?
    and from which topic?)
    --> All changes in SAP data are logged in Change Header and Item table. CDHDR and CDPOS are change header and item tables respectively.
    8) What is the difference in using COMMIT WORK
    within a called transaction & within a called dialog
    module in an existing module?
    --> Commit work commits all database changes which occurs before commit statement.
    10) what is the main diff between LSMW & session?
    --> LSMW and session are 2 different ways to update data in SAP database.
    Check this out -
    Session Method
    LSMW
    11) How to introduce authorization objects in
    reports? How can you give authorization?
    Need to add code for the same using Authority check command. Check this thread
    ABAP Development
    13) How field properties are set with * for
    password?
    --> You can modify field properties which displaying data. In this way you can set data to encrypt with 'X'.
    14) How to create our own parameter ID in SE11?
    -> Check out this thread
    ABAP Development
    15) What is a Ztable? How to create it?
    (i think it is user defined table
    and using Domain, Data Element & Table fields we
    can create, if so, why it is to be called as only
    'z' table, when we can careat with 'y')
    --> using transaction code SE11. All custom objects in SAP can start either with Y or with Z.

  • Looking for good real time STOCK program for my Mac (free)

    Hi there!
    I wanted to throw this question to you guys out there. Does anyone know of any good, may be free, program to keep track of stock quotes in real time. Something with a real time running line with quotes. It would be nice to have something just sitting as a background on my desktop or as a wedget or in the dock, something that can do real time though.
    Please advice.
    Thanks

    Yuri:
    Yahoo Finance will give you real time quotes on specific stocks, say, in a portfolio. Many brokerage firm websites like Ameritrade offer Real Time quotes, too, but require that you have an account. Some other sites, and I don't remember exactly, offer a ticker tape type display; off the top of my head I'd say Intuit, CNN Money, MSNBC. Or you can try Market Browser.
    If I think of anything else I will post back.
    cornelius

  • HTTP to File Scenario: execute Test Tool (html) but any received message?

    Hi all,
    I have configured the HTTP to File scenario in SAP XI 7.0. When i execute the Test Tool (HTTP_Client_Adapter.html), i don't see any message in the XI Server. I don't know the Test Tool which i used for the test work correctly, because when i clicked on 'Send' button, i don't get any message in the XI Server?
    The Configuration Scenario is OK when executing the Configuration Test in ID.
    Could you please tell me how i can know the Test Tool is execute correctly?
    The Test Tool which i used in the link below:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    Thanks a lot in advance,
    Vinh Vo

    HI,
    In XI You can go to RWB (from XI server homepage)->Comp Monitoring -> Display All ->Int Server-> Int Engine
    In the bottom, you find 3 tabs, select the test message tab to post messages.
    Pls note that, when you need to test, you should have created the scenario in IR/ID (and u can use the details of Receiver Determination ID) to fill in the details.
    You can refer this:
    /message/266750#266750 [original link is broken]

Maybe you are looking for