Dynamically modify a stepname

How do I dynamically modify a step name to appear in the report file (Not Report Text)? I am looping on a file driven parameter based test and want each test to appear in the report with a name specified in the file. Thanks, Rich
Solved!
Go to Solution.

Hi Mack,
There are serval solutions.
Just try it
1.) http://forums.ni.com/ni/board/message?board.id=330&message.id=11881#M11881
2.) see Attachment
Greetings
juergen
=s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=
Attachments:
RenameResult.seq ‏26 KB

Similar Messages

  • Dynamically Modifying Target XML Namespace

    Dear All,
    We have a requirement of dynamically modifying the namespace of the target XML   . The scenario is as follows:
    There are multiple recipients of a message, and two of the recipients are using the same target structure, but with a different XML namespace. We are catering to the different receivers using different interfaces, but because these two recipients are using the same Target message type, hence they can only point to any one namespace (the XML namespace mentioned in this target message type). For example, the required target messages look like:
    Message expected at recipient 1:
    <ns0:root xmlns:ns0="http://target1.com">
    <tagA/>
    <tagB/>
    <tagC/>
    </ns0:root>
    Message expected at recipient 2:
    <ns0:root xmlns:ns0="http://target2.com">
    <tagA/>
    <tagB/>
    <tagC/>
    </ns0:root>
    Obviously, we can only create one message type with name root, and that can point to only 1 namespace. However, we need 2 different namespaces, based on the input payload. For example, if a flag in the input has a value 1, we set the namespace as "http://target1.com"; if it has value 2, we set the namespace as "http://target2.com". We are thinking of dynamically deriving the namespace at the time of mapping, but can not figure out a way to do so. We are currently using Graphical Mapping for one of the recipients; do we have to employ XSLT/ABAP mapping to achieve this? Has anybody done a work around this kind of a problem?
    Awaiting Answers.
    Thanks and Sincere Regards,
    Sid

    Hi Peter,
    Thanks for replying. Unfortunately, we are using PI 7.01 and not PI 7.1. Any other ideas?
    Nice blog though!
    P.S: Obviously, we could use 2 different interfaces pointing to the same message type, essentially creating two different communication channels towards the 2 receivers, and modify the payload within these channels using some Adapter Modules. However, this solution looks rather like firing a cannon to kill a fly, and I surely hope PI does have some other capabilities to achieve this using a single interface and single comm channel, which I do not know of (digging through help.sap right now), or can not think of right now.
    Thanks and Regards,
    Sid

  • Dynamically modify Task Flow at runtime

    I have a use case where I need to dynamically modify a task flow at runtime. In my use case, for all task flows I need to add a router that can navigate to any view activity on the flow. The router will need to have control flows from the router to each view activity and a case for each.
    What I've Tried
    I've written a test app that uses MDS to modify a single task flow. This works. I did it by using JDev in customization mode, adding the router and stuff to the flow manually, then running the app. This does exactly what I need it to do. The problem is, I need to do this dynamically at runtime. I'll need to have a process that looks at the task flow and generates the MDS metadata that will insert the router (and other stuff) at runtime. I'm not sure how to do this.
    What I'd like to do
    Ideally, I'd like to do this programmatically (not using MDS) by overriding the controller that returns task flow objects. I may be off the mark here, but I imagine that at runtime the task flow xml is represented by a java object. I also imagine that the java object gets returned by some controller based on the name (and maybe type) of the data requested. If I could override this controller to modify the task flow object before it gets returned, that would be ideal.
    I've found some links from others looking to do something similar to what I'm attempting here. These links are over a year old, so I imagine that some progress has been made on this.
    https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=7355435
    [ER] Add a way to decorate the current PageFlow
    Re: To Simon Lessard - Usecase required for ER request
    Thanks in advance for your help!!
    Cheers,
    Mike

    I have three usecases where I need this ability.
    - breadcrumbs - this should keep a historical trail of the pages the user has visited. clicking on a breadcrumb should take the user back to the page and remove the remainder of the trail.
    - favorites - this is essentially bookmarking within the app. the user should be able to add a page as a favorite the navigate back to it by clicking the link in the favorites drop down.
    - recent items - this is similar to breadcrumbs, but I imagine we will want it to persist across sessions for the user.
    We are using bounded task flows and page fragments. All of these features will need the ability to navigate to any view on a flow (not just the default view). I can navigate to a flow just fine. We have implemented our own version of the XMLMenuModel and are using a dynamic region for navigation. To navigate, we just replace the task flow ID on the dynamic region with the target task flow ID then the region refreshes. This part work just fine. The part that I am working on is how to navigate to a view on the flow. I'm managing state by passing parameters between flows and pages. That part is working ok too. It's just the navigation piece that is giving me grief.
    The little MDS prototype that I did looks promising, but I would need to figure some stuff out. The customization would need to apply to all users and all task flows. I'm not sure how to do that. Also, it would need to be dynamic. The MDS metadata that is responsible for the customization would be different for each task flow and would need to be generated at runtime. I can figure out how to generate the metadata at runtime based on the task flow, but I don't know where the hooks are in the MDS framework where I could put this logic. It would need to execute before the MDS framework tries to merge the base doc (the task flow) with the customization doc that I generate.
    Thanks!!
    Mike

  • Dynamically modifying the number of Form detail rows

    Hi,
    A challenge for you all!
    I am building a product details system in Portal forms.
    One of the screens is a Product Ingredients form with Product as the master block and ingredients as the Detail block. There can be between 1 and 20 ingredients in any 1 product and as these all have to sum to a volume percentage of 100% the client would like to see all ingredients for a product on 1 screen and not have to do Next/Previous to see them all.
    As you increase detail rows on a master detail form the performance of the form decreases dramatically so I would like to minimise the number of detail rows displayed for each product to maximise performance.
    To this end I wish to dynamically modify the number of detail rows displayed to match the number of ingredients on a product as that product is queried.
    I can handle figuring out how many rows I want to set the page to but have not been able to figure out how to change the number of detail rows displayed at run time.
    Anyone know how (or if!) this is possible ?
    All help gratefully recieved
    Andy

    The rownum pseudo-column hold the number of the row but it doesn't work like you expect. It is assigned before sorting for example and it is not absolute. SQL conceptually deals with sets and sets have no inherent order. See http://www.oracle.com/technology/oramag/oracle/06-sep/o56asktom.html
    If you want to have an absolute number in a row you will need to maintain it yourself with PLSQL code.

  • Dynamically modify data sources

    We have a need to dynamically modify our data sources and I need to know if this is possible and what the syntax is?  Can we do this as a transaction and/or in the javascript / jquery logic of the UI?  I know that basically everything is configurable as a transaction or as a script.  I need a little assistance in configuring the below items for a data source.
    DaysRetention   
    Description   
    IP   
    MaxRetryCount   
    Port   
    QueryTimeout   
    RetryInterval   
    ServerPackage   
    Writable

    Data server configuration properties are easily modifed from the editor page in the Menu, and is typically an initial or configuration setting made before building application content (query templates). 
    At runtime overloading the Server property within or in addition to a query template is quite easy, but no standard provisions are in place for modifying the data server configuration itself.
    Why would you have a need to modify them dynamically through code?

  • Dynamically modify the crystal report field size based on Paper size in C#

    Hi,
    I need to modify the Crystal Report field size dynamically based on the paper size using C# .Net. According to the paper size, crytal report field width should be increase or decreae.
    Kindly suggest any solution on this.
    Thanks

    Moved to .NET SDK forum
    See these RAS samples:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples#NETRASSDKSamples-Exporting%2FPrinting
    Don

  • How can I dynamic modify bc4j.xcfg

    Hi,
    I am developing application using Jclient and BC4J.
    I would like to let users to select different database, user account and change their password in the application runtime period.
    Since BC4J uses bc4j.xcfg xml file to connect to database. How can I write code to modify the bc4j.xcfg file
    Any suggestions will be appreciated.
    Jinsen

    I plan to solve the same problem (but JSP client, not JClient).
    And I thing solution is How To Support Dynamic JDBC Credentials (http://otn.oracle.com/products/jdev/howtos/bc4j/howto_dynamic_jdbc.html). But don't know if it applies to JClient too...

  • Can we dynamically modify the Component Hierarchy?

    Is it possible to modify the component hierarchy in JSF when making an Ajax call to the server for information?
    I am interested in using Ajax with JSF to update the UI incrementally as needed.
    As an example, imagine a phone book which starts with a list of names. When one clicks on a name, Ajax is used to get the data for that name (i.e., address, phone numbers, etc), and the data is then returned to the client and inserted into the DOM in the client browser under the approprtiate user. This information could be editable. Clearly, as part of this process, I would like the component hierarchy in JSF updated with the new data, also.
    I konw that we could do a complete postback of the entire page plus the new data, and then diff it out on the client (as per the methods outlined by Jacobi and Fallows in Pro JSF and Ajax: Building Rich Internet Components). However, I am wondering if it is possible to update the Component Hierarchy with the new components associated with the new data during the Ajax call, so that we can focus our Ajax request on the needed data only, rather than having to regenerate the entire page.

    Hi wua22,
    For my case, I found that if an attribute called "userPassword" is added in the Schema Manager, after running the above codes which I quoted, it seems that nothing changes since next time when you log on, it can only be authenticated using the old password. However, in this case, actually, the change was made in the ADDED attribute, "userPassword". You'll find where the change made if you have the admin right to check the properties of the users' account using ConsoleOne (or similar tools).
    In addtion, for the exception I encountered in my case, I found that everythings go normally if that ADDED attribute "userPassword" is deleted. So, this time, it's the setting in my LDAP server which caused the problem, but not the programming error.
    BTW, someone suggested that using UnicodePwd attribute, instead of the userPassword for updating one's password. This UnicodePwd attribute is unicode converted. I've not tried on that actually, but will at a later time.
    Hope that helps to you.
    Regards,
    Mercury

  • Dynamically modifying web.xml

    Hi,
              I am trying to write code that will dynamically add a servlet definition to a deployed application. ie, the deployment descriptor is dynamically edited. In Tomcat, I am able to edit the web.xml file(when the app is exploded) or I can edit the in memory copy and produce a servlet definition on the fly
              I am trying to do the same of Weblogic 8.1. Everything is straightforward as long as the app is exploded, in which case I simply edit the web.xml file..when the app is not exploded, this is not possible. I tried using MBeans to see if I can add a servletRuntimeMBean to a deployed application, but this does not seem possible..looks like these beans are instantiated by the container and there is no handle for developers to create instances of these beans. I was wondering if it was possible to edit the in memory copy of web.xml that the servlet container records. Any suggestions in this regard would be highly welcome
              Thanks, and sorry for the lengthy email!
              Ram

    <taglib>
         <taglib-uri>/mytags</taglib-uri>
         <taglib-location>/mytags.tld</taglib-location>
    </taglib>That means that your tag libaray definition is located at /root/mytags.tld. Some people put them in the WEB-INF, which would make it /root/WEB-INF/mytags.tld.
    The taglib-uri is how you are going to reference it in your JSP. With the above setup, here is how you would reference in your JSP
    <%@ taglib uri="/mytags" prefix="myTagPrefix" %>
    <myTagPrefix:mySpecialTag/>
    Hope this helps.

  • Reading a file whoes name is dynamically modified by a predecessor program

    Hi All,
    I have a requirement where I need to read a file from application server but the catch is the file name is stamped with date and time by a predecessor program.
    Thanks,
    Gaurav.

    And so what? Do you want to read the list of files with a given prefix? Read [abap wiki - working with files|http://wiki.sdn.sap.com/wiki/display/ABAP/Workingwithfiles] then search forum.

  • Can I dynamically modify event_condition's within DEFINE_CHAIN_EVENT_STEP?

    I am currently attempting to drive a single chain's steps with a variety of parameters using DEFINE_METADATA_ARGUMENT for most of the steps. I have succeeded in much of this - thanks to a previous thread from Ravi.
    However I would like to also use DEFINE_CHAIN_EVENT_STEP with metadata about the currently running Job ( i.e. job_name, job_subname ), as we can with DEFINE_METADATA_ARGUMENT. I would then be able to event drive instantiations of the Chain with underlying lookups.
    In essence the entire Chain ( including event driven steps ) would be capable of a executing under a multitude of parameters ( from lookup ). This saves us from having a large number of chain objects in the Data Dictionary.
    If this is not possible, is there a workaround?
    Thanks !

    use the attach code option to display code in this forum. and
    create a new URLRequest() instance after you pass the string. using
    a function to return the URLRequest() instance would be an easy way
    to do this.

  • Dynamically modifying tables in EJB3.0

    Can one extend or alter table definitions at runtime and then make them available through CMP in EJB 3.0.
    Are there any best practices towards achieving something similar.
    Dev

    Sorry, no solution.
    Would just like to add my weight to this post as Im having the same trouble unless of course you managed to resolve it in which case Id be grateful for your wsidom.
    Two entites (created with CMP from tables wizard) Location contains Stock. Cascade of PERSIST defined.
    Facade method to add stock to a location works (Correct values are insserted into the database) but subsequent finds return Stock entities that are unpopulated (i.e. all proeprties are null).
    Im using latest JDeveloper 10.1.3 build 3673 downloaded a couple of days ago. Am running within JDeveloper also.
    Facade method :-
    public void writeOnStock(String loc, String prod, int qty, String container)
    throws InvalidProductCode, InvalidLocationCode {
    Location l = (Location) em.find("Location",loc);
    if (l==null) throw new InvalidLocationCode(loc);
    Product p = (Product) em.find("Product",prod);
    if (p==null) throw new InvalidProductCode(prod);
    Stock s = new Stock();
    s.setProduct(p);
    s.setQty(new Long(qty));
    s.setContainer(container);
    s.setStatus("-");
    l.addStock(s);
    My tester code...
    stockFacade.writeOnStock("BAY1","LP1",1,"PAL1");
    System.out.println( stockFacade.findAllStock( ) );
    Output of...
    [Stock:[null]null on null]
    but stock table contains a row with all the correct data (Id of 45)
    Stop and start the embedded OC4J server and run again I get...
    [Stock:[45]1 on PAL1, Stock:[null]null on null]
    As you can see record 45 from previous run is fine now, but latest is all null.
    Any help appreciated. Gonna raise a TAR and upload my code. Ill post back if I get a solution.

  • [svn:osmf:] 10587: Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

  • Modify dynamically Static LOV and System Tables

    Hello,
    Does anyone know if it is possible to dynamically modify a Static LOV using a system table. All suggestions greatly appreciated!
    Sharon

    Hello,
    I am converting a program from the old HTML-DB. The original program dynamically manipulated a static LOV using a system table. I am trying to do the same thing. If it is possible to dynamically change a static LOV I would like to know how. If there is no way in APEX, I will create a table and dynamically change the table. Thank you for your suggestions.
    Sharon

  • Dynamically add and modify listbox columns number and names

    I need to dynamically modify number and names of columns in a listbox.
    What should I do for this? And is it even possible?

    Frank-
    Thanks for the suggestion -- I hadn't tried that but just did and it still doesn't seem to work. Would the binding cache AttrDefs separately from results?

Maybe you are looking for

  • Help! I want to read data from a txt file

    the data file is like this: b     a     v c     d     s c     c     d c     d     a c     c     c d     c     d c     c     c the total number of rows is big. How can I read it to an array without knowing the row number (array size)? Thanks.

  • IMac Display Issues Not Resolved

    The Apple Store at La Cantera in San Antonio Needs Help! I purchased my first personal iMac on May 17, 2006. It was a reconditioned model. Granted, I work for a very large urban school district in technology, I decided that the Intel Mac was for me.

  • 9i RAC Load Balancing

    I need some advice for this. INTRO: I got 2 instances of a 9i RAC registered with each's listener via REMOTE_LISTENER parameter but I am not sure if there is any load-balancing being done among these 2 instances. I am using Dedicated server configura

  • ITunes 1

    I have had to install the basic iTunes and it won't open my CDs. It doesn't 'see' them and I can't import to Library.What do I do now? iBook Mac OS 9.2.x 2 years old,1 carefull owner iBook   Mac OS 9.2.x   2 years old,1 carefull owner

  • OBYC : Offsetting entry for stock posting (GBB) , VAX/ VAY

    Dear Sapients, Could you please tell me the difference of the account grouping VAX and VAY for GBB(Offsetting entry for stock posting) SAP helps says: VAX: for goods issues for sales orders without account assignment object (the account is not a cost