Create Test Data

Hi XI/PI Experts,
I have a scenario of BI ABAP Proxy - SAP PI - Siebel Web Service.  I wanted to do a load/performance testing on the interface.  Currently there's no abap proxy yet so I've been testing through RWB only. 
Question is, if I'm provided with excel file, how can I create loads of test xml data. Say 50, 100, 500, 1000 records in one message. 
Is there an easy way to do this? Hope I'll get good responses.
Thanks so much

>
Roni Quest wrote:
> Hi XI/PI Experts,
>
> I have a scenario of BI ABAP Proxy - SAP PI - Siebel Web Service.  I wanted to do a load/performance testing on the interface.  Currently there's no abap proxy yet so I've been testing through RWB only. 
>
> Question is, if I'm provided with excel file, how can I create loads of test xml data. Say 50, 100, 500, 1000 records in one message. 
>
> Is there an easy way to do this? Hope I'll get good responses.
>
> Thanks so much
Hmmmm .. well the only way would be to create a XML with the ABAP proxy structure and testing it via RWB.
So you might have to actually manually create the xml from the data in the excel.
Else create another trial interface to convert the excel file to XML (the data structure being the same as you use for the proxy) and then use the resulting XML for testing

Similar Messages

  • Creating test data for a problem

    Hi,
    I've been using this forum for a few months and it has been extremely useful. The problem is that I actually have no idea how to create test data for a specific problem. I've tried googling but to no avail. I have had other users create test data for some of my problems using a 'WITH' statement but it would be great if someone could explain the logic behind it and how to approach a specific problem where in the query I use multiple tables.
    I know it's probably a stupid question and I'm relatively new to sql but it would help a lot if I understood the process.
    Banner:
    Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    "CORE 11.2.0.2.0 Production"
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production

    Look at the point 3 and 4. You can also follow other points too.
    Please consider the following when you post a question. This would help us help you better
    1. New features keep coming in every oracle version so please provide Your Oracle DB Version to get the best possible answer.
    You can use the following query and do a copy past of the output.
    select * from v$version 2. This forum has a very good Search Feature. Please use that before posting your question. Because for most of the questions
    that are asked the answer is already there.
    3. We dont know your DB structure or How your Data is. So you need to let us know. The best way would be to give some sample data like this.
    I have the following table called sales
    with sales
    as
          select 1 sales_id, 1 prod_id, 1001 inv_num, 120 qty from dual
          union all
          select 2 sales_id, 1 prod_id, 1002 inv_num, 25 qty from dual
    select *
      from sales 4. Rather than telling what you want in words its more easier when you give your expected output.
    For example in the above sales table, I want to know the total quantity and number of invoice for each product.
    The output should look like this
    Prod_id   sum_qty   count_inv
    1         145       2 5. When ever you get an error message post the entire error message. With the Error Number, The message and the Line number.
    6. Next thing is a very important thing to remember. Please post only well formatted code. Unformatted code is very hard to read.
    Your code format gets lost when you post it in the Oracle Forum. So in order to preserve it you need to
    use the {noformat}{noformat} tags.
    The usage of the tag is like this.
    <place your code here>\
    7. If you are posting a *Performance Related Question*. Please read
       {thread:id=501834} and {thread:id=863295}.
       Following those guide will be very helpful.
    8. Please keep in mind that this is a public forum. Here No question is URGENT.
       So use of words like *URGENT* or *ASAP* (As Soon As Possible) are considered to be rude.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to create test data in SHDB transaction ?

    Hi,
       In SHDB transaction I have captured the recording of AS01 transaction. Now there is a tab called "test data" in SHDB transaction. I clicked on that and gave a text document name called "c:\asset.txt" . Now it is showing status like "test data has already been saved into c:\asset.txt". Now how should I create test data for this?
    Please reply soon...............

    Hi,
        Can anyone pls explain what the tab "Test data" will function in SHDB transaction?

  • What is "CREATE TEST DATA "    in   SHDB ?

    hi fnds,
         1. What is create test data in SHDB
         2. where it is stored(application server or local machine)?
         3.wt does it contain and by wt transaction i access to that test data?
    PLZ HELP ME
    regards
    HARI

    Tcode AL11( A L one one)
    or
    pgm id :RSWATCH0
    wat is ur sap release ?
    u can also find the data in directory DIR_SAPUSERS ..as told by sanjay...
    regards
    gv
    Message was edited by: Venkat

  • How to creat Test Data Directory

    Hi Experts,
    I want to create a TEST DATA DIRECTORY for the following function module CLOI_CHANGES_UPL_31. How to create this?
    Actually now i have some process order numbers. Using this how to create the test data directory??
    Plz guide this.
    Point will be sure.
    Mohana

    Hi Mohana,
          Test data directory is similar to variants in reports.
          After executing the function module give some input and click the save button . It will prompt a name . Give the name and click enter. So this test data is saved in the test data directory.
       So that you need not not give the test input again and again. you can simply click the test dat directory and select your test data .
    Regards,
    Charumathi.B

  • Create test data in sybase

    Hi,
    How to create a test data in SYBASE DB???
    Regards,
    Chandrish M

    Chandrish,
      Which Sybase Database are you using?
      Many test tools have data generation capabilities. We have developed a few tools that generate data for our example databases and applications. However, we do not have a generic data generation tool.
      Most of our customers create their own test data generation since data models and structures tend to be unique to each customer.
    Chris Franz

  • Create test data for idoc

    can any body tell proficeint in creation of test data for idoc. plss respond immediately

    hi..
    Using the Transaction IDOC Test Tool Tcode (WE19) we can Generate an IDOC
    1. Based on an IDOC type
    2. Based on a Message type
    Then Fill the Segment Records with Test data .
    We can use this Test idoc for Outbound or Inbound processing.
    <b>reward if Helpful.</b>

  • Create Test data using T-SQl script for each row

    Hi team,
    I am looking for a sql code snippet which read data from below table
    UserId username contact
     1      Anil    111
     2      Sunil   222
    and insert data to below table with some test data appending sequence number 1,2,3 for only City and Email. Both are different tables
    and does not have any referencial integrity
    No of records inserted for user is configurable for example count = 3
    Username  City  Email
    Anil      city1 email1
    Anil      city2 email2
    Anil      city3 email3
    Sunil      city1 email1
    Sunil      city2 email2
    Sunil      city3 email3

    DECLARE @cnt INT=3
    DECLARE @Users TABLE(UserId INT, UserName VARCHAR(99),Contact INT)
    INSERT INTO @Users VALUES
    (1,'Anil',111),
    (2,'Sunil',222)
    SELECT UserName,'city'+CAST(num AS varchar(10)) city FROM @Users
    CROSS APPLY
    SELECT TOP(@cnt) number +1 AS num
                    FROM master..spt_values
                    WHERE type = 'P') AS Der
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Creating Test Data

    Hi. I would like to create a stored procedure wherein I need to insert 10000 entries to a database. Every entry should be prefix by its position in the loop (like 0_data,1_data,2_data, 3_data....1000_data....2000_data...etc). How do i go about that? Any leads? I'm still a beginner in PL/SQL, so Im still feeling my way here.

    You can do it in SQL (wrapped in a PL/SQL block here because you said you wanted to create a procedure.
    SQL> create table t ( x varchar2(10) );
    Table created.
    SQL>
    SQL> set timing on
    SQL>
    SQL> begin
      2     insert into t
      3     select rownum || '_data'
      4     from   dual
      5     connect by rownum < 10000;
      6  end;
      7  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:00.46
    SQL>
    SQL> begin
      2     for i in 1 .. 10000 loop
      3        insert into t values ( i || '_data' );
      4     end loop;
      5  end;
      6  /
    PL/SQL procedure successfully completed.
    Elapsed: 00:00:01.36
    SQL>
    SQL> select count(*) from t;
      COUNT(*)
         20000
    Elapsed: 00:00:00.02Regards

  • Workflow Test Data for BUS1010

    Hello experts,
    i have a problem when testing my new workflow. I use BUS1010 for setting up credit data for debitors. I set test data for all BO like BUS2032. There is the key field 12 character long so I enter 0000012092 for my salesorder and for KNA1 0000001460.
    But now I want to enter the data for BUS1010. The problem is that there are 2 keys. One is the debitor and the other the credit control area (4 character). What should I enter for to create test data?
    At first I tried it only with 0000000000001460 ( 16 character). but it does't work. Then 00000000000014600001 (with credit control area 0001 at the end). How shall is enter it? With a ; or a . ?
    Please help.
    thanks

    Thanks,
    It must be a combination of two fields . the credit control area (field kkber)with 4 characters and the debitor account number ( kunnr  (data elemnt kun16)) with 16 characters i think. How to build the right key to create test data for BUS1010.
    When i enter debitor 1460 and credit control area 0001 in TA FD32 it get the right data. But why it isn't working when i enter it as test data for my workflow?

  • Sandbox system- Test data

    Hi,
    I am not sure which section to post this thread.
    Can anybody provide me with a document, that gives the basic steps to be configured in a sandbox system to create test data.
    We have a sandbox system installed and we have the test data in text files related to SD,MM,FI and IS-Retail modules around 280 tables.
    I need to know the basic configuration that has to be made for an IDES system to import all this test data and what is the easiest method for importing all these flat files and prepare it as a test system. The client wants this to be done in 2 or 3 days. I am not sure if that is possible.
    Could anybody please advice
    Regards,

    > Source System(Production): Solaris 10/Oracle (NW SP17 and ECC 6.0 with Ehp3(DIMP, SAP-APPL and EA-APPL)
    > Target System(Sandbox)   : Windows 2K3/Oracle
    > 1. Since we are having Ehp3 in source system, is there any impact while doing the system copy?
    > 2. How to prepare the target system with same patch level of SAP software components as our source system
    You can't do the system copy as "I install a new system and overwrite the database".
    There are a few points to consider:
    a) a heterogeneous system copy requires a certified migration consultant on-site, otherwise you'll loose support for problems during the migration and for the target system (see http://service.sap.com/osdbmigration and Hinweis 82478 - SAP System OS/DB Migration).
    b) the only supported way of doing such a migration is using R3load as the tool of choice. You'll have to start sapinst on the source system, export your database and import it into the target system
    c) direct database copies are not possible (Solaris SPARC is a BigEndian platform, Windows is LIttleEndian, Windows won't be able to open the files created by Solaris)
    Markus

  • How to use regular expressions to generate test data ?

    Hi
    Someone can help me on what I have to do in order to create test data with regular expressions ?
    For example, I want to introduce a random telephone number (XXX-XXXX) in the phone number Form Field, I want to create the phone number using regular expressions in order to test different values in each playback of the script.
    I don't want to use VB or vbscript in e-tester, I'm just trying to do this with e-load nav editor and e-load
    Thanks a lot

    Hi and thanks for your answer!, it's a great trick ^_^
    I'm doing a research on how to improve the execution speed of the scripts in e-load, so actually I'm trying to avoid the use of databanks and VB code also.
    I was expecting that maybe e-load, e-load nav editor or e-tester can automatically generate test data via Regular Expressions. Someone Knows if this is possible ?
    Also can anyone tell me what the option "Automatically Generated (complex)" means ? I think that this will help me a lot
    *you can find this option in e-load Nav Editor when you select a parameter in the tree view, then go to the  "type" listbox in the properties pane, there you will find this option and some more options like :"Databanked variable", "Custom Dynamic Value", "Function".. etc.
    Thanks again

  • Can't Create a Data Source - Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi there,
    I am having a serious issue with The Power BI Data Management Gateway which I am hoping that someone can help me with.
    Basically I am setting a connection between a Power BI demo site and a SQL 2012 Database based on Azure. The Data Management Gateway and is up and running, and Power BI has managed to connect to it successfuly.
    By following the tutorials at
    here I was able to successful create my Data Connection Gateway with a self-signed certificate.
    However, when trying to create the data source I come into problems. The Data Source Manager manages to successfully resolve the hostname, as per the screenshot below:
    Bear in mind that I exposed the require ports in Azure as endpoints and I managed to modify my hosts file on my local machine so I could access the SQL server hosted in Azure using its internal name -- otherwise I would not be able to get this far.
    However the creation of the data source also fails when trying to created it whilst logged in the SQL server in question:
    The Data Source Manager returns the error when using the Microsoft OLE DB Provider for SQL Server:
    Failed to test connection. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied
    I tried using the SQL Server Native Client 11.0 instead but I also get an error. This time the error is:
    Failed to test connection. Login timeout expiredA network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.Named Pipes Provider: Could not open a connection to SQL Server [53]. 
    Some considerations
    If I provide an invalid username/password, the Data Source Manager does say that the username and password is incorrect.
    Firewall is turned off in the SQL Server (either way, this error also happens if I try top use the Data Source Manager whilst logged in the SQL Server itself).
    SQL Profiler does not show any attempt of connection.
    The SQL server instance in question is the default one.
    The error happens regardless if I select the option to encrypt connection or not.
    In SQL Configuration manager I can see that all protocols are enabled (TCP/IP, Named Pipes and Shared Memory.
    The Event Viewer does not provide any further errors than the one I have copied in this post.
    I'm at a loss here. Could someone please advise what might I be doing wrong?
    Regards,
    P.

    Here is what I had to do to solve this issue:
    Basically I had to add the MSSQL TCP/IP port as an end-point in Azure. After I did that, then I was able to create the data-source. However, I was only able to authenticate with a SQL account, as any domain account would return me an error saying that the
    domain isn't trusted.
    What puzzles me here is how come the Data Source Manager would inform me that an account username/password was invalid, but it would fail/timeout if I provided valid credentials (!?!?!!?)

  • Guidence regarding creating  a test data and running any function module

    hi pals,
       can you plz tell me how to create a test data, commit and run any function module, in details(step wise) ??

    Hi yawmark,
    I appologise for including a poor code example ealier on, i had to come up with something quick. I will however, visit the sugeted sites you mentioned, thank you.
    I did however, create a simple class that compiles and can be used to set, return, reset and print a few details about a person. I hope that is of better use than my previous example. here it is:
    public class SimplePerson {
        int age = 0;
        String firstName = "";
        String lastName = "";
        /** Creates a new instance of SimplePerson */
        public SimplePerson() {
        /** Sets the age of this person */
        private void setAge(int takeAge){
            age = takeAge;
        /** Returns the age of this person */
        private int getAge(){
            return age;
        /** Sets the First Name of this person */
        private void setFirstName(String takeName){
            firstName = takeName;
        /** Returns the First Name of this person */
        private String getFirstName(){
            return firstName;
        /** Sets the Last Name of this person */
        private void setLastName(String takeName){
            firstName = takeName;
        /** Returns the Last Name of this person */
        private String getLastName(){
            return firstName;
        /** Resets the details of this person back to back to
         *  the default form.
        private void resetAll(){
            age = 0;
            firstName = "";
            lastName = "";
        /** Prints all the details this person has */
        private void printAll(){
            System.out.println("Age: " +Integer.toString(age)
                    + "\n First Name: " + firstName
                    + "\n Last Name: " + lastName );
    }Cheers mate

  • Create test database from standby without some data

    Hi. I want to create test database from my standby database using rman.
    But i have some some tables and where information is too large i dont want backup all data from this tables. because i dont have enough space on my test server.
    Have u any idea for solution this problem.
    Thanks

    But have suggestion.
    You can create duplicate database on based your target database (to new host) and skip undesired tablespaces...
    bash# rman target /
    RMAN> ....
    your code should be like :
    run {
    allocate auxiliary channel 'dev_0' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    allocate auxiliary channel 'dev_1' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    allocate auxiliary channel 'dev_2' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    allocate auxiliary channel 'dev_3' type 'sbt_tape'
    parms 'SBT_LIBRARY=/opt/omni/lib/libob2oracle8_64bit.so,ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=my,OB2BARLIST=MY DAILY)';
    SET UNTIL SCN 7769764681915;
    DUPLICATE TARGET DATABASE TO MYTS SKIP TABLESPACE TOOLS_IDX,TOOLS,ARCHIVE,IDX;
    Edited by: Ulfet Tanriverdiyev on Dec 21, 2010 3:42 AM

Maybe you are looking for

  • Google images not displaying properly

    I have recently downloaded some add-ons, for the first time, and since then google image searches on display about eight images. Deleting the add-ons, except for Flagfox, has not helped.

  • Lost photos in aperture-- help

    Shooting w Nikon D200- loaded raw images perfectly and now... When started aperture.. lost photos- can't find library of photos-advice? When tried to reload photos- got message 'image not supported'- what happened here? thought I stored pictures in v

  • My iPod Touch won't sync unless I restore.

    Every time I try to sync my iPod it fails to sync because of an "unknown error." It will sync if I restore it, but as you can imagine its incredibly frustrating to have to restore it every time i want to ad a new song. Can anyone help? Thanks.

  • ITunes doesnt show radio stations in playlist

    I've recently run upgrades on both iTunes (7.6.1) and Quicktime (7.4.1) and now I cannot see any radio stations in the Library. There is nothing at all in the radio window. Has anyone else experienced this problem. Currently running Tiger 10.4.11. I'

  • Proper CSS syntax for...

    Awhile back, Murray gave me this simple thumbnail border hover code : img.tn { border:1px solid #72472B; a:hover img.tn { border:1px solid #FFF; Trying to extend the lesson learned to other parts of the site, I created this : img#modal { border:1px s