Query Variable Transport Issue/Question

Hi, i am transporting some queries into my BWQ Quality System and ended up with an error:
Element 1Q070GEFFJXNCR690H6TJ4M13 is missing in version M 
The queries work fine in BWD Development.
I checked the following in table RSZGLOBV
BWD Development System and there is Version A, B, and D
BWQ Development System and there is only Version D
BWP Development System and there is only Version D
So the variable already exists in all of the system and the VARUNID is the same in all of the systems as well..
Any ideas why I would have this issue and will there be a problem with queries already using this variable in BWQ and BWP should I transport it again to resolve this issue.  (If this would resolve the issue)
Thanks!

Hi,
I faced the same issue many times and did the same what Andrey suggested.
In your case the query element does not exist in QA and PRD in Active Version 'A', which means none of your queries in those environments are using the variable already.
We get the description of various statuses when we do an F1 in the field version after running table RSZGLOBV. I could not understand much of the explanation given. It says when an object is saved, the version would be M and when it is activated it would be A. We save queries/elements....but activation??
Regards,
Murali.
Edited by: Murali Krishna K on Mar 7, 2011 11:07 PM

Similar Messages

  • Variable transport issue

    Hi Friends,
    I have a variable, and when i try to transport i am getting the following error. But when i see in transport connection it is available in a transport, then how canit be deleted?.
    Variable ZPHMM_0PROFIT_CTR (4KP0UKBTYWHAKQGLPYL7YTVVC) was found in the query but in the meantime it has been deleted, or it has been used incorrectly.
    Your help is appreciated.
    Regards
    BN

    Hi Friends,
    This is sloved...just did a reactivation and its fine now.
    Thanks
    BN

  • Query variable modification transport

    I modified a query variable description in RRMX and a change request (let's call it CR1) gets created.  But I wonder if I should go to RSA1 Transport Connection to add the variable to CR1?  and how?  I used to do this before quite a while ago and don't remember.  Anyone's answer is greatly appreciated!

    I go to RSA1 Transport Connection and locate the query variable and find that the CR number I mentioned above is listed under the column of Transport Request, that means I don't have to take any action, right?
    I also go to SE09, find the CR number, but find the following under it:
    Elements of the Query Builder
         3V1YMXBY0TW59BDED9632UZ05
         3V1YMXJMJSHURXWUJ38FCWXPX
         3V1YMXRB2R3KAKGAOXARMYWFP
         3V1YMXYZLPP9T6ZQURD3X0V5H
         3V1YMY6O4OAZBTJ70LFG72TV9
         3V1YMYECNMWOUG2N6FHSH4SL1
         3V1YMYM16LIED2M3C9K4R6RAT
         3V1YMYTPPK43VP5JI3MH18Q0L
         3V1YMZ1E8IPTEBOZNXOTBAOQD
         3V1YMZ92RHBIWY8FTRR5LCNG5
         3V1YMZGRAFX8FKRVZLTHVEM5X
         3V1YMZOFTEIXY7BC5FVU5GKVP
         3V1YMZW4CD4NGTUSB9Y6FIJLH
         3V1YN03SVBQCZGE8H40IPKIB9
         3V1YN0BHEAC2I2XOMY2UZMH11
         3V1YNI1142DWG1RY39H665IGL
         3WHDEB8V8U67QMLG3GCHWS7UD
         3WHM6ATJPZQ1ZHELM3DG5URAT
    I can't tell if it contains the variable or not from the above lines.
    Thanks

  • BEx Analyzer Query Selection Variable Screen Issue

    We are in the process of applying support packs to our system--BI7.01 and we are going from SP04 to SP10.  After the application of support packs, when we execute a query (or a workbook with attached query), the query variable screen that normally appears does not, the query just executes without being able to filter/enter selection criteria.
    We are using BEx Analyzer 3.5--long story about not upgrading to BEx 7.x.  In our systems without support packs, the queries/workbook execute as expected.  I've tried making a variable mandatory in one of the queries as a test and the selection screen then appears; however, we have hundreds of queries.
    I've searched SDN and OSS and have found some similar issues, but not a solution.  Any help is greatly appreciated.  Thanks.
    Norris

    Hello Michael,
    Thanks for the informationit's funny as I think I was stumbling upon this notegoing support pack by support pack--when you posted it. 
    We applied to our development system and we are now getting the selection screens, so it does appear to resolve the situation.  Thanks again for the information.
    Norris

  • BW Query variable default value put in Crystal report variable question

    Why BW Query variable default value put in Crystal report variable for BO InfoView to open crystal report.
    I using Analyzer to open bw query,variables had default value ,but crystal report can't had variable default value ,and can't search variable  value.
    pho:
    [http://file.itpub.net/f/e38876ad4f6efb7e73980488e7d71f8d/4ae940e9/day_091029/20091029_2b04da1232144feba180OrB23SNvXtoT.gif/p/1.gif]
    [http://file.itpub.net/f/d93ddfe61e0eaf80429726c61f1a02ff/4ae940e9/day_091029/20091029_3211ffe04bf0302fbab5FRKnbwmH80p7.gif/p/BW_QUERY_Crystal.gif]
    Edited by: flying on Oct 29, 2009 8:20 AM

    I Know what to do .
    but Crystal report date variable value are Garbage characters "###".
    PHO:
    [http://file.itpub.net/f/39a8510104476707ae21c945db93ecba/4ae97949/day_091029/20091029_32dcbb7e7d99141483aesJ9KBJHXN0Kj.gif/p/2.gif]

  • ABAP query transport issue

    Hi,
       I have copied an abap query ZGA to ZGA_IND1 and changed the title to INDIA.  I gave transport number and released and transported to Quality. A transaction has been assigned to this Query
      But when I execute this query from Quality machine using transaction, it says program AQZZZGA=========ZGA_IND1======   is missing.
       Transaction code is transported but not the ABAP query program.  I retransported and failed couple of times.
    Not sure why underlying program is not transpoorted to Quality.
    Any idea, what I am missing here.
    Cheers.
    Sudhaker

    hi,
    I guess the transaction code directly calls the generated ABAP program, which is the bad approach, because the generated ABAP program might have different names in different systems (like here). You have to create a transaction, which calls transaction START_REPORT with the following parameters/attributes filled :
    D_SREPOVARI-REPORTTYPE= AQ "parameter indicating Abap Query
    D_SREPOVARI-REPORT= '...' "Query User group
    D_SREPOVARI-EXTDREPORT= '...' "Query name
    Of course you have to replace the dots with real usergoup and query names. You create this transaction code in the development system and transport it to test and production. It will work everywhere (in case the query is transported as well).
    hope this helps
    ec

  • BW Authorizations - Query variable with processing mode as "customer exit"

    Hi,
    Iam new to BW authorizations and have not yet worked on customer exit before. I was going through the documentation at various sites but I could not get the end to end description on how the query process( when using a variable for an InfoObject) works in case of customer exit.
    Let's assume that I am using  a query variable with processing mode as "customer exit" and at the exit I  write some code to extract user's authorizations from a z table. if this is the case, then when an end user runs a query,how will the the system know what value needs to be filled in the variable for the requesting user. Are the user details  also sent to the code along with the query variable? If so how. If I mis-understood the process then forgive me and let me know the correct process.

    Hi!
    welcome to SDN!
    customer exit variables need programing by user. so if you create a customer exit variable, you got to right a program which extracts values into this variable. we can do what ever we want in program, SAP will not deal anything ´with customer exits.
    with regards
    ashwin
    PS n:  Assigning point to the helpful answers is the way of saying thanks in SDN.  you can assign points by clicking on the appropriate radio button displayed next to the answers for your question. yellow for 2, green for 6 points(2)and blue for 10 points and to close the question and marked as problem solved. closing the threads which has a solution will help the members to deal with open issues with out wasting time on problems which has a solution and also to the people who encounter the same porblem in future. This is just to give you information as you are a new user.

  • 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

  • Error when using Variable Transport Binding in Sender Mail Adapter

    Hi,
    I am using the Sender Mail Adapter to receive an email, convert the attached tab delimited text file into xml and map it to an IDOC.
    I am using PayloadSwapBean and MessageTransformBean in order to do this, and this all works perfectly.
    I am now trying to access the Adapter Specific Message Attributes to retrieve the SHeaderFROM attribute from the message and map it to a field in the idoc.
    However when I check the "Variable Transport Binding" option in the Advanced tab of the mail adapter, the message no longer goes through to SXMB_MONI and I get the following error in the Java logs.
    Transmitting the message to endpoint http://sapserver:53500/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Received HTTP response code 500 : Error during parsing of SOAP header.
    Any ideas why this is happening?
    Thanks,
    Brad

    Hi Luciana,
    Honestly, I cant really remember how or if it was resolved and I was just helping out on the issue, but another consultant continued with it, so unfortunately I cant be any help on this.
    Good luck!
    Cheers,
    Brad

  • BI Variable authorization issue

    Hello Experts,
    Please help me with the below issue. I have implemented Variable authorizations as below.
    1)I have marked Cost Center and Profit Center info objects as Auth relevant.
    2) Created a global Variables for CC and PC with processing by authorization & user exit.
    3) Created analysis authorization for the info object 0cost center and Profit Center and added value as $ ZCOST.
    4) Created the include program ZSECTEST in the user exit to check the Variables.
    I have created only one analysis authorization with both CC and PC fields and restricted to Variables.
    Scenario 1: If the Query that was built on the Cube has only CC data authorizations are working fine by picking the values from the table. u2013 Working
    Scenario 2 : I have a query that was created on MP which has cube A with CC and cube B with PC data.
    (system checks if the user has access both info objects since both were auth relevant fields)
    When user ran the query u2013 custom code checks the table and gets the CC and PC values to the query variable screen.
    Issue: If the query has both CC and PC data for the given date it was showing results fine.
    If the query has only CC data and no PC data then query is giving message saying no data available.
    My requirement is even there is not PC data for that date I want to display the CC data.
    Thanks in Advance.
    Thanks,
    Kumar.

    Hello Sandipan,
    Thanks for the quick response.  Primary key has been already defined in the table.  Issue is I have only one analysis authorization created with fileds  CC and PC restrcited to variables VAR1 and VAR2 respectively.
    When I execute the query in the variable selection screen values are coming fine as below from the custom table. (works)
    Variable selection screen :                   
    Cost Center   -    1,2,3,4
    Profit Center   -     A,S,D,F
    Date               -   10/2010
    In the above example if the query has only CC data for that date - I get error no data available because system is fetching for the  combination of CC 1,2,3,4 and PC A,S,D,F .  I guess some aggregation auth are missing.
    When I execute the same query with SAP_ALL and BI_ALL I get results with only CC - because PC data on this query was not available for that date.
    My requirement is  even if the PC data was not avaiable for that date I want to display all the CC realted  data.
    Thanks,
    Kumar.

  • BEx: How to change a Query Variable that is not visible in Filters List?

    Hello Experts,
    Good day, I'm currently editing an old query, I am changing the Query Variables with new ones, but I found one variable that I cannot replace.
    Please see the screenshot below, in the Query Properties Window [Variable Sequence Tab (right side of picture)] the Variable that I am trying to replace (Unit) is visible. But when I look for the variable in the "Filter Tab" (left side of picture) under Characteristic Restrictions, it doesn't exist in the list.
    How can I find this Variable and replace it with a new one?
    Other reports are still using this variable so it will impact the other reports if I simply edit the variable. So I need to replace it with a new variable instead.
    Thank you for your time.

    Hi,
            SInce you are searching for a variable for Unit, look into below screenshot and navigate to the variables.
    First click on drop down and select 'Entry for variable' then you will get lisl (after you click on drop down in 'Target Unit' drop down option.
    Normally these type of variable called 'Formula Variable' try editing any of the formula and locate the option as shown below,
    Hope it helps! don't forget to update the final solution and mark the correct/helpful answers.
    Remember it will help others to find the solution and motivate the members to answer your question.
    Thanks,
    Umashankar

  • WebI Prompts using BEx Query Variables

    Hello,
    I have the following issues with WebI report selection input paramaters (prompts) that use BW BEx Query variables. Could anyone please assist?
    Issue 1:
    The WebI report has one mandatory and two optional input paramaters (all paramaters from BW BEx Query). When I execute the report via WebI rich client directly, enter the value for mandatory input parameter and leave blanks for both optional input parameters, the report ran OK and has no issue. However, when I ran it through CMC a strange thing happen: I could not select the value for mandatory input paramater as it requires to have values for both optional input paramaters first (which I wish to have them blank and optional). When I refersh values for the mandatory paramater, it says "List of Values for current prompt requires values for following prompts:...(ie. the two optional parameters).
    Anyone has any idea - it seems like it is a CMC issue for the WebI...
    Issue 2:
    Take the same WebI report above, the issue here is the order sequence of the prompts (ie. the selection input parameters). How can we change/control the sequence of the prompts? Whatever sequence of the varaiables (input paramters) in BW BEx Query, the WebI ignores it. Please advise.
    Thanks & Regards,
    Andy

    I did not see separate thread for issue #1, therefore I'll us this thread.
    I am running into similar issue when I get an error message ''List of Values for current prompt requires values for following prompts: <Name of the prompt>".
    We are using BO V4, SP2, Patch 10 with SAP BW as DB via BEx queries.
    I opened support ticket for this issue since obviousely it's still an issue after applying patch 10.
    It's not an issue when 'Rich Internet Application' option is selected to view report in 'Reading' mode (via Launchpad Preferences then Web Inteligence; defautl value for viewing is 'Web').
    I have not tried to use Client tools but even if it works with Client tools - it is not a solution for us. Our company does not plan to install client tools on end user computers.
    Bigger issue us is that report scheduling invokes Web version (not Rich Internet Application). Therefore we cannot schedule report that is giving us problem described. I tried scheduling report from Launchpad and from CMC and both game me error highlighted.

  • Query variable for InfoObject with texts

    Hello experts,
    In the BW I have an InfoObject of type NUMC 19 that stores tasks master data and does have texts, we assume that the InfoObject is called Z_TASK. The texts represent the multi lingual task names. I need to build up a query that filters on the task names, e.g. all tasks between A* and C*.
    When I use a variable in the query, the variable takes the key field values (NUMC values of the InfoObject Z_TASK).
    My questions are:
    1. Is there a possibility to solve this problem using query variables?
    2. Other solutions?
    Thanks in advance.
    Marco

    Hi Marco,
    one possibility would be to create a ods object and post the master data to that ods. Include the text (description) into the datafields of the ods. Enable BEX reporting for the ods. Create a Query on it with a variable selection on the text. Now go back to your other query and create a variable for your task infoobject. Use the prequery on the ods as replacement path for z_task. That should do the job.
    kind regards
    Siggi

  • Dynamic query variable

    How can I have a variable inside the query variable?
    someQuery.dynVar# to be defined as "some text some text #
    url.someVar# some text"
    ColdFusion seems to disregard the CFML code contained inside
    the
    query or
    cffile[read] variables and outputs it with variable names
    surrounded with #. When it's set with
    <cfset> it's displayed as intended.
    How can I force CF to process CFML inside query
    variables?

    This reminds me of the biggest issue that has been bothering
    me for years. ColdFusion CANNOT do dynamic code evaluating. This is
    one of PHP's (it still sucks big time as a web application
    development language) greatest advantages over CF, although
    evaluating dynamic pieces of code is almost just as slow as
    including them from files, one by one. But still...
    CF's evaluate() can only evaluate functions, variables, etc.
    But not actual code, including tags, multiple statements, or
    anything complex like that.
    Actually, I'm not quite sure what you're trying to achieve
    here. It sounds like you want to set _triggers_ for variables, so
    that they would auto-update themselves as some other variables
    changes. Sounds impossible.
    Also, you're wrong when you say "it" works with
    <cfset>. Try this:
    <cfset var1 = "dang">
    <cfset var2 = "ding#var1#****">
    <cfset var1 = "">
    <cfoutput>#var2#</cfoutput>
    If this would work as you stated, you would get "dingdong".
    But you won't, since you can't process code dynamically within a
    variable in CF.
    So, you're best off with something like like cflib's UDF,
    which takes care of the parsing right when you need it.

  • Search query variable not working

    Apologies for this essay but I felt it may be best if I include all the details in order to describe the issue I'm experiencing.
    I have two site collections in one web app called Library and Store respectively. The library site collection has a content type called Book which is made available to the Store site collection through the content type syndication. The Book content type
    has a site column in it called Book Author which is of managed metadata type (the term set has a few terms representing authors). The parent content type of the Book is the out of the box Article Page and the Store site collection has custom page layout associated
    with the Book content type.
    I then add a page and switch its page layout to my custom layout based on the Book content type and on the page, I put a content search web part. I have a managed property called BookAuthor which is mapped to the crawled property pointing at the Book Author
    field and this is where things start to go awry. The query I use in the content search web part looks something like this:
    ContentType:Book BookAuthor:{Page.Book Author}
    According to the documentation of the query variables and FQL (http://technet.microsoft.com/en-us/library/jj683123(v=office.15).aspx), this should return items that are of the Book content type where the BookAuthor is the value of the Book Author field on
    the current page that the content search web part resides on. In this case, my query returns no results. In order to test if it actually works, I manually typed in the value of the author for the BookAuthor property so it looked something like this:
    ContentType:Book BookAuthor:John Doe
    The second query returned the results I expected, but the first one didn't. I've come across a similar problem to  this and previously, I found out that SharePoint had duplicated the Book Author field in the content type such that one was named "Book
    Author" and the type showing was TaxonomyFIeldTypeMulti while the other one was named "Book Author_0" and the type showing was Note. I used the following powershell script to determine the names of the fields in the content type:
    $site = new-object Microsoft.SharePoint.SPSite("http://www.yousite.com/")
    $web = $site.OpenWeb()
    $list = $web.Lists["YourList"]
    $list.Fields | Format-Table Title, InternalName, TypeAsString
    Previously when I encountered this problem, I simply tried both fields and one would always work. For example, I would try BookAuthor:{Book Author} and BookAuthor{Book Author_0} and one of them would work. In this case, I've tried both and none of them seem
    to yield any results in my query. I noticed that I always seem to get duplicated fields only when I'm using columns of managed metadata type. I know my managed properties work because I can specify manual values and that yields the results I expect, but as
    soon as I try to use the query variable from the page fields, it doesn't work. Strangely enough, I can use the Title or any other non-managed metadata fields of the page in my query variable (e.g. {Page.Title}) and I can get results that way. I've done index
    resets and full crawls but nothing seems to fix this. Any help or insight on this would be greatly appreciated as it is driving me nuts!

    Hi,
    Please refer to the following post:
    Infoobject F4 help in the Query takes lot of time and hangs
    F4 Process takes a long time to show the values
    There are several SAP notes on performance improvement for F4 help as mentioned in the first post. You may refer to the SAP notes as well.
    Hope it helps,
    Thanks,
    Abhishek.

Maybe you are looking for

  • I have a Hp Officejet Pro 8500A plus. Installed a wifi ampl, cannnot connect my pc tot the printer

    Since I installed a wifi amplifier in my house my laptop can not connect to the printer anymore, even though it says it is connected, when I start to print it says it is not connected. I tried a lot. Shutting down the printer, put the driver of the p

  • Video wont sync onto ipod

    Hey, im seeking help... For some reason, my videos that are in my itunes library for some reason will not sync over to my ipod. I have a 160gn ipod classic, anyone have any idea why this isnt happening? Cheers

  • Changing sountrcaks within a slide show?

    Can I change the background soundtrack at a point within a slide show? Tried exporting to iMovie a Quicktime movie to add two soundtracks, but iMovie would not inport.

  • Incompetent and Liars thinking of switching providers

    I have been a Verizon Wireless customer for almost 20 years.  I have had as many as five lines that I have paid for over the years.   At the current time I am paying for 3 lines.  For those 20 years I have had insurance on my lines the whole time.  M

  • SQL 2008 View's collation ?

    When creating a new Local View from a linked server on a foreign server that has different source view collation, is it correct that all of the Local View's column collations inherit the same type based on the DB that's it's within ? If yes then woul