Variable of copied Query changes the original  Query - variable

Team:
I have a Query "A". Then, I made a copy "B". Both Queries are the same definition, including the variables. In the Query A, there is a variable "ZWWW" that checks the date entered by the user. In the user exit I_step = 3, we check for the validity of the date entered. Unfortunately, we need to test the Query in QAS, which  we do not need to test the validity of the data. Thus, we changed the variable to be "YYYYY" on the Query B.
Unfortunately, this new variable "YYYY" somehow is reflected automatically in the original Query A. This issue is only present if the Query B is a copy of Query A. Basically, the Query A and B have different technical names and UIDs. However, they are in the background related.
The question is: how can I change the variable on Query B without affecting Query A.

Hi Raul,
Variables are at
Query Filter Level
RKF Level..which is Global
What i understand is that this Variable of Query is in the RKF - which is GLOBAL.So if we change the RKF Variable on that Multiprovider... for not just Query A... ...it will change across all the Queries not just Query A or B.
We will have to identify the RKF1 and create a copy of the RKF1 as New RKF2 and replace the old Variable with the New One YYYY.
Hope this Clarifies.
rgds
SVU

Similar Messages

  • Working on keyframes in a copied sequence changes the original sequence as well (Premiere Pro CS5.5)

    Hi everyone,
    maybe this is a very basic question, but the search in the forum didn't bring up any related questions, so here i go:
    Let's say, i copy a sequence in Premiere Pro CS5.5 and paste it in the same project. I have some textclips with keyframes in them. (I do this, because the videos stay the same, i just write different things into them. When i change the keyframes in the copied sequence the way i need them there and then go back to the original sequence, the keyframes there were changed as well. This is not what i wanted.
    My question therefore is: How can i make a copy of one sequence and then work on it without changing the original one at the same time? Why are they linked anyway? Is that just a selection in my version of Premiere Pro or is that a general thing?
    Would be great, if someone could explain that to me.
    thanks!

    If you have not done the New Title Based on Current Title, what you have are Instances of that Title, and they are all linked to the original Title. Make a change, and it is global to all Instances. This is very useful, if for instance, you have a typo. Say that you have used the old Western moivie cliche Title "Meanwhile Bock at the Ranch," a dozen times, only to discover the typo. You only have to correct "Bock" to "Back" one time, and it corrects all Instances of that Title.
    With New Title Based on Current Title, you have separate, individual, and un-linked Titles, so any change will ONLY affect the Instances of THAT Title.
    While the Instances can be very useful, one can be easily confused, when a change to one Instance affects all others.
    Good luck,
    Hunt

  • How do I change the underlying query for the task board (and backlog board) on TFS Preview

    All,
    We work with multi-area projects, each area representing a significant component within the project with its own release/iteration cycle. i.e. Several areas may be active at once, each with different iterations.
    When we look at the task board these take no account of the area being worked on. What I need to do is to be able to change the query behind these boards to point to a particular release/iteration for a particular area.
    Unfortunately there is no drop down selection on these pages to see this automatically so I need to be able to change the underlying query that populates these boards to get the the area and release/iteration that I need.... but I can't find where these
    are.
    Using multiple areas is actually highly frustrating with TFS Preview as it doesn't seem geared up at all to make it easy to switch between them... are we doing something wrong?
    I think I can do this by changing the current iteration - but I can't work out how to do this either once an iteration for a particular area has started.
    Can anybody help?
    Thanks

    It is not possible to modify the query behind the task board. If I understand you correctly, you would like to filter the task board by area path.
    In TFS 2012 we have repurposed the area path field to be the field that determines the team you are working on. We are continuously improving our product and being able to filter your task is one of the improvements that we are thinking of.
    Sorry I can't help you better than this for the moment.
    Please remember to mark the replies as answers if they help.
    Hi Ewald,
    We have a similar problem, see the thread "Best approach for multi-team/multi-projects." on this forum. I'm hopping you can help, since so far the different answers doesn't help.
    Best Regards,
    SYSOTI

  • Can we change the ABAP QUERY exists in Global area

    Hi All,
    I have a requirement to  add new column in the ABAP query in layout for that I am changing a ABAP query ME80FN which is calling  infoset  /SAPQUERY/ME80FN  defined in the global area ( Environment->query areas->global area).
    1) Can I change this infoset and query
    or
    2) Do I need to follow any other steps.
    If I change the existing query in DEV can I transport this to production.
    Please clarify.
    Thanks,
    Jwala

    Yes. We can change the background of an input field. The way you do this is by editing the theme that webdynpro application uses. To edit the theme, you will need to install NWDS PLUS the theme edit plugin (Available for download from SAP).
    Once you have edited the theme, you will need to upload your theme back to application server. You can use the program : BSP_UPDATE_MIMEREPOS to do this.
    Bydefault, the theme used by webdynpro applications is :
    /SAP/PUBLIC/BC/UR/nw5/themes/sap_tradeshow
    You can apply another theme by calling the webdynpro application with a theme parameter. For example, if my webdynpro application name is "zgopaltest", then
    <i><b>http://<server>:port/sap/bc/webdynpro/sap/zgopaltest?SAP-EP-THEMEROOT=/SAP/PUBLIC/BC/UR/nw5/themes/sap_tradeshow</b></i>
    will apply the sap_tradeshow theme.
    Likewise, you can apply diffrent theme. There is another theme that SAP provides. Its called : sap_hcb. Hence, you can apply the theme to the above application by:
    <i><b>http://<server>:port/sap/bc/webdynpro/sap/zgopaltest?SAP-EP-THEMEROOT=/SAP/PUBLIC/BC/UR/nw5/themes/sap_hcb</b></i>

  • How to change the lov query??

    Hi Friends,
    I am trying to extend a controller of the base page to change the lov query. I am not able to get the lov VO since I am not getting the lov AM in the controller.
    I want to use the setQuery() to set the lov query programatically in base class controller PR.
    My controller code looks like ::
    OAApplicationModule am = oapagecontext.getRootApplicationModule();
    oapagecontext.writeDiagnostics(this,"The Root AM is : " + am.toString(),6); // displaying oracle.apps.icx.por.req.server.RequisitionAMImpl
    OAApplicationModule lovAM = (OAApplicationModule)am.findApplicationModule("RequisitionLovAM"); // Returning Null
    OAViewObjectImpl vo = (OAViewObjectImpl)lovAM.findViewObject("ReqSupplierVO");
    String seededQuery = vo.getQuery();
    oapagecontext.writeDiagnostics(this,"Seeded Query for ReqSupplierVO is "+ seededQuery,6);
    String customQuery = "new_query" // here i m writing my new query.
    vo.setQuery(customQuery); // setting my custom query.
    oapagecontext.writeDiagnostics(this,"Custom Query for the ReqSupplierVO is "+ vo.getQuery(),6);
    The following are the details.
    Base Page : /oracle/apps/icx/icatalog/shopping/webui/NonCatalogRequestPG
    Base Page Controller : logi.oracle.apps.icx.icatalog.shopping.webui.NonCatalogRequestCO
    Lov Region : /oracle/apps/icx/lov/webui/ReqSupplierLovRN
    Lov Controller : oracle.apps.icx.lov.webui.ReqSupplierLovCO
    Lov VO : oracle.apps.icx.lov.server.ReqSupplierVO ( i want to remove outer join in this VO query )
    I cant extend the lov controller since the same lov region is using in other pages also where i dont want apply my new lov query.
    Is the way i am trying is correct? How can i get the Lov AM in the base page? Any help highly appreciated.

    Hi Pratap,
    Thanks for coming back on this.
    The background of this customization is, We are implementing AME and are trying to restrict the number of approvers in the Change First Approver LOV (ApprroverLovVO.xml) based on company code and cost centre during the creation of Requistion. At the moment, the LOV is bringing back every employee who has a valid WF role.
    At the moment (up till I saw this thread) I was trying to customize ReqApprChfCo.java by adding this code to processRequest method
    OAMessageLovInputBean CompanyCode = (OAMessageLovInputBean)oawebbean.findIndexedChildRecursive("ChargeAccountFlex0_column"); //this is returing null
    OAMessageLovInputBean CostCentre = (OAMessageLovInputBean)oawebbean.findIndexedChildRecursive("ChargeAccountFlex1_column"); //this is returing null
    RequisitionLovAMImpl am = (RequisitionLovAMImpl)oapagecontext.getApplicationModule(oawebbean); // this is returning null
    OAViewObject approverLovVO = (OAViewObject)oam.findViewObject("ApproverLovVO");
    Then, once found to append the viewobject with where clause. Was this the right method of achiving it, or to create a new custom VO and region?
    Regards,
    Chetan

  • Take a workflow variable and copy it to the user's clipboard

    I'm looking for the means to have a workflow take a variable and copy it to the user's clipboard. Is this possible?
    Cheers,
    Mark
    SharePoint 2013 Online
    Learning SharePoint

    Hi Mark,
    From your description, you have used workflow to copy the URL into a column.
    Then I recommend to use JSLINK to add a button to the list view and copy the URL from the column to the clipboard when clicking the button.
    Here is the code for the js file and please use it in Internet Explorer(the code only works in IE):
    (function () {
    var overrideCtx = {};
    overrideCtx.Templates = {};
    overrideCtx.Templates.Fields = {
    'URLColumn': { 'View' : CopyButton }//change the column to the internal name of the column which you copy the URL to.
    SPClientTemplates.TemplateManager.RegisterTemplateOverrides(overrideCtx);
    function CopyButton(ctx){
    var value =ctx.CurrentItem["URLColumn"]
    var html="";
    if(value!="")
    {var html= "<div><span id='copytext'>"+value+"</span><button type='button' onclick='copy();'>Copy</button></div>";
    return html;
    function copy(ctx){
    if (window.clipboardData && clipboardData.setData)
    var s=document.getElementById("copytext").innerText;
    clipboardData.setData("Text", s);
    After writing the js file, you need to upload the file to SharePoint and then refer to it in the list view web part.
    http://www.learningsharepoint.com/2012/08/03/sharepoint-2013-using-js-link-to-add-javascript-to-listviewdataview-webpart/
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • When I add a picture to iPhoto, does it make a copy and keep the original?

    I'm trying to rid my computer of useless files lately and I was wondering, if I use iphoto to organize my pictured does it create a copy and save the original somewhere like how it does with itunes? if so where can I find these backed up pictures and delete the originals to get more space?

    I'm trying to rid my computer of useless files lately and I was wondering, if I use iphoto to organize my pictured does it create a copy and save the original somewhere like how it does with itunes? if so where can I find these backed up pictures and delete the originals to get more space?
    By default iPhoto copies imported photos to the iPhoto library and you can delete any copy outside of the iPhoto library once you have verified that the imports is good (I wait for at least one backup cycle before deleting the source photos)
    NEVER go into the iPhoto library and make any changes of any sort - there are no user serviceable parts within the iPhoto library and if you make any modifications to the content or structure of the iPhoto library you will corrupt your library and lose data
    LN

  • I have a iMac 21,5" Intel mid 2011 and I need to know if is possible I change the original 500Gb HD for a 512Gb SSD? If yes, where I find a tutorial about this? Thanks a lot and best regards all.

    Hi people,
    I'm typing from Brasil, sorry my English.
    I have a iMac 21,5" Intel mid 2011 and I need to know if is possible I change the original 500Gb HD for a 512Gb SSD?
    I intend to keep the original DVD driver and install the SSD in the same HD place.
    If yes, where I find a tutorial about this?
    And I will like to know if the 512GB Solid-State Drive Kit for Mac Pro is compatible with iMac.
    http://store.apple.com/us/product/MC731ZM/A/512gb-solid-state-drive-kit-for-mac- pro?fnode=5f
    What brand and model of SSD do you recommend?
    Thanks a lot for now and best regards all.
    Carlos Sgrillo
    Porto Alegre, RS, Brasil

    Tukaine
    Sep 23, 2012 10:59 PM
    Since the late 2009 iMacs came out, replacing the hard drive has caused the internal Hard Drive Fan to start running at around 6000RPM.
    This is due to Apple replacing the external Hard Drive temperature sensor with a proprietary firmware and using the drives internal sensor.
    Replacement drives do not contain the firmware to deliver temperature data on the temperature sensor cable.
    When the iMac does not receive a good signal from the hard drive it puts the fan at full speed to protect the drive.
    If you replace your drive, your iMac will initially seem fine, but soon the fan will begin to speed up to full speed. Resetting the SMC (System Management Controller) will have a temporary effect, but again the fan will speed up.
    Fixes people have used in the past included:
    Using smcFanControl and the terminal to set a MAX speed for the fan and writing scripts to start this after every sleep/restart.
    Shorting the temperature sensor cable (Not a possibility on 2011 iMacs) this tricks the iMac into thinking the drives temperature is very low, hence slow fan speed.
    Both these fixes are less then perfect and leave the drive in a dangerous situation with no protection from overheating.
    Another option people try is other Fan Control software. These programs will not work for this particular issue as they often only control the base speed, and if they do control the fans actual speed they rely on the temperature reported by the sensor which is now incorrect.
    HDD Fan Control
    HDD Fan Control works to fix this issue by reading the drives internal temperature using the S.M.A.R.T protocol and set the fans actual speed to a value good to protect the drive.
    It runs at startup and continually to always control the fan correctly, prevent the loud fan noise and protect the drive from overheating
    Instead of HDDFan Control, get the free SSDFan Control
    http://exirion.net/ssdfanctrl/

  • IPhoto changes the original creation date to 12/31/1969

    Hi folks, this is a problem I have been trying to resolve for a very long time.
    I have a large collection of pictures that I took with a Palm Zire 71 and Zire 72 going back to 2003. Every time I import the files with iPhoto (File > Import to Library), iPhoto changes the original creation dates of the jpgs to 12/31/1969. I have tried many different things... most recently I burned the files to a CD, confirmed that the original creation dates were still in tact, and tried importing with iPhoto right from the CD. I got the same result... all photos with the date 12/31/1969. All photos completely disorganized because of Palm's less than great file naming structure. I need to keep the creation dates intact for the iPhoto books I want to make with them, so changing the file names won't work as a solution. Even changing the files names to the creation dates plus a counter would be very difficult because it is over 1500 pictures. Does anyone else know of this problem and perhaps have a solution for it? Thanks!

    Thank you for the suggestion TD. But the Batch doesn't help in this case because so many of the photos were created on different days. I would still have to manually go into each of the creation dates and change them back to the original.
    That's just not feasible for 1500 files. iPhoto shouldn't be stripping the files of the creation dates at import to begin with. I'm hoping to find a way to get the import process to work properly for these files. The weird thing is that iPhoto doesn't seem to do this to files create on a more typical point and shoot camera,
    but only on these Palm files.

  • How to change the font of variables in smart forms dynamicly

    Dear all,
    Is there any suggestion of how to change the font of variables in smart forms dynamicly?
    Thanks in advance.

    Hi,
    You cant change the font dynamically but tell me the scenario I will try to give the solution.
    Regards,
    Nageswar

  • Easy Way To Change The Original File Name??

    I store all my music and videos on iTunes. I just got a AT&T Tilt and I have to use WMP to sync to it. I can't drag and drop iTunes playlists into my media card cause my Tilt uses Windows.
    My main problem with WMP is even though I edit the song/video name, it still syncs over the original file name. If I change the original file name for WMP then I have to rename it for iTunes cause when I go back to iTunes to play the song/video, it says the file is missing. It's a pain
    For example, in my iTunes music foler in My Music, I have a song file named Britney_Pieceofme.mp3. I edit the name of the song and artist to Britney Spears Piece Of Me but when I sync it to my phone, the original file name appears.
    Thanks!

    I think you may need to "look" into the song to see what information is contained in the mp3 tag. WMP automatically sees that information and will store the song at the name in the tag. To solve your problem, you will need an mp3 tag editor (google search) where you can change the tags on your songs, then put them on your Tilt. I think/hope this solves your problem.

  • Not able to change the original system of the object

    Hello
    BW infosource was created in the system Q01 (test) and transported back to D01 (dev).
    I would like to change original system from Q01 to D01 to enable object modification.
    I am not able to change the original system of the object in the tran se03 as  system is disabled.
    Original System          Q01   (grey)
    Any solution for this ?
    thanks

    hi,
    before transporting maintain the settings in the Dev system as follows.
    Open tcode RSA1 in dev system, from Menu goto -- tools -- Conversion of Logical system Names.
    In this maintain the
    Original source system                                   Target source system
    Technical name of R/3 client of test              Technical name of R/3 client of dev system
    This setting has to be maintained while transporting the changes to next system, this ensures that the objects are mapped to the correct source system name on importing and are replicated properly from them.
    regards,
    Arvind.

  • How to change the value of variable in .bpel file

    Hi,
    How can i change the value of variable in .bpel file at time of deployment.
    Can it be possible with configplan.xml or deployment descriptor?
    Thanks
    Richa

    You cannot change the value of variable in .bpel file using config plan. If you want to change value at runtime , you can use Preference variable. Below is the blog to help you understand more.
    http://eelzinga.wordpress.com/2009/10/28/oracle-soa-suite-11g-setting-and-getting-preferences/
    Cheers,
    Durga
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • HT1212 ipod Touch 5th generation. I changed the original passcode and then forgot, so it says 'iPod is disabled'. It hadn't been synced with iTunes, so I switched it off, held home button, connected to Mac, did restore on iTunes twice but it doesn't work.

    ipod Touch 5th generation. I changed the original passcode and then forgot, so it says 'iPod is disabled'. It hadn't been synced with iTunes, so I switched it off, held home button, connected to Mac, did restore on iTunes twice but it doesn't work. Help!

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        

  • How to change the standard query "Create a Master Agreement" by a custom one

    Hello Sourcing CLM experts,
    I would need to replace the standard query displayed when the user tries to create a Master Agreement by a custom query to filter the MA types according to some criteria:
    According to this post: Re: Create security profile for a document template in SAP Sourcing, I've tried to achieve it by doing the following steps:
    Create a new query as a copy of exsiting query FCI-ContractTypes
    Modify query group FCI-ContractTypesBP to include my custom query instead of the standard one to only list the MAType "Standard Master Agreement"
    Following you can see the change done into the query group FCI-ContractTypesBP:
    However, standard query has not been replaced and same set of MA Types are listed.
    Therefore, I would like to ask you:
    Is it possible to do this kind of modifications? If so, which query group need to be modified?
    If it is not possible, is there any other way to achieve that requirement?
    Thanks in advance for your time and support!
    Best regards,
    Isaac

    Hello again experts,
    If this query cannot be modified, is there any option to disable button below? Or at lease, to disable the query group to avoid the listing of MA Types when it is pressed?
    The reason is because we are going to set up the system in the way that only it will be possible to create Master Agreements from Template. However, if user keep on using that button he will be able to create MA from document types.
    Any ideas?
    Thanks again and best regards,
    Isaac

Maybe you are looking for

  • Dunning letters run automatically on a weekly basis

    Hi Expert, Is it possible to make the dunning letters run automatically on a weekly basis? If the answer is yes, then what config do we need to run the report on wekkly basis or what are the steps. Please let me know in very details, because, I am no

  • Playbook won't boot - Completely unique problem

    Ok before anyone blasts me for posting before researching I would like to say that I have done my research and this post is my last hope. I recently bought a second hand Playbook that was advertised as not working for $20. Me being a BB freak and my

  • Anonymous login in sender,reciever file adapter

    hi all xi's i dont know what is the need of anonymous login option in sender,reciever file adapter and the other thing is if i use check anonymous login there is no option for specifing username,pwd,ftp server ip. early anser will be appreciated. bye

  • New and cool in Adobe Photoshop Elements 11 | Learn Photoshop Elements 11 | Adobe TV

    Check out the latest and greatest features, including a modern look, easier ways to share and organize, eye-popping illustration filters, and Guided Edits that help you create vignettes, tilt-shift blurs, and high-key and low-key effects http://adobe

  • Showing a PDF with InteractiveForm and IFrame components

    Dear Experts, For quite some time we were having several issues while showing PDF Files in WebDynpro Java Components because of different versions of Adobe Readers and mainly because of browsers. Finally I have read about the option to show PDFs usin