0FISCPER text variable "External Characteristic Value Key" has changed

Hello!
Could somebody help and tell, why in BI7.0 version (but 3.x RRMX version) the format of the 0FISCPER text variable (also other time characteristics) has changed from 001.2007 (version 3.x) to 0/1  .0700 (version 7.0)?
I cannot understand the logic of the new Exterternal characteristic calue key. What can I do about it?
Thanks for your help, gurus!
BR, Auli Peltola

I figured out myself the reason for the problem: in the new version the fiscal year variant has to be defined in report so that the 0FISCPER would work.

Similar Messages

  • I get an error:"Unable to sync. Your sync key has changed" But I simply type in the old key and it starts woring again

    When Firefox starts I get an error : Sync encountered an error. An unknown error has occurred. when I go to sync preferences it says your sync key has changed. When in the update key dialog I simply type the old key it accepts it ans again starts syncing as if nothing had happened.

    hello, when this is happening after you've already updated firefox with your admin account, try to delete the ''updates'' folder and ''active-update.xml & updates.xml'' within the %localappdata% folder of your restricted account like it is described in http://kb.mozillazine.org/Software_Update#Software_Update_not_working_properly

  • Text Variable error "No value could be determined for variable " Brain 632

    Hi,
    I want to display current fiscal period as description in the colomn of a query.
    Ex. If current fiscal period is 005.2009 in the colomn it should display 2009005
    For that I have created a text variable.(Is it correct to create a text variable for this?)
    But it gives me following error.
    "No value could be determined for variable " Brain 632 Error.
    Please help.

    I assume that your requirement is suppose a user enter a date as 01/12/2010 - 31/12/2010 in the selection screen then he should get the data for this  range in one keyfigure and 01/11/2010 - 31/11/2010
    For this requirement you have to create one customer exit variable on calendar day :
    I have taken into account only the two values .
    Important is to take into account what if a month has 31 days and previous month has 30 days.
    The user exit will trow an error in this case .
    You need to handle this in the code .
    Data :
    day type string,
    year type string ,
    Month type string ,
    LS_Calday type Date.
    IF i_step = 2.
      CLEAR loc_var_range.
      READ TABLE i_t_var_range INTO loc_var_range
        WITH KEY vnam = 'Z_PCG1'.
    day = loc_var_range-low+6(2) .
    Year=loc_var_range-low+0(4).
    Month =loc_var_range-low+4(2) .
    if month = 01 ,
    year= year -1 .
    month = '12'
    concatenate year month day into LS_Calday .
    else if month = 03
    and day =31 or day = 30 or day = 29 .
    day = 28 .
    month = month -1 .
    month_high = month 
    concatenate year month day into LS_Calday .
    else if month = 05 or month = 07 or month = 10 .
    month = month -1 .
    concatenate year month day into LS_Calday .
        CLEAR l_s_range.
        l_s_range-low  = LS_Calday .
         l_s_range-sign = 'I'.
        l_s_range-opt  = 'EQ'.
        APPEND l_s_range TO e_t_range.
      ENDIF.
    ENDIF.
    restrict the first keyfigure with the user input variable and second with this customer exit variable .

  • Text Variable for a Restricted Key Figure

    Hi,
    I have a version comparison query three Restricted Key figures based on 0QUANTITY each of which are restricted by Version, Value Type and Fiscal Year. All three are in my query columns. The users select 3 sets of version, value type and fiscal year in the selection for comparison.
    They want to see the text of the version they have selected as the description of the column. How can i achieve this with text variables on these 3 Restricted Key Figures which have multiple restrictions. Please advise
    Thanks
    Rashmi.

    Hi Rashimi,
    As u said this can be acheived by text Variable,
    I have adoubt here,are  there THREE columns for Quantity or just ONE column with three Restrictions.
    In case it is three Columns then u can go with Text variables else probably u may have to populate it in three Columns and by using Workbook you can combine them in one Column.....i.e One column with all the restrictions -text.
    And here is how u create a  text variable.....
    Create text Variables,For Example ,say 0FISCALYEAR.
    1)Right Click on the 0FISCALYEAR and Create a input Variable say YFISCYEAR and save.
    2)If ur using 0FISCALYEAR in the RKF,then drag both the 0FISCALYEAR and KF say 0QUANTITY in the new selection.
    3)After the Description of the RKF there is a = sign click on that to VIEW and CREATE Text variable.
    4)Create New Variable ,enter the tech name(say YFYEAR) and dscription and in the same screen choose type Replacement PAth after which u will get a set of infobjects.
    5)choose 0FISCALYEAR
    6)In the Next screen choose the Tech name of the Input variabble(0FISCALYEAR) and save.
    7)In the description of the RKF ,type as 0FISCALYEAR &YFYEAR&.
    Check this too .....
    /people/surendrakumarreddy.koduru/blog/2009/02/26/using-text-variables-with-customer-exits-in-report-headings
    rgds
    SVU123

  • Date format in Bex Output should be changed while using with Text Variable

    I am using a Bex Query where have defined a Text Variable with replacement path. So whatever Date user enters in the selection screen variable (Input Variable) the same date appears in the report description.
    For Ex: If user enters 30.04.2012 in Char Variable/Input Variable before executing the report, so once he executes the report the same date appears on report description like "ABC Analysis as on 20120430". Is also changes the report description whenever user changes the date in selection screen variable.
    My requirement is......Date format should be come as 30.04.2012 (DD.MM.YYYY) instead of 20120430 (YYYYMMDD) in report description.
    Guys could you please help me out to achieve the desired output.
    Rgds,
    Ritu

    Please check if you have selected Replace with Key in that text variable.
    Instead of that select External characteristic value key.
    This should help you in giving the desired output.
    Regards,
    AL

  • Urgent : Text variables behaviour

    Hello All,
    I have created a text variable in a BW query for one of the header.
    Eg: Current month Qty as of &ZESDM123& (user defined date)
    This gets displayed as Curremt month qty as of 20080501
    But when I am using this same variable for other headers, it does not show me the correct output...instead it shows
    non-moving stock qty > 60 days as of &ZESDM123&
    1) How can i get the same date.. for multiple text variables.
    2) The date format should be displayed as 05/01/2008 and not 20080501.
    How can  I achieve these 2.
    Thanks &
    Regards,
    K2

    not sure about 1. but 2 you can try changing the text variable's replacement rule from key to external characteristic value key.

  • No value found for Text Variable

    Hi All,
    I have 2 different variable created on 0VERSION. One for user entry and second one is text variable with replacement path as "text".
    I have 3 different columns in the report.
    One is Restricted KF, based on user entry variable. Heading of this column has to be Result (&ZVERTXT&), where ZVERTXT is my text varaible.
    Now, in second column I m using formula to calculate percentage. Heading of this column is &ZVERTXT& (%).
    Now, in third column i m again using formula using the same KF as in first column. But this time, in the heading this text variable thorws "no value found error"
    can anybody help me out in this issue.. ??

    Hi,
    This is the proble to get value for text variables with Replacement path ,in case system is getting 2 reference values .So it get confusion and says that <i>No value found for Text Variable </i> .
    So as a work around :
    Instead of a text variable with automatic substitution(replace ment path) from another characteristic value, you can also create a text variable that is filled by a customer exit.In the code you  assign the Text value by looking into TEXT table with the value you got from User entry variable( which is used in first Restricted KF).
    With rgds,
    Anil Kumar Sharma .P

  • Error in creating Text Variable

    Hi  Gurus,
    I have one requirement to create a text variable for the user & the user wants to put the description as input to the variable.
    But when i am creating the variable,the variable type "characteristic Value"  is by default selected and i am also unable to change the variable type to text variable.
    Please any body have the solution to resolve the error.
    Regards
    Debasish

    Hi,
    Just select a particular key figure and on the right side you will see its properties..
    Now just besides the description of the key figure you will find a symbol for create variables, just click on that.. It will create a text variable...
    Edited by: mansi dandavate on Aug 31, 2009 11:12 AM

  • Text Variable for Current Cal Year

    Hi Experts,
    I am performing some Calculactions in the Columns (Key Figures) as Fourmula...
    How can i name the Column with the Current Cal Year...
    My requirment is to name the column as Column2009 (Current Year)....and in the next  year it should be
    Column2010
    Please advise me on Text Variable

    Hi Raghu,
    I followed the procedure you outlined
    1. click on the key figure selection, where your are restricting the key figure with the customer exit variable.
    2. Now you have "change selection" popup window.
    3. In the description you have your key figure name. remove the description and write YTD &text_var_name&
    4.keep you cursor on &text_var_name& and select &text_var_name& and then,
    Beside "description" you will be able to see a variable ikon. click on that, from the contex menu of the variable ikon, choose the "change variable" option.
    5.you will now see a 'change variable'' popup window.
    6. give technical name text_var_name. description any thing.
    7.in global settings, give type of variable "text"
    8. processing type is "replacement path "
    9.Reference char is "calmonth"
    10. in the replacement path tab, in replacement rule, replace variable with "infoobject"
    replace with - "external charecteristic value key"
    11. use interval - select "from value" radio button.
    12. give 4 for offset length.
    13. save & ok.
    But the end result i am expecting 2009 but the result i am getting 2009.05
    But my requirment is to get 2009
    Please advise me on how to proceed
    Thanks

  • Name of column using text variable in Query Designer

    Hello!
    I have 3 columns with amounts, 1 characteristic value variable and 1 text variable.
    For example, names of this columns - 2005 year, 2006 year, 2005/2006.
    I fill names using only one text variable and I can call first 2 column. I use set offset of variables for second column.
    How can I call third column ''2005/2006"?

    Hi,
    u need a second Text varaible and u need to correct your existing text variable.
    Prerequisite: u need for your key figures the same KF-variable
    1. Edit your existing text variable  lets say its called &Text1&
    2. Select your Text variable and go to tab "replacement path"
    3. Choose a) InfoObject b) Choose key
    4. In section "use value range" choose from  value
    5. Create a new text variable lets call it &Text2&
    6. make exact the same settings as for your first text variable butchoose for "value range" to value
    Now u use this text variables for your KF:
    KF 1 -> &Text1&
    KF 2 -> &Text1&
    KF 3 -> &Text1& / &Text2&
    This should make it!!
    Regards
    Tobias

  • Text Variable Refresh with Drilldown

    Hello Experts,
    I am using a text variable in my report. And the report is further used in Web application.
    The characteristic value on which Text Variable is build is supposed to change its value with navigation.
    Now when user navigates through the web application, I want the text variable to change its value as well.
    Can you please help me achieving this feature.
    Regards,
    Pratap Sone

    hi,
    use the textvariable of the type replacement path.
    create the text vraible and give the type replcaement path and give the reference charecteristic and give the rule replcae with key or label select what you should be label becuase you want text variable.
    Thanks
    krishna.y

  • Text Variable Not Refreshed

    Hello,
    I created a data text variable user exit.
    everyting works fine, but,
    1) Selection options:
    Year: 2010
    Month: 1 to 11
    The query and text variable return right values
    Year 2010
    Month: Jan to Nov
    but, if i want to make new selection
    2) Year : 2011
    month : 1 to 11
    the query results are fine, but, the variable text return its old : return:
    year: 2010
    month: Jan to nov
    3) when I do it again
    year: 2011
    month: 1 to 11
    The query and text variable return right values
    Year 2011
    Month: Jan to Nov
    Why this happen? why they string doesnt work it 1rst..?
    Thx
    Reg

    I assume , variable 'ZP_CALY2' , which you are reading is created on calyear/ month which stores data as '2011.001' for e.g.
    and you are extracting year from the same and writing the same in a variable for calyear .
    In that case correct the code as
    WHEN 'ZP_AN2'.
    LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'ZP_CALY2'.
    zt_dt1 = loc_var_range-low +0(4).
    l_s_range-low = zt_dt1.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'EQ'.
    APPEND l_s_range TO e_t_range.
    ENDLOOP.
    Otherwise you can try this option ,
    You are entering year in the selection screen , so create a text variable with replacement path and give the replacement characteristic as fiscalyear info-object used in the report .also restrict fiscal year variable in the keyfigure . use this variable along with the keyfigure .
    It will give you the correct year .

  • Text variable for Fiscal year/period

    Hi gurus,
    We are on BI 7.0 (PL 15). In G/L i am using the standard 0FISCPER text variable 0T_FPERF in the columns, which should e.g. produce the text "04.2008".
    However instead it displays "4  .0800". Adding Fiscal year/period 0FISCPER to drilldown shows a correct format in the rows "APR.2008", so the problem seems to be only with the text variables.
    I have checked on a reference 7.0 system where the same variable is working fine, so i assume that some fix must be available. Any hints as to what should be performed to correct this display error?
    Points will be rewarded.
    BR
    Morten

    Hello Jamspam,
    I had a similiar problem with indicators in BEX. I had an numerical indicator that displays me value in a very weird way.
    My solution was to upgrade my frontend, with SAP Business Explorer patch.
    Have you got the latest BEX patch (or others) on your frontend? No guarantees that will solve your case, but for me it worked
    Regards,
    Bruno

  • What is meant by characteristic  values

    hi
    what is meant by characteristic  values
    i have seen some tables like AUSP, these r for characteristic values.
    can any one explain me that

    Hi,
    Characteristic value variables are parameters for a query. You set these variables in the query definition, and they are filled with values when you execute the query. They act as placeholders for characteristic values, and are processed using any processing type.
    In some cases, it is possible to use variables for texts, as well as for characteristic values.
    If you specify a variable as a characteristic value, for example, you do not have to give a text for the characteristic value straight away. Instead, you are able to fill the text field dynamically, according to the characteristic that you used for the variable when you inserted the query into the workbook. Define a text variable with automatic replacement for this.
    Use
    You need to use a variable for characteristic values, if you want to specify one or more characteristic values that you do not want to be included permanently in the query definition. A characteristic value variable is the placeholder for either a single value, an interval, or a set of selection options. With selection options, it is possible to make several restrictions, meaning that you are able to combine single values and intervals (7 and 3 to 19 and 43, for example). Characteristic value variables for intervals and selection options are available with the processing type Manual entry / Proposed value and Customer Exit.
    Thanks,
    Khushbu.

  • Broadcast email Custom Text Variables

    Hi Gurus,
    Is it possible to introduce in Subject or Content of the mail a custom Text Variable ?
    My idea is to introduce in the Subject of the mail a Text Variable representing the value of the Company for which i have scheduled the query, like in the standard BEx reporting.
    Thank you in advance.
    Ciao.
    Riccardo.

    Hi,
    I know this was posted a while ago, but I'm working on a similar problem so I thought i'd include my comments.
    Write an abap program which updates the settings as described in the thread.
    Run the broadcasting from a process chain and include the update of the settings before the broadcast step by executing the abap in the chain.
    In my scenario I have a range of settings broadcasting reports to depot managers and operating company managers. The managers email addresses are held in a custom table with their respective broadcast setting.
    I use the abap to update the broadcast setting text subject - Reporting for OpCo <OPERATING COMPANY> and Depot <DEPOT> and the body text with the run date and more information.
    If the email address has changed I update the RSRD_SETT_NODE_A record accordingly.
    Then the chain executes the broadcast for the revised setting.
    Simple.
    Hope it helps.

Maybe you are looking for

  • Cannot run PAPI in Weblogic Server 10g - Error 500--Internal Server Error

    I use Jdev 11g to create an ADF (PAPI) and deploy it to Weblogic 10g. The code is copied from Jdev 10g. The PAPI works fine in when running in Jdev 10g However, after I deploy the ADF (PAPI) created using Jdev 11g to the Weblogic server. The followin

  • Runtime Error in OPEN DATASET

    Dear All, I am trying to upload a text file in application server. But I am getting the run time error which says- " For the statement     "TRANSFER f TO ..." only character-type data objects are supported at the argument position "f". In this case.

  • NEED HELP / YouTube Upload Problems

    Hey buddies, i'm uploading lets play videos or also called commented gameplays once a day (usually) on YouTube but since the last update (i think this was the moment when the problem was born) of premiere pro cc the videos won't be accepted anymore.

  • Can I make a custom colour out of a 1 spot colour and 1 process colour?

    Hi all. I'm trying to convert a clients colour to a Pantone 802 to run on an indigo press. To get close to the colour I can use a mix of the indigo green and 75% yellow but now i need to convert all my clients colour to my special colour. Id like to

  • Name search. Oracle Text?

    Hi. I have a table containing surnames and forenames, many of which are foreign and easy to misspell. I wish to write a search application that will be intelligent and allow for misspellings. Am I right in assuming I need to use Oracle Text for this?