How to edit template for report generator in stimulus profile editor in Veristand 2011?

How to edit template for report generator in stimulus profile editor in veristand 2011?
We are using Veristand 2011.When we run any sequence in stimulus profle editor,we get test results in form of ATML file.
We want to customise the template for this test result generation as per our requirement.
For example:
Test case No.: Description of test case.
Objectives: Explanation of objectives.
Result: Passed/ Failed.
Graph: If any.
Please suggest how to do this.

You cant really change too much in the report, you can customize TRML.xsl which is created every time in the Test Results\UUT 1 folder and that would give you some flexibility on what is shown. I dont know what a xsl is actually able to do in terms of composing data from multiple files (if at all possible) but it definitely allows you to change the visual format of the existing xml data.
Otherwise I modified the xsl to customize the look of the xml report when opened in a browser to have less clutter and some coloring on the Pass/Fail but, the reports are XML files anyway so it's easy to extract data out of them and you can probably write your own report creation tool to compose the report in whatever format you like.

Similar Messages

  • How to edit template for report broadcast

    Hi,
    my client publish the report thru information broadcast in PDF.
    The report show the dynamic selection and variable selection information at the top of the report content and they want to remove it as it consume half page for this.
    How can go to the report template they are using ? I see it has the company logo on page header so i guess it was already modified somewhere but I don't find this in SPRO...the fields there is blank.

    Hi Panadda,
    Regretfully, you are correct that they have probably created a copy of one of the standard WAD templates that control the PDF print out - if it was a standard template you could go into the WAD and just do a search on anything starting with 0* and you would see something like QUERY_TEMPLATE_BROADCASTING70 - or one similar.
    but what you will need to do now is find that template that is being used - it may be that they altered the standard 0 template - go review that first. If you find that template you will see that it will have some web items that you can change or adjust - this is where you will be able to alter the format.
    either remove or filter those web items that you need changed on the PDF file print out.
    Thanks, Pete

  • How to create template for Report Designer

    I have to create 20 reports in report Designer and each one of them have same header, footer and column fields.
    Is there any way i can create a Report Template which can be used in each report?
    Kindly advice.
    Thanks

    I did create a report with header, footer and common column fields but how to add report in that?
    Aslo by the i guess you mean WAD so Can you explain how to switch dynamically..and how to fit already built report in the web template? because coloum width in template and column width in report doesnt match so i was wondering how will they fit each other. Please explain
    thanks.
    Neha

  • How can I put the report generated by a program into a File?

    Hi all,
       How can I put the report generated by a program into a File?It can be in TXT format or excel format which ever is possible.
    I need to export this file to memory,How can I do that??
    Regards,
    Shashank.

    Hello Shashank,
    Please ignore my previous answer... Ofcourse it works...
    There are several ways to do this...
    two of them are
    1. List -> Save -> File and press enter..
        it will ask for the format, then path where to save it. Just give the path.
    2. Using function module 'GUI_DOWNLOAD'.
    I'm giving the example bellow which explains the usage of both GUI_UPLOAD and GUI_DOWNLOAD.
    To do this... you need to have folder with name 'TEST' and a .txt file in it with name 'test'. And contents of it are :
    TEST1             ,BOT 
    TEST2             ,BOT 
    TEST3             ,BUT 
    with spaces.
    REPORT zssr_bdc .
    DATA: BEGIN OF g_t_itab OCCURS 0,
            matnr LIKE mara-matnr,
            maktx LIKE makt-maktx,
          END OF g_t_itab.
    DATA: g_t_bdcdata TYPE TABLE OF bdcdata.
    DATA: path TYPE string,
          path1 type string.
    path = 'C:\Documents and Settings\ssr3kor\Desktop\TEST\test.txt'.
    path1 = 'C:\Documents and Settings\ssr3kor\Desktop\TEST\test1.txt'.
    *contents of test.txt    *
    *TEST1             ,BOT  *
    *TEST2             ,BOT  *
    *TEST3             ,BUT  *
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename = path
      TABLES
        data_tab                      = g_t_itab.
    LOOP AT g_t_itab.
      WRITE:/1(18) g_t_itab-matnr, 20(40) g_t_itab-maktx.
    ENDLOOP.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
       filename = path1
       filetype                      = 'ASC'
      TABLES
        data_tab                      = g_t_itab.
    Now you will get one .txt file with name 'TEST1.TXT' in the TEST folder.
    <b>REWARD POINTS IF IT IS HELPFUL</b>
    Regards
    Sasidhar Reddy Matli

  • Blank template for report--Urgent!!

    How to make or include blank template for report?

    you can go to
    Navigator > Applications > Shared Components > User Interface Templates
    and create a unstructured template ,In that It's upto you what all you wish to add as a template .Create a blank template say
    Template name = "Blank Template" and then while creating the report you can use the same "Blank Template" .I hope it helps.

  • How to create documentation for report programs and how to use it

    how to create documentation for report programs and how to use it in the selection screen by placing an icon in the Applicatin Tool bar. If i click this icon the help documentation has to display.
      Note: Exaple <b>RSTXSCRP</b> programs selection screen

    Hi
    1 goto SE38 transaction, give the program name
    2 Click on documentation radiobutton & then press change
    3 Write your PURPOSE, PREREQUISITES etc details
    4 Save the same & Activae it.
    The icon will come automatically on selection screen
    Thanks
    Sandeep
    Reward if useful

  • How to edit the scheduled report.

    Hi All,
    How to edit a scheduled report in bi publisher 10g.
    We have a scheduled report and need to change receiver email id. How to do it instead of deleting and resheduling the report.
    Thanks.

    Hello,
    Any body..???

  • How to configure wokflow for MRP generated  & manually created PR

    Dear Gurus,
    I have to customize SAP workflow for releasing Purchase requisitions. I will be using enhancement M06B0001 for my own role resolution.
    I have some questions regarding workflow
    1)     How to configure workflow for MRP generated & manually created PR?What are the steps? what are the limitations in doing so?
    2)     Since we are facing the problem of insufficient user license ,How to send notifications to NON SAP users?(We have thought of creating a Z table for the same)
    Looking forward to your reply,
      Thanks in advance,
    Best regards
    Tushar
    SAP MM Consultant

    Dear Mike,
    Thanks for your reply, & sorry for not responding on time.
      Here are my constraints:
    1) Not a single component of HR module will be implemented.(Project management decision:-()
    2) Number of user licenses are less, considering the workflow users.(Hence we have thought of creating Z table for employee nos. & EMAIL IDs ,& this table will be accessed by using M06B0001 user exit.(It is still in development phase. Truely speaking, dont know whether it will work or not).If this works out ,then I believe, record from SU01 will not be used (Please correct me here).
    3)We have 2 instances on development server.(in short,2 separate installations on same server by creating additional instance). What are the implications of this particular system landscape on workflow? Whether workflow will work or not??:-(, :-(.
    The reason I asked you 3rd question is , As soon as 2 nd instance was created on development server, Short Dumps are coming while running transactions of Workflow builder.(SWDD & PFTC).It is giving error" Table is unknown or does not exist". Description of error says"The current program"SAPLSWF3 had to be terminated because one of the statements could not be executed."
    "An SAP Open SQL Statement contains a table that does not exist in the database or is not listed in the ABAP Data dictionary.The Table is "SWF_WFPDSC" or another table is accessed in the statement.
    Program=SAPLSWF3
    Include=LSWF3U05
    Row=22
    Module name=SWF_WFP_REPOSITORY_CONTENT_GET
    The same dump is coming while accessing SWF_WFPVW table from SE16.
    Request to Mike & all of you, help me in this regard.
      Thanks in Advance,
    Regards,
    Tushar

  • How to edit GRUB for boot new compile kernel?

    I compile the newest Linux kernel.
    I read Archlinux wiki about how to edit GRUB for boot new compile kernel,
    but Archlinux wiki do not reference to it.
    Who can help me, baby?

    bangkok_manouel wrote:
    how did you build your kernel? traditional way or arch way?
    if it's the arch way (TM), here's an example of a custom kernel with -mm patch.
    what I have in /boot:
    -rw-r--r-- 1 root root 4.3M 2008-12-23 09:52 kernel26mm-fallback.img
    -rw-r--r-- 1 root root 668K 2008-12-23 09:52 kernel26mm.img
    -rw-r--r-- 1 root root 764K 2008-12-22 18:44 System.map26mm
    -rw-r--r-- 1 root root 1.7M 2008-12-22 18:44 vmlinuz26mm
    now here's the /boot/grub/menu.lst related entry (you may add the fallback one):
    # (2) Arch Linux
    title  kernel26mm
    root   (hd0,0)
    kernel /vmlinuz26mm root=/dev/sda5 ro vga=773
    initrd /kernel26mm.img
    Should be traditional way.

  • Can I use an alternate Edit template for a WebApp?

    Can I use an alternate (backup) Edit template for a WebApp?

    Nope! If it is absolutely essential that you have different editable bits of the web app, then you might want to consider splitting your web app into different apps and linking them together with data source.

  • Sample Test Case templates for Reports

    Hi all,
    May I know , how the unit test cases would be for reports. Need Some Sample Templates ..Kindly Advice where Can I find..
    Edited by: 796797 on Mar 17, 2011 10:43 AM

    Here are some checklist
    Field Names
    Font Size acorss the report should be consistent
    columns should wrap up in a readable format
    decimal places for % fields.
    Decimal places for quantity fields.
    Reports should have grid lines, this will be helpful from a readability standpoint
    Right align the measures along with the associated headers
    The sub-total text
    No column headers should be underlined
    Backend filters at the top on the right
    Header/Footer
    Download to PDF and Excel and Print HTML
    "Check 1. Prompts sequence
    2. datatype of prompts - drop down or multiselect
    3. default values and
    4. report results returned after selecting any prompt"
    "Run the report with some filter values and see if filters are working.
    Access the Report and try to Modify the report request by selecting the modify link, include new fields and remove some default fields
    Save the report
    Validate the calculations on calculated fields.

  • How to edit the JSP Report

    Dear All, anybody knows how can i edit a JSP report ?
    or : is it possible to edit in a paper version of report ( 9iDS 9.2) and then publish it on the web after editing its layout ?
    please , if anyone knows it will be appreciated.
    Regards,
    Hany B.Maurice
    Application Developer

    thanks alot my dear , but i have a comment
    when i edit in the layout of the report( paper version) it does not reflect the changes i made in the web version
    is there any layout editor for the JSP version of the report .
    Regards,
    Hany
    Hany B.Maurice
    Application Developer
    Cairo - Egypt

  • How to add template to report?

    Dear All
    how to add a user defined template to a report
    we are using reports 6i
    Thankx and Regards
    Raj

    Hi Angamuthu
    problem is how to attache that tdf file to a report
    we have standard formats for reports , i want to enforce them in a templete and use in my reports
    i can use predefined templetes as we don't design thru
    wizard
    can u suggest a alternative solution
    Thanks for reading the request
    Raj.

  • How to apply template, existing reports

    Post Author: satheesh
    CA Forum: WebIntelligence Reporting
    i have 100 reports in webintelligence documents,
    then i have to add company log for that all 100 existing repots.
    how this possible in one time .
    cleary my query is i have to apply template for existed webintelligence report at time for 100 repotrs
    this is possible in BO xi r2 webi....

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    satheesh:
    Your original posting was:
    i have 100 reports in webintelligence documents, then i have to add company log for that all 100 existing repots.  how this possible in one time .  cleary my query is i have to apply template for existed webintelligence report at time for 100 repotrs   this is possible in BO xi r2 webi....
    If you have 100 reports and each report needs a company logo on it, then you will have to modify each report, create a blank cell, populate that blank cell with an http://<yourserver>/images/my_co_logo.gif verbiage, mark that cell as "read as HTML", save the report, and then go to the next report and do it again (99 more times).  I think what you are asking is if it is possible to make BOE assemble an "automatic header" (one that you've re-optioned") so that as each report runs it gets "branded".  The answer, unfortunately, is that you can't make it work that way, each report must be individually endowed.  Good Luck!

  • Help needed for Report Generator in B1 2005

    Hi,
    I have upgraded to B1 2005 and I would like to know where I can find Help files for the report generator (used to customize invoices ...). In particular, I would like to know where I can find information about the system functions available e.g. currentpage().
    Thanks in advance for your help!
    JP

    Use this link.
    <a href="https://websmp102.sap-ag.de/form/sapnet?_FRAME=OBJECT&_HIER_KEY=701100035871000437965&_SCENARIO=01100035870000000183&">https://websmp102.sap-ag.de/form/sapnet?_FRAME=OBJECT&_HIER_KEY=701100035871000437965&_SCENARIO=01100035870000000183&</a>
    In Customization section you can find a document based on PLD

Maybe you are looking for