Sequence of the reports

Hi Guru:
We created a group folder with 30 reports.
And we want to change the sequence of the reports in the folder, how to do that?
In the SAP folder, I could see there is a way to change the order, how to do it for the group folder?

Hi,
Custom ordering of folder contents is not supported in SPM. The contents are alphabetically sorted by defualt.
The exception to this is , yes it is possible to set the order of content in SAP folder but we allow that only as an exception.
Let me know if you have any questions .
Thanks,
Madhav

Similar Messages

  • Sequence header at the end of the sequence in the report

    Good afternoon everyone,
    I have a strange issue with my TestStand Report (any kind of report type) : some time ago the headers (with the name, the parameter's values, the module time, the status) of the sequence and sub-sequence were at the begining. Now they are a the end of the sequence, which means instead of having the status of the sequence first, I have the status of all the steps contained in the sequence BEFORE having the status of the sequence.
    I have checked and double checked the Report options : nothing tells that the headers must be at the end.
    I have 2 bench on which my sequences are running and one of them has the sequence headers upside down in the report and the other has the headers in the proper order. Their report options are exactly the same and I can't find where the configuration is different !
    Does anyone have some idea ? Please ?
    TestStand revision : 2010

    To Norbert : 
    The steps in the body are ok, in the correct order yes.
    I've attached two extract of report (check the Report Correct first), change the extention from ".txt" to ".html", the html one wasn't authorized by the forum.
    To jiggawax
    I'm not using XML format, only text or html. Where is located the ReportOptions.ini file ? I cannot find it with a basic search, could it be hidden ? As I am not managing this file in the configuration of the benches, it might be the origin of the problem !
    Both benches are running the same client sequence indeed : the client sequence are located on a network reachable by the benches.
    I doubt that one the client sequence can override a report callback but afterall I should make sure of this possibility.
    Thanks for your help !
    Attachments:
    Report Correct.txt ‏12 KB
    Report Upside down.txt ‏15 KB

  • Variable Sequence in the report

    Hello...I created some variable in the query designer and identify the sequence I wanted in the query designer like below:
    1) calendar month
    2) org unit
    and when i view the report, the sequence of the variabe in the report is not the same, it shows as below
    1) org unit
    2) calendar month
    any idea why the results is different from the one in the query designer? thanks alot

    Hi Fluffy,
    GO to Query Designer>select your query>goto properties-->select Variable sequence Tab. You can set the sequence according to your order.
    assigning points for the helpful answers is the way to say thanks in sdn
    regards
    vadlamudi

  • What is the order / sequence of the Report

    Hi,
    I have created all my dimensions and application, when I am trying to take Report (Account Trend)
    the format of the report is totally different from my Account dimension.  It is showing 1st
    Income then expenditure and Gross profit, net profit accounts etc.... So can anybody help how actually
    report will form.  It is based on our code wise or Description?   If at all we wanted our own format
    then how to do?
    Thanks in advance.
    Raghu B.S.

    Hi Raghu -
    If I understand correctly, you want your report to show accounts in a particular order.  If that is the case you have two options:
    Option 1: create a hierarchy of the accounts in the order you wish to present them.  Select the top node of the new hierarchy and allow the EVDRE function to expand to all members.
    Option 2: disable the expansion function of the EVDRE report and manually position each account in the order desired.  Make sure your row settings include all manually positioned accounts members.
    Hope this helps!
    Regards,
    Sheldon

  • Sequence of the FREE CHARACTERISTICS that appears in report

    How can i change the Sequence of the FREE CHARACTERISTICS that appears in report.
    I changed it in Query Designer but they are not appearing in the same as it listed in Query Designer as in report
    In the report they are appearing in the alphabeatical sequence...but i want it to be in my desired sequence
    Thanks

    Is this a second hand iPhone?

  • In popup step how do I get the "text on the button" in the report rather than button index?

    (1)
    How do I configure the POPUP step in "SEQ MAIN.seq" to execute the second
    step (IS OUT PUT IS 20?) in "SEQ 1.seq" when "IS OUT PUT IS 20?" button
    hit and execute the third step (IS OUT PUT IS 30?) in "SEQ 1.seq" when "IS
    OUT PUT IS 30?" button hit.
    (2)
    In popup step how do I get the "text on the button" in the report rather than button index?
    File attached
    Attachments:
    test_stand.zip ‏32 KB

    The handle to the Step.Button1Label gets you the data, but there are several ways to get it into the actual report.
    The easiest is to use the reporttext.
    In a post expression, you can use something like
    Step.Result.ReportText = Evaluate("Step.Button" + Str(Step.Result.ButtonHit) +"Label")
    and then the default report generation will include it in the report. Otherwise, you need to get the text into the Resultlist by various means (check the user manual, or the TestStand II customisation course) and handle the report generation yourself inside of the appropriate sequence in the process model.
    Just my 2cents
    S.
    // it takes almost no time to rate an answer
    Attachments:
    IncludeButtonTextInReport2_0.seq ‏18 KB

  • A group by field needs to appear on every page of the report.

    Hi.
    My rtf template has a word header which is the report descriptn that appears on evry page. The report is grouped by business unit and then grouped by job description. The problem is the business unit appears only first time when it gets changed and then it does not repeat its value until the next BU comes up. I want to display the BU on each page even though the value is same (just like as a heading of a section). I used the follwing tags. The one in bold is to solve the issue of puting the BU descr on each page. But does not work. Anybodys help is greatly appreciated.
    *<?fld_BUSINESS_DESCR?>*
    <?for-each-group:row_CU_DET_STG;./fld_BUSINESS_UNIT?><?sort
    <?fld_BUSINESS_DESCR?>
    <?for-each-group:current-group()/fld_JOB_FUNCTION?>
    <?fld_JOB_DESCR?>
    Sid

    Thanks alot Tim for spreading your expertise. That worked !!. I added the start and end body tag along with your solution of using the section with the group and it worked. Thanks alot again. However there is one prob now the page numbers are being reset and i dont want to reset it because the page numbers should continue in sequence till the end of the report despite of Business Unit change. Please any suggestion to solve this problem.
    Edited by: user12107527 on Oct 27, 2009 6:50 AM
    Edited by: user12107527 on Oct 27, 2009 9:06 AM

  • How to make the report shows only top level steps

    HI,
    I use many subsequences in my tests.  I have no interest to see them in the report.  How can I force the report to show only top level steps?
    Thanks
    Rafi

    I needed to prevent 'Skipped' steps from appearing in my reports.  One way to do this is to override the SequenceFilePostResultListEntry callback in the model.  You do this by clicking on Edit and then Sequence File Callbacks and then find SequenceFilePostResultListEntry in the list and click the Add button.
    Edit your new callback in your sequence file to check for a pre-condition.  In my case I checked for Parameters.Result.Status == "Skipped" since that parameter is set to Skipped, Done, etc. based on the result.
    If the condition was true then my only step in the callback was to set Parameters.DiscardResults = True.  The TestStand model will then throw that result away when it processes the report.  You could add a step for every type of data you wish to discard.
    A second method that is easier to implement, but time consuming, is to select each step you DON'T want in your report and bring up the Properties for that step.  Under the Run Options tab, deselect the Record Results box.  That will keep the results of that step out of the report, but you have to do this for EVERY step you don't want to have reported.  The first approach I provided acts to filter the results.
    If you aren't sure what the Parameters.Result.Status will be, then set a breakpoint after that step is executed and scan the parameters when the sequence is halted there.  You can then detect the actual text used as a result for that step, such as "Done" and can set your pre-condition appropriately.

  • How to split table in the report so it shows on the next page?

    Hi,
    How to split table in the report so it shows on the next page? Im trying to fit long (many columns) table into my report page. It is too long however. I want it to wrap and show the rest on the next page. What I get now is table cut at the page end and rest is not visible.

    Yes, this might be that the amount of data will cause table to grow and exceed 1, 2, 3.. pages. In that case I would probably want to have, lets say , one half of columns on 1st page then the other on the 2nd page and then repeatedly the same sequence down across all pages. Is there a way to achieve this?

  • How to set the report path in a model plugin

    I am trying to figure out how to set the report path in a process model plug-in. I can seem to figure out how to get access to it. It seems like this would be a reasonable thing to do since the plug-ins are for results processing. Does anyone know how to do this? We typically use the Sequential process model but I am trying to keep my plug-in as independent of that as possible. 
    Thanks.
    Solved!
    Go to Solution.

    If I understand, you want your plug-in, when enabled, to alter the settings of any other instances of the NI report plug-in such that their reports share the same directory as your plug-in is configured to use.
    If so, your plug-in can access and modify the settings of all other plug-in instances. All instances are passed to all plug-in entries point in the plugins array sub-property of the ModelConfiguration parameter. You can iterate through this array. Any element of the array with a Base.SequenceFilename equal to "NI_ReportGenerator.seq" is an instance of the NI report plug-in. Its report options are stored in the element under PluginSpecific.Options.
    You can change the report options to what ever you want. Note that the ReportOptions model callback is called from the Initialize model-plugin entry point, so you might want to ensure that your changes are applied after that, so they aren't overwritten. To do that, you could make your changes in the the Initialize entry point of your plug-in, and ensure that your plugin runs last. To make it run last, you could set the FileGlobals.ModelPluginComponentDescription.Default.Base.RunOrder in your plug-in file to a value greater than 0, such as 1.0 (see TestStand Help>>Fundamentals>>Process Model Architecture>>Process Model Plug-in Architecture>>Structure of Plug-in Sequence Files>>Model Plug-in Entry Points>>Order of Entry Point Execution at Run Time).

  • Grouping of Shopping Carts using the report  BBP_SC_TRANSFER_GROUPED

    Hi Experts,
    I am a new SRM consultant and have been asked to investigate an issue regarding grouping of Shopping Carts using the report  BBP_SC_TRANSFER_GROUPED.
    The wanted scenario:
    For one specific vendor we wish to pool/group request coming from various shopping carts into one PO e.g. once a day. The shopping carts for that vendor can be destinguished by one specific product category.
    We are on classic scenario hence the PO will be created in our ECC system.                                                                               
    Settings we have done to accomplish what we want:
    1. We have set up the transfer for grouping on the specific product category in the sourcing area in the IMG structure
    2. We have run the report BBP_SC_TRANSFER_GROUPED (grouping takes place according to the product category)
    This approach works, the shopping carts gets grouped into one PO in ECC. however the line items from the Shopping Carts are mixed in the PO eg SC1: Item A, Item B, Item C, Item D SC2: Item 1, Item 2, Item 3, Item 4 PO (Current result) Item A, Item 1, Item B, Item 2, Item C, Item 3, Item D, Item 4.
    This seems quite strange, as there are no logic reason for this split. It would be understandable if it was a matter of delivery dates of the goods, but they are not in any order i.e. first coming delivery date first.
    Does anyone know how to correct this or can anyone clarify why this sequence mix happens?
    For me it seems like a program errror.
    Hope you can help me solve this issues
    Cheers Christian
    Edited by: Christian Gjellerup on Aug 6, 2010 3:34 PM
    Edited by: Christian Gjellerup on Aug 6, 2010 3:35 PM

    Hi,
    In SRM -Product categories = Purchasing group in SAP R/3.
    During the transfer of P.R   from R/3 you have enter the Purchasing group in R/3.
    In SRM in the PPOMA_BBP in the extended attribute you can enter the exact product categories
    or else enter * in the product categoies and the backend logical system
    in SPRO --define objects in backend system --- in this enter the purchasing group and category Id
    check your default settings in the SRM web browser
    Regards
    G.Ganesh Kumar

  • How to use customer exit variable in the report

    Dear All,
    i want to use a standard customer exit variable in the report properties.
    In the Bex Query Designer right hand bottom you will find two buttons "Properties" and "Task". Click on task you will get different option. Choose properties from there and then select "variable sequence tab".
    I need to add a standard variable there. How can i achieve it?
    Appreciate your early help.

    You need to add variable to corresponding charctertic then you can get that varaible for sorting the sequence....
    If 0CUST is the varaible then you need to assign it 0CUSTOMER then 0CUST will be available for the sequence.
    Edited by: shanthi bhaskar on Apr 2, 2009 5:41 PM

  • Individual report path with defined file name from the report settings in Testsand 2012

    Hi,
    I have following task:
    I want to test stand 2012 in each sequence to change the path of the report file. But the naming of the file is to be maintained as these settings can be made from TestStand into the report (DisplayName + _Report_ [<FileDate>] [<FileTime>] <unique>. <File Extension). I can not find now, however, the / callback parameter on which the components are assembled path and file in TestStand.
    While I can read about the callback "GetReportFilePath" the path and file name, and with the expression: Parameters.ReportFilePath = "c: \ \ electro \ \ SHARE \ \ test protocols \ \ Test Logs \ \" change the path, but the file name will no longer be formed from the settings of TestStand.
    I have the suspicion that I'm just not accreting at the right place. Can someone please give me a hint?
    greeting Michael
    Greetings Michael

    See Oracle Metalink,
    ..Oracle Portal Technical Forum,
    ....Subject: PORTAL - uploading files (file attachments) with file names.
    This message thread outlines javascript code that automatically captures the filename during an upload.

  • Not able to bulid the reports in BIapps ETL changes need to be done r not?........

    hello every one,
    We are using the BIapps  service analytics and which my end-user   want the reports need TAT(Turn around time) based reports taken by the user to close a particular SR in dashboard as well as also want the fallow up calls details for the particular SR and if once again the SR is raised on same issue which he want to show in separate  report.
    The data base we r using  is Siebel crm.If we need to change/modify in  reports  weather  we need to change the informatica mapping  for the particular fields r not.
    Requirments:
    Wanted separate report which shows TAT(Turn around time) for particular SR closed timings.
    Wanted separate report which show the fallow up calls for the particular SR
    Wanted separate report stating that if the same SR has been raised with in a week time or as per the SLA(Service level agreement ) given by company which the user want to see in a separate report.
    Regards,
    Srikanth

    Hi ,
    This is happening because you have check the KEY field against the column which is getting populated by a sequence .
    Uncheck that option , also make sure that the UPDATE filed is also uncheck for that particular column .
    As per the query pasted by you , I think STATUS_NAME should be marked as KEY .
    Thanks,
    Sutirtha

  • How can I incluce a hyperlink to TDMS file in the report?

    Hi,
    I am storing the measured data in TDMS file in each step. File name is written to the ResultText property so it is visible in the report.
    I would like to have hyperlink in the report that opens this TDMS file automatically either with DIADEM or with the TDMS VIEWER (LabVIEW application)
    Any help in creating hyperlink in the report (XML, HTML) would help.
    Thanks,
    Andras

    Hi Andras,
    you can also write the links within a new step to the report.
    As shown in the attached file.
    Regards
    DianaS
    Attachments:
    Sequence File 2.seq ‏5 KB
    hallo3.vi ‏12 KB

Maybe you are looking for

  • Nokia N9 PR1.1 update: Camera stop to work

    Hello, I've upgraded my Nokia N9 yesterday to PR1.1. My Camera not work now. When I see /var/log/syslog, I have this lines: Nov  9 10:20:06 (2011) applifed[937]: Application 'com.nokia.maemo.CameraService' released from prestarted state, count=1 Nov 

  • Service type redirect and ASR

    Hello, I am thinking that there is no use setting ASR with services of type redirect (and the corresponding content rules)because the CSS do not need to keep sessions for services of type redirect. Is that ture? Any other suggestions? CT Yau Hong Kon

  • Printing by white color

    hi it's my second post about printing jpanel following code is work, it's print multipages, printing all components but all text - jlabels,table headers and table contents printing by WHITE COLOR. At display it's showed black, and at print method i s

  • Measures at different levels

    I have a fact table which contains sales order lines. Also in this is fact is reserved stock which will be used to fill those sales order lines. Each sales order lines can be fulfilled from multiple stock locations. Thefore, I have a fact table that

  • Upgrade to 10?

    I've been using PSE 3 for years.  A couple times a year it gets corrupted, and I have to reinstall.  But the installer disk isn't working so well these days so I guess it's time to upgrade.  So: --Can I buy an upgrade license for PSE 10, or do I need