How to test an scenario

Hi,
After completing a scenario(eg:file to filr),how to test it...whether it is working fine or not..
Thanks in advance.

Hi,
In order to test you file to file scenario,
First test whether your mapping is working fine in the integration repository(Design) by going into your message mapping test tab, then provide the necessary values there and test it.
If it is correct it will display the output, if not it will throw some errors.
Next to test the interface with configuration go to test configuration in Integration directory and provide the necessary values of sender and receiver details along with payload and test it.
To do an end to end testing, you need to place the input file in the source directory.
For the input file, go to message mapping and go to test tab and provide the details and select the src(xml) file and place it in source directory along with the file name and extension you have provided in the integration directory sender communication channel.
If the file is not picked up the goto RWB and check the communication channel monitoring for your sender channel.
If file is picked and it has error it will display when you enter the tcode sxmb_moni.
If file is processed successfully and file has not reached target directory then check your receiver cc in rwb.
I hope it clears your query.
Regards,
Nithiyanandam

Similar Messages

  • How to test the scenario ?

    Hi
    I have created an Idoc to File scenario. How do I test this scenario ?
    Radhika

    Pre-requisites to be followed to get the IDOC into XI from SAP:
    https://wiki.sdn.sap.com/wiki/display/XI/SAPR3(Idocs)ToXI--Steps+Summarized
    To send IDOC from SAP to XI:
    /people/sameer.shadab/blog/2005/07/25/reposting-idocs-instead-of-recreating--for-testing-purpose-xi
    To monitor IDOC processing:
    /people/kamalkumar.ramakrishnan/blog/2008/02/13/monitoring-the-idoc-adapter-in-xipi-using-idx5
    For File you need to check the flow in SXMB_MONI and in RWB (COmponent Monitoring---> Adapter Engine ---> CC monitoring)....and then check your target folder if the file is properly placed or not...
    Regards,
    Abhishek.

  • How to test BPM Scenario?

    HI,
    Experts,
    I have developed a BPM scenario successfully but i didn't understand how to test that BPM Scenario i tried test that in ID->Test Configuration but i having only one sender details how to another sender details or any transaction to test BPM.
    Thanks in advance
    Shabeer Ahmed.

    For testing purposes you can use RWB.
    Give all the details like Sender Business System, Message Interface and Namespace and the correct payload.
    It just mimics your sender system provided you have only one sender in your BPM.
    otherwise you need a parallel instance of RWB for different senders.
    Thanks,
    - Gujjeti.
    Edited by: Praveen Gujjeti on Mar 18, 2009 1:58 PM

  • Hi how to test FILE2RFC scenario

    Hi All,
    I have created one FILE2RFC scenario. Now i am going to test this scenario by using web page. how to get that webpage?
    Please revert back to me ASAP with the solution.
    Thanks & Regards,
    Nagarjuna.

    Hi Nagarjun,
    what i have understood is
    1)ur scenario is synchronous FILE to RFC
    2)U dont want to use BPM....
    But i dont think....its possible without BPM.
    since FILE adpater are asynchrnous...
    one thing u can do...u can do it for testing purpose.
    create the synchronous scenario...u can see the respose in moni.... but no reponse can be written...
    u can do it in 2 asynchronous scenarios (FILE to RFC and FRC to FILE). also .but.. i dont think its possible to link/automate these.
    Regards
    Biplab

  • How to test IDOC2FILE Scenario

    Hi All,
    Now i am working on IDOC2FILE scenario. I have done all ALE settings in R/3 side with RFC destination, port, Partner profile.
    At XI side i created RFC destination, Port and Partner profile also.
    And i pushed the idoc from R/3. I got the status messages  like
    "IDoc: 0000000000001018 Status: Data passed to port OK" and "IDoc sent to SAP system or external program".
    But in XI,  i got the following messages:
    "IDoc: 0000000000005005 Status: Application document not posted" and
    "Function module not allowed: APPL_IDOC_INPUTI".
    All my design time and configuration time objects are done and activated.
    Here i am using the business service for sender system. sender is R/3 system.
    Anybody, came across this problem, could you please revert back to me with solution. I want step-by-step testing procedure.
    Please getback to me with proper solution asap.
    Thanks & Regards,
    Nagarjuna.

    Hi Sarvesh,
    Thanks a lot. I already triggered the idoc in we19 and please go through the following once again:
    I have done all ALE settings in R/3 side with RFC destination, port, Partner profile.
    At XI side i created RFC destination, Port and Partner profile also.
    And i pushed the idoc from R/3. I got the status messages like
    "IDoc: 0000000000001018 Status: Data passed to port OK" and "IDoc sent to SAP system or external program".
    But in XI, i got the following messages:
    "IDoc: 0000000000005005 Status: Application document not posted" and
    "Function module not allowed: APPL_IDOC_INPUTI".
    All my design time and configuration time objects are done and activated.
    Here i am using the business service for sender system. sender is R/3 system.
    Anybody, came across this problem, could you please revert back to me with solution. I want step-by-step testing procedure.
    Please getback to me with proper solution asap.
    Thanks & Regards,
    Nagarjuna.

  • How to test XI project..

    1.How to test xi projects?
    2.then how to test our scenario? Is there any testing tool is available to test the scenario?
    3. What is CCMS? how it is useful in XI ?
    Thanks in advance
    Rakesh

    Hi Rakesh,
    +1.How to test xi projects?
    2.then how to test our scenario? Is there any testing tool is available to test the scenario?+
    XI is about messaging. So the way to test an XI implementation would be to test the messaging. Two options for doing that...
    1. Test the implementation without the Application systems. The plain J2SE adapter really comes in handy here. You can use it to send an XML file to the Integration Server, check whether it is getting through the pipeline as intended (which means the routing, the mappings, etc), and let it pop out to a file somewhere. You can check all the steps the message has gone through from the XML monitor (sxmb_moni).
    2. Test the actual implementation with the application systems. For this you would use the testing tools of the application itself.
    I do not know of any automated tools for testing XI configuration, or any way of testing it without actually sending a message across.
    What is CCMS? how it is useful in XI ?</b> 
    I can give you some info regarding CCMS, but the rest will try finding out and let you know soon. Mean while pls go through this info on CCMS.
    When CCMS is not configured you can only do individual monitoring.
    To configure the same you must decide which system is to be the central system for the SCR.
    To know what SCR is and to know more about it please go through this link.
    https://help.sap.com/saphelp_nw04s/helpdata/en/1e/ec9e38f0d92936e10000009b38f8cf/content.htm
    After doing the same please follow these steps.
    Log on to the system that is to contain the central repository.
    - Choose CCMS ® Configuration ® Alert Monitor, or call transaction RZ21.
    - Choose Technical Infrastructure ® System Repository ® Set Repository Role.
    - The system displays the Set Repository Role in Central System Administration screen. Choose Central Repository.
    And also go through the following links. This I guess will help you solve your problem and I guess it answers your question.
    https://help.sap.com/saphelp_nw04s/helpdata/en/e5/15a0380d134f6fe10000009b38f8cf/content.htm
    /people/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features
    /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • How to test File Adapter from EM Console

    Hi All,
    I have one issue with File Adapter where I am trying to implement a simple BPEL process. Below are the steps;
    1. I have created an empty BPEL process and then add a read file adapter to the left side which will read from a file aa.txt which is present in D:\work folder. File is having data like XXXX,YYYY,ZZZZ. (I have used Native builder for schema generation)
    2. Then I have added Write file adapter on the right side which will write to an other file bb.txt.
    Then I have rebuild and deploy this on weblogic SOA server but on the EM console I am not able to test it as Test button is disabled. Then how to test this scenario? Also I tried testing by placing a new file aa1.txt in the same directory with some content. Logically it should be picked up and then write it to the bb.txt but it is not happening.
    Can anyone please help me in this as how to troubleshoot it.
    Thanks
    RJ

    Thanks for the reply.
    So if i understood correctly it means that we cannot test it using EM console as we have read adapter on the left side because of which we have not exposed it as SOAP service. When we put any file in the D:\XXX then automatically read adapter will pick that up and create one instance in the EM console and then write adapter will write it into the destination file?
    But in our case no instance is getting created in the EM console even when I am copying a file to the directory. Below is the read_file.jca
    <adapter-config name="Read" adapter="File Adapter" wsdlLocation="Read.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/FileAdapter" UIincludeWildcard="rj*.txt"/>
    <endpoint-activation portType="Read_ptt" operation="Read">
    <activation-spec className="oracle.tip.adapter.file.inbound.FileActivationSpec">
    <property name="DeleteFile" value="false"/>
    <property name="MinimumAge" value="0"/>
    <property name="PhysicalDirectory" value="D:\mywork"/>
    <property name="Recursive" value="true"/>
    <property name="PollingFrequency" value="60"/>
    <property name="IncludeFiles" value="rj.*\.txt"/>
    <property name="UseHeaders" value="false"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    Please help as why it is not getting picked up?
    Regards
    RJ

  • How do I test a scenario without getting the other party involved

    Hi,
    How do I test a scenario without getting the other party involved?
    I have created a scenario to receive information from an external system (Remedy), processing through a SoapAdapter into SAP to create a service order. How can I send a sample of information in order for me to test my scenario without asking the Remedy people to transmit data all the time?
    Thanks in advance,
    Leanne

    hi Leanne,
    have a look at my weblog:
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible
    it shows how to use the test tab from RWB
    to send test messages
    Regards,
    michal

  • How to test E- filing GB scenario with live server.

    Hi,
    XI ver: 7
    E-Filing ver: 1.0, patch 10
    I am trying to configure e-filing for GB based on the configuration guide. After importing the latest XI content for E-Filing and HR, I have configured the outbound and inbound interfaces in ID. After completing all steps as per config. guide i am able to see all the objects in ID except communication channels..
    You can find the screenshots in below link.
    http://docs.google.com/Doc?id=ddmc8m97_1hm2jxg
    How can i test this scenario..?
    Do i need to test by connecting inland revenue live server and test server ?
    Please help me in this...Thank you.
    Regards,
    Naveen

    Hi Naveen ,
    Please let me know what are all the pre requisites for implementing E-filing in / out bound interfaces .
    I have SAP user guide for E- filing . Please provide me if you have any document which can guide me if any steps are missing in this setup.
    mail me at [email protected]
    Thanks in advance
    Reddy

  • How to test a webservice scenario...

    Hi,
    In SAP PI, I need to test a scenario that involves webservice. I can see in Integration directory
    that a communication channel has been defined as sender with adapter type as File. So I assume that a file is being picked up
    from the FTP server.
    Also There is another comm channel of type receiver, adapter type as SOAP with a target URL.
    Now I dont know how to test this ? Any pointers how to check
    from where this request to webservice is initiated ? I have not worked
    on web service scenario before, so need help to understand to test the end to end.
    thanks

    HI
    Your's is a file to  SOAP scenario, to test this follow this steps:
    Now I dont know how to test this ? Any pointers how to check
    from where this request to webservice is initiated ?
    1. Do you have test data? any file that is archived in sender FTP under archive directory.If not then go to your
        mapping progrram->test tab-> fill test data (all mandatory fields)->switch to xml tab- Copy the whole content
        ->save it in a text pad->see the file name maitained in the sender file adapter->rename the file and place in
         the location mentioned in the sender FTP.
    2. Check  in RWB if the channels is active and you can see the  file being picked in the log ,you can see SXMB MONI
      also if there is checkerd flag.
    3. To see if the soap posing has happened or not you can see the soap channel monitoring in RWB  and read the log
        or you can confirm the posting with the  team which received the data( portal /Webservice).
    Regards,
    $rinivas

  • How to test the RFC to Flat File scenario

    Hi,
    How to test the RFC to Flat File scenario
    regards,
    kiran

    Hi,
    After running the RFC it's going Dump.
    this is the error message i got.
    "Error analysis                                                                     
    An error occurred when executing a Remote Function Call.                     
    "CPI-C error CM_RESOURCE_FAILURE_NO_RETRY"                                                
    Status of connection.... "CODE=CM_RESOURCE_FAILURE_NO_RETRY -1 -1 SAPCODE=666
    CONV="                                                                      
    Internal error code.... "RFC_IO5"                                                           
    There is an error in the communication system. To clarify                    
    and resolve the error, contact your system administrator.                     "

  • How to test the B2B scenario ?

    How to test the B2B scenario ?
    Because the client may not give permition to test, then i heard  one thing in RWB we can test the data, how and where we can test the data ?

    Venkat,
    Follow the below procedure.
    Go to RWB, choose Component Monitoring , click Click Display
    Expand Integration Server node -Click Integration Engine .
    In the bottom of the page go to TestMessage tab.
    In the Service/Interface/InterfaceNamespace enter the Sender Service & Outbound Interface details
    Enter your username & pwd and choose the qos.
    Paste the payload in the payload area.
    Now click SendMessage .
    Done!
    raj.

  • How to test scenario in diffrent clients

    Hi All,
    I have created a scenario which involves integrating Tibco and ECC systems. My QSN is how to test my scenarion in different clients. I have tested in 100 client , now i want to test in 300 cleint before moving to QA. Do i need to change my configuration to make it work in 300 clients.Please let me know.
    Thanks in advance.
    Kalpana

    hi,
    >>>My QSN is how to test my scenarion in different clients. I have tested in 100 client , now i want to test in 300 cleint before moving to QA.
    if you want to test it with another client of ERP
    then you need to change the config from directory
    or use transport targets that will change it for you when you export
    and import from directory
    http://help.sap.com/saphelp_nw04/helpdata/en/ef/a21e3e0987760be10000000a114084/content.htm
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • How To Test Idoc To File Scenario in ID From Tools- Test Configuration

    Hi All,
    Can any body help me in step by step process including screenshots for testing Idoc to file scenario in integration directory from tools->test configuration.
    My scenario is passing the PO Idoc data from R/3  into a file  using XI.
    i have processed the idoc from R/3  and now i went to sxmb_moni in XI system and took the payload xml data.
    In ID I have navigated to test configuration from tools then i have provided the following information.
    Sender Service  : Business system of R/3 b'coz here R/3 is the sender.
    Sender Interface : ORDERS.ORDERS6
    Receiver Service : Business system of XI b'coz here XI receives the data and         places it into a file
    In payload text box i have copied the xml code which i have taken from sxmb_moni and clicked the run button. then i got the following error:
    Sender Agreement
    Internal Error
                     HTTP connection to ABAP Runtime failed.
                     Error: 403 Forbidden
                     URL: http://bxdci.boewe.custservice.de:8093/sap/xi/simulation?sap-client=100
                     User: PIDIRUSER
    Kindly look into it and correct me if iam wrong or is there any other way to test this scenario in ID please suggest.
    Thanks & Regards,
    Venkat

    Hi Venkat,
    Specify the test confisuration as follows.
    <b>Sender</b>
    Service   : Business System of SAP R/3 System
    Interface : The outbound message interface name of type the IDOC.
    Namespace : will automatically loaded when u select the Interface. Check if it the correct namespace.
    <b>Receiver:</b>
    Service  : Business System name for the Fle system.
    Paste the payload that u copied from the sxmb_moni.
    Now click on Run and test ur Scenario.
    Was the scenario sucessfull in the Message Monitor.
    Regards
    Santhosh

  • How do I test HTTPS scenario

    I am able to test HTTP scenarios using the application described below
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    However, I want to be able to test the same scenario using secure HTTP (https) before I hand it over to my customer. The app described above doesn't support HTTPS. Does anyone have any suggestions?
    Many thanks in advance.
    Edited by: Robert Warde on Mar 26, 2008 2:51 PM

    Hi Robert
    To test using HTTPS you have to configure SSL Before that make sure that you have entered proper port number for https .it is 443(default) for https and 80(default) for http

Maybe you are looking for

  • Dual boot vista and xp on a Satellite A200

    Hi, i tried to make my system a dual boot one but it seem i am having some difficulty on doing that because when i boot the cd (winXP) the system always says that it wont detect my hard drive? How can i control the hard drive that i have.. i own an t

  • Using SQLLDR to load files

    I guess this is kind of a newbie question, so sorry in advance, but I can't figure this out from the documentation. I would like to use SQLLDR to load a series of files (a.txt, b.txt, c.txt, for example) to a CLOB. I want one file per row as each one

  • Help me choose

    Hi, to choose between two apple products: MacBook Pro 13" Core i7 2.9GHz 8GB DDR3 RAM 1600MHz 750GB HDD SerialATA (5400 rpm) Intel HD Graphics 4000 vs. MacBook Air 13" Core i7 2.0GHz 8GB RAM 1600 MHz DDR3L SDRAM 256GB Flash Intel HD Graphics 4000 I p

  • Mac login acounts too wide for the screen

    The older versions worked just fine, but Lion login account icons run left and right and are too wide for the screen on the macmini. So, I have to scroll to get to my account at the end of the list. Is there a way to change this?

  • HT202879 Pages from iWork09 on older Mac and using new Pages doc. on it

    I have Pages [iWork09] on my MacPro [main machine] which is older and runs 10.7.5....I have Pages 5.1 on my MacBookPro which is running Mavericks - the problem arises because once I open a Pages doc. in my MBP it becomes a newer version and when I sa