Variable for texts in selection not unique

Hi Guys,
i have a query with a test variable in place in a selection restricted to 0Fiscper3. It worked before upgrade to netweaver 7.3. Now when i open workbook the text variable cannot be replaced.The error:Text variable ZCS_RV_T_PERIOD, which is found in the item "", needs to be replaced by the value of the characteristic 0FISCPER3. This value is not clearly specified in the item "". Therefore, no replacement takes place.
What can i do Does anybody an idea.Did the usage change in BW7.3.
Thanks and regards,
Murat

Hi,
If I am right and the description is as above then
in the query you are trying to replace the text variable ZCS_RV_T_PERIOD
and it should be replaced by characteristic value. The same
characteristic if it is also used in the selections with another values
makes no sense for OLAP processor to replace this. If you have
other selections which are done from 0FISCPER3,this will be the
same characteristic for which the text variable ZCS_RV_T_PERIOD should
be replaced.
The OLAP processor makes the replacement of such kind of
variables in context sensitive way. That means if you have another
values for this characteristic (use another variable with shifts) then
your selections are intend to return data for another characteristic
value that should be replaced. And this is not possible.
As a solution I would suggest to use another text variable which
should be filled not by characteristic value, but variables with
Customer exit or SAP exit. These types of variables will be replaced
in all cases.
Thanks,
Venkat

Similar Messages

  • My iphone 4s voice dictation for text messages is not consistently working. Sometimes it works, other times after the dictation it just gives me a blank space. Anyone else having this problem?

    My iphone 4s voice dictiation for text messages is not consistently working. I've had the phone since Thanksgiving and it always worked perfectly, but the last few weeks it's been hit or miss. Sometimes it works, sometimes it doesn't. Anyone else having this problem? I tried the hard reset but that hasn't fixed it.

    I have the same problem since updating to IOS 8.3. Any app to which I want to send a new link via IMessage does not allow me to select a contact to send the IMessage to. Using a pre-existing thread does not have same problem.

  • Assignment: Business partner for person '50000029' is not unique

    HI,
    In the past, whenever I use to create the employee using Tcode PA40, the corresponding Business Partner (BP) used to get created.
    But now when I create the employee, BP does not gets created.
    I checked using the program "HR_SYNC_PERSON" and found that whenever I select the employee option and execute it gives the following error(whenever I select the employee option and execute):
    Assignment: Business partner for person '50000029' is not unique
    Can you please help!
    Regards
    Manish

    Oh, I understand.  Earlier I misunderstood your statement.
    So the CP is 50000029.  Regardless, the point is still the same.  SAP tried generating a BP to tie to CP 50000029.  Your system HAS configured a BP number range.  Whatever the next value of your number range is, seems like is already being used. 
    Go to the BP number range config and look at the next value.  Look in transaction BP and enter that BP and see if you get any hits.  My guess is that you will.  You'll likely need to end up changing your business partner number range.  You won't get unique violations for different OTYPE values. 
    What's your existing BP number range next value?  What happens when you search for that value in transaction BP?

  • Use BEx variable for user input data, not to filter.

    Hi,
    I have a situation where I am displaying notification task data.  Each header notif has a number of tasks.  These tasks are marked either newest, oldest or no mark (in the middle) for each different task code.
    Using VKF's and by passing the user entered variables for newest and oldest I am able to make KF calculations.
    So if I have a notif that is like this:
    Notif XYZ
      Task 1  Code: SCM     Date: 1/1/2000
      Task 2  Code: SCM     Date: 1/4/2000
      Task 3  Code: SCK     Date: 1/10/2000
    If the user selects Newest = SCM and Oldest = SCK
    The key figure would use those 2 different notif tasks to calculate.
    This works fine.
    My problem now is that since the data is displayed at the line level.  When the user enteres his choices for task code, BEx will filter to find one single task item that has both the Newest and Oldest values that the user entered.  It will return no data.
    Example:
    NOTIF    TASK      NEWEST     OLDEST
    XYZ.........1.......SCM
    XYZ.........3..................SCK
    If user enteres Newest = SCM and OLDEST = SCK
    It will look for one line with both value, returning nothing.
    So, I want to simply use the BEx selection screen to pass values to my virtual code (which I already have working)-  but I do not want the report to filter on a notification that only has both values as OLDEST and NEWEST tasks.
    Is this possible?  To deactivate the BEx filtering for two infoobjects thus only passing the user entered values to my CMOD code?
    Any help/suggestions would be appreciated.
    Thanks in advance,
    Brandon

    Hi Prakash,
    Can you explain what you mean?  I know using a text variable would allow me to take the user entry and apply it to the header of a column... but how would it disable filtering on what was entered?
    Thx

  • HT4528 The ringer on my iphone4 for text messaging is not working - any suggestions?

    Therigner on my iphone 4 is not working for text messaging?  Any suggestions??

    Hello lynmeyer1,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Understanding notifications
    http://support.apple.com/kb/ht3576
    Check Settings > Notification Center to ensure that the app is configured for notifications.
    iOS apps can provide three types of notifications:
    Sounds: An audible alert plays.
    Have a nice day,
    Mario

  • Message settings option for text messages is not c...

    I am using  N73 phone and here i cant go to the message settings option for text messages. actually i want to change my message center.
    Message > Options > Settings > Text Message 
    When i tried to follow above steps it finally ends up with the Main menu. But previously it works fine. I want to know there whether there is another way to set it or i need to go for a phone software installation.
    Thanks.

    The settings can also the sent directly to your phone as an auto install sms from your network. Contact your network and request they send you the sms.

  • How do we create variable for hierarchy node selection

    hello all,
    I have to create a variable as to where the user ca input the node of hierarchy in his selection at the start. Do we have to create a new variable ?
    I have the hierarchy loaded for that infoobject. I tried creating a new variable but the when I select from drop down as varaibles and name of the hierarchy no variables shows up.
    Thanks

    Hi Raj,
    Please see this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/83/096d399bd2046fe10000000a114084/content.htm
    It has complete details.
    Hope this helps...

  • Create URL Document for text only string (Not XML)

    I want to query a http page that return only a string of text. The response is not formatted with XML. Is it possible to read the value of “parameter1” containing “4321” from the Contact Center Express script?
    Response (pure text):
    parameter1=4321&parameter2=1234

    Getting the response body of an HTTP GET request is as easy as:
    Set my_string = URL[http://my-server.local/]
    Now, if the response body is formatted as a query string:  key1=value1&key2=value2, you will need to further process your results.
    You can feel free to search the web for "java query string" to see if there's code out there you like, otherwise, here's one way to do it in UCCX.
    /* This Set step makes the HTTP GET request to the web server and stores the response body in the String */
    Set my_string = URL[http://my-server.local/]
    /* This Do step takes any size query parameter and turns it into a HashMap */
    /* E.g., From this: key1=value1&key2=value2; to this: map[key1] = value1, map[key2] = value2 */
    Do {
        String[] pairs = my_string.split("&");
        int i = 0;
        int j = pairs.length;
        for (; i < j; i++) {
            my_map.put(pairs[i].split("=")[0], pairs[i].split("=")[1]);
    }/* This If step checks the existance of a specific key, and if it exists, we get the value for use in our script */If (my_map.containsKey("key1"))     True          /* The specified key is in the map, set account_number to its value */          Set account_number = (String) my_map.get("key1");     False          /* The specified key is not in the map */
    I hope that makes sense and helps you.  Ask questions if you need more help.  Good luck.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Dictation is not working for texts., Dictation is not working for texts.

    My dictation feature is not working.  The line is not very "wavy" when I speak.  How can I rectify this problem?

    Hello, alicefay50. 
    Thank you for the question.  Try closing all open applications and power cycle the device.  Test the results after processing these steps.  If the issue persists, try going through the troubleshooting steps in the second article below.
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iOS: Troubleshooting Siri
    http://support.apple.com/kb/ts4079
    Cheers,
    Jason H.

  • Javascript works for text field, but not date ??

    Hi,
    I'm trying to calculate work-day hours based on a start and end date range, as the dates are changed (using onChange event). I tend to do this kind of thing in chunks, so I started with a very basic script that should simply update 1 item with the value of another, when it is changed.
    function change(){
    html_GetElement('P51_UPDATE_TO').value = html_GetElement('P51_UPDATE_FROM').value;
    As log as P51_UPDATE_FROM is a text field, P51_UPDATE_TO updates fine. If P51_UPDATE_FROM is a date field however (as it should be), P51_UPDATE_TO doesn't udpate at all. Any ideas why this might not work with a date field update?
    Many thanks,
    albertmi

    After playing around a bit more, I notice that manually typing in a new date will trigger the onChange event, but I can't get it to work when using the date picker...is there a way around this?

  • Repousse not avaible for Text layers?

    Hello,
           I love the 3d effects with the 3D panel and Adobe Repousse. However everytime I select a text layer and then go to 3d, repousse, create object, I get and error that says "Repousse for Text layers is not supported at this time."
    But I have seen it done it tutorials and on the About Photoshop CS5 extended, it says It can be done...
    So how can one, I, user Adobe repousse with Text Layers in my Adobe Photoshop CS5 extended trial?
                                                                                    That is after I get Photshop insatlled properly and working-- here is that discussion
    Thanks for all your help and Regards,
                                                        Team 1504.

    You need to have a video card that supports OpenGL Drawing in Photoshop and have it enabled from Edit->Preferences->Performance

  • Variable for attribute

    Hi Gurus
    I need to create a variable for the attribute only not for the characteristic in query designer.
    Iam in BI7.0 please help me how to do this.
    Thanks in advance
    viki

    It's a relatively straight forward process VIKI, try reading through these guides.
    http://help.sap.com/saphelp_bw33/helpdata/en/f1/0a56a7e09411d2acb90000e829fbfe/content.htm
    and here
    http://help.sap.com/saphelp_bw33/helpdata/en/ac/789b3c4d4d8d15e10000000a114084/content.htm

  • Mass translation of text Symbols,Selection texts and Structures

    Hi,
    As per our Project Requirement we need to  maintain Mass translations for Text Symbols, Selection Texts and structures.
    Can anyone please provide a Tool or a solution through which we can maintain these translations without doing it manually
    through SE63 transaction .
    I have all the Translations maintained in a (.xls) file.
    Is it possible to provide this (.xls) (This .xls has the Original text and the Translated text) as a input and get the translations done.
    I would also like to know in which table these translations are maintained.
    Please help me with this.
    Thanks in Advance.

    Hi,
    There is no standard tool as such.
    You can use below technique to develop your own tool.
        READ TEXTPOOL 'Program name' INTO i_source LANGUAGE 'Language'.
        DELETE TEXTPOOL 'Program name' LANGUAGE 'Language'.
        INSERT TEXTPOOL 'Program name'  FROM i_target LANGUAGE 'Language'.
    Thanks,
    Vinod.

  • BAPI_INSPOPER_GETDETAIL error: Operation not unique

    I already post this in QM forum but i think now if you check the update is a ABAP question too so i repost this here too
    sorry if is not.
    Hello i not sure if this is the right place for this question because the abap subject of it , but my problem is not a abap i think is more a pure QM config/master data issue but i not a QM expert ( just abaper ) and i need some hints.
    i am trying use the FM BAPI_INSPOPER_GETDETAIL i pass the lot number and the operation lot number but i get a error tell me
    that the operation for that lot is not unique when i check the matchcode ( searchhelp ) in the QE11 of this lote ins true i can see 2
    operation BUT WITH THE SAME NUMBER !! , but one is mark like not relevant for insp ( grey square ) and other is relevent for inps ( yellow triangle ) even with the FM BAPI_INSPLOT_GETOPERATIONS i get 2 operation with the same number but not the same WORKCENT. i think this is not a right config of QM but not sure , what i can look for solve this ? is right have 2  operation with the same number but dif WORKCENT one relevant and another not for inps ?
    Thanks.
    update: i check this other operation is a overhead operation add by the PP people , how i can handle this ? how i can make this irrelevant for use the BAPI ?

    i change the operation number for the pararell sequence and now work

  • Setup variables for BEx Query

    Dear all,
    I am working on a BEx query. I would like to show MTD and YTD actual & planned expenses. My questions are as follows:
    (1)      how can I set up variables or variants which can look up the system date to calculate the MTD and YTD date? For example, I execute the query without input the date and I would like the query automatically look up the date for YTD  (e.g. 1/1/2009 u2013 2/20/2009) and MTD (2/1/2009 u2013 2/20/2009) for actual expenses?
    (2)     Since the planned data is by year and distribute 12 months equally and not by day, how can I set up variables which can look up the system date to calculate the number of the days from the beginning of the year up to today and beginning of the month update to today so I can calculate the MTD and YTD planned expenses based on the annual budget.
    Thanks

    Thanks Reddy,
    Since my variable for planned data is not date variable anymore, it is a factor = current date / number of days in current month and I used this to multiple by the planned monthly data.  If I used entire month and  the plan data will be overvalue, I can't compare to the MTD actual data since actual date is updated by day.  How can I create a variable for this and use it to caluclate in the BEx Query?
    I believe the function will work but I don't know much about ABAP.  I try to search sample code for the function.  here is what I get but I don't think it is going to work. Can you point out what is missing? I believe I need to put it under 'ZXRSAU01'
    Under CASE I_DATASOURCE
    I put
    WHEN 'ZMTDFACTOR'. #the variable name of the MTD factor
    PERFORM ZMTDFACTOR_EXIT.
    In ZMTDFACTOR_EXIT  and here is the code I get so far
    WHEN 'ZMTDFACOTR'.
        DATA:  SDT TYPE SY-DATUM,
              MON_FACTOR TYPE N,
              ST_CD(2) TYPE N,   
              ST_LD(2) TYPE N.     
                l_date_in  type sy-datum,
                l_date_out type sy-datum.
              SDT = SY-DATUM.
    *current date
              ST_CD = SDT+6(2).
    CONCATENATE l_v_calmonth '01' into l_t_range-low.
    l_date_in = l_t_range-low.
    CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'
      EXPORTING
        day_in                  = l_date_in
    IMPORTING
       LAST_DAY_OF_MONTH       = l_date_out
    EXCEPTIONS
       DAY_IN_NOT_VALID        = 1.
    *last date
    ST_LD = l_date_out+6(2).
    *Calculate the factor based on the MTD
    MON_FACTOR = ST_CD / ST_LD.
    How can I send MON_FACTOR to ZMTDFACOTR and back to the query?
    Thanks again.

Maybe you are looking for

  • Sharepoint designer workflow 2010 change status

    Hi        I have a document library which contain certains folders .I have written a sharepoint designer OOB workflow (i e  a simple approval workflow) When I tried to add some items inside a folder for eg I have a folder named Test  and i add a docu

  • Imovie Novice:background music on iphoto slideshow - help :/

    It's my very first time using Imovie.. i have taken some photos that i want to upload to youtube/vimeo.... its a slideshow of 10 photos but i wanted to play a song in the background that about 3mins long..the song stops abruptly when the slideshow fi

  • Vbfa and vbrk tables invoice issue

    Hi friends, Here I am facing one problem in one of my report in that i am first match delivery no with likp and vbfa table then i am take vbeln from vbfa table like that SELECT SINGLE *          FROM vbfa WHERE vbelv = likp-vbeln  AND vbtyp_n = 'M'  

  • Oracle data lookup (read) - Licensing query

    Hi, We are running SAP R/3 4.7 Enterprise with Oracle 9.2.0 as the backend database (on Windows Server 2003 OS). Our Oracle license is embedded with SAP i.e., not acquired separately. For business needs we intend to make read only queries to the back

  • Export playlists from my iMac and import them to my MacBook Pro

    Both computers have the same library, however I can not export my playlists from my iMac to my MacBook Pro. The name of the playlist imports into my library but the music doesn't. Any suggestions..