BI 7.0 Standard Variable

Hi Experts,
Does anyone have a list of standard variables used in BI 7.0. If anyone has it pls forward the same.
Thanks

Hi
The following table gives an overview of the possible combinations of variable types and processing types. The dialog steps that the variable wizard offers for each combination are also listed.
Variable Type/Processing Type
Manual entry / default value
Replacement Path
Customer Exit or SAP Exit
Authorization
Characteristic Value Variable
Details
Default Values
Replacement Path: Replacement with Query
Details
Details
Hierarchy Variable
Details
Default Values
Details
Hierarchy Node Variable
Details
Default Values
Details
Details
Text Variable
Details
Default Values
Characteristic
Replacement Path: Replacement with a Characteristic Value
Details
Formula Variable
Details
Currencies and Units
Default Values
Characteristic
Replacement Path: Replacement with a Characteristic Value
Currencies and Units
Details
Currencies and Units

Similar Messages

  • Standard variable of PO for MIRO Transaction

    hi,
          durinf transaction MIRO, when we hit pricing procedures then i want the standard variable for PO(ekko/ekpo) flowing in the pricing procedure so that i can use it in pricing procedure.
    Thanks,
    Gaurav

    Hi gibi,
    You can check both PO price and changed invoice value in ME80FN report.
    1.Execute ME80FN with relevant PO number.
    2.On the ALV icon list last icon u can change your view, change it to "Purchase Order History"
    3.Then you wll get the PO history.
    4.Now click "Change Layout" icon and add "Invoice Value in FC" field in to your display list.
    5. Now you can compare your PO price - "Amount" with "Invoice value in FC"
    Hope this will helpful.
    thanks
    Sandun

  • Change SAP standard variables

    Hi Experts,
    I have a scenario where we have done Broadcasting settings for some queries so that they run on weekly basis.  This has been automated to some extent.  But, these queries use variables which are mandatory manual input type and are standard SAP variables.  For this, we need to change the values everyweek.
    Instead of changing manually, can we change these variables as Mandatory customer exit default value variables so that we can write code for this and then can completely make the broadcasting automated.
    The variables I am asking whether we could change are SAP Standard variables:  0P_FYEAR (fical year), 0P_FPER (posting period).
    Please suggest.
    Regards,
    Ravi

    Hi,
    Thanks for the quick reply.
    The problem here is there variables are again used in calculating some other variable values either single value or intervals.  Also there are many queries which use these variable I am discussing about.  So, in this case it will be really hectic to change all these queries.  Even though if we change these variable properties, I think as these are mandatory customer exit default value variables, there wont be any effect.  If at all any exists can you please let me know what type?
    What do you suggest?
    Regards,
    Ravi

  • Standard variable exist for calendar day that uses current working day

    Hi
    Is there any standard range Variable that exists for info-object calendar day that uses the manual entry for the lower limit and upper limit as current working day .
    Please advise.
    Thanks.

    There are a number of standard variables 0n 0CALDAY - of processing type SAP exit, Input Allowed, Select-option or Range. You will have to check whether they give the default value of current date though as that will have to be looked up from documentation or user-exit code (or from the name of variable).
    To shorten the candidate list, SE16 on table RSZGLOBV where
    OBJVERS = D (Delivered version)
    IOBJNM = 0CALDAY
    VARTYP = 1
    VARPROCTYP = 4 (SAP Exit)
    VPARSEL = I, S (Range or select-option)
    VARINPUT = 'X' (Ready for input)
    It should give you about 6-7 variables that you can explore further. It is likely that none of these default to current date. Some of these are
    0DAY_***
    0TWB_30T
    0CDL12CM
    0I_CCMDR
    0CD_L14D
    0S_CALDAY
    0CD_L7D
    I see that you are looking for current 'working' day as default. Very likely the answer is 'no' in such case.
    Edited by: Ajay Das on Mar 1, 2011 7:39 AM

  • Copy Standard Variable into Z variable.

    Hi all,
    I am using a standard variable 0DAT in the query for 0calday.
    Now i want to make a clone of the same variable.i.e i want to copy it with the same structure into Z variable.
    Also, 0DAT is having SAP Exit and that should copy to Z variable.
    Please suggest.
    Regards,
    Macwan James.

    Hello,
    User exit are variable specific, so if u create new z variable you have to write your own user exit.
    Its pretty simple to create:
    1) Create Zvariable type user exit with single and no ready for input
    2) In CMOD write a simple code for this variable as
    when 'zvariable'.
    if i_step = 1.
    l_t_range-low = sy-datum.
    l_t_range-sign = 'I'.
    l_t_range-opt = 'EQ'.
    Regards,
    Shashank

  • Is there any standard variable to calculate previous and current month

    hi,
    Is there any standar variable to calculate previous month and current month which will calcualte from system date (sy-date). I found standard SAP Delivered variable - 0CMONTH to calculate current month. But i want both current month and previous month.  IF it is not avialble can you please provide me the ABAP code..
    thanks in advance.

    Hi,
    Check this thread.
    ABAP routine for loading previous months data in infopackage
    Regards.

  • Reading non-standard variable types from file

    Hi,
    I'm currently on a programming course, and I need some help with an excercise.
    The excercise is about adding save, load and undo features to an Infocom style text adventure. The save file must contain three variables: The location of the player (Area), the items the player had (ArrayList<Item>) and the number of passed turns (int.)
    Is it possible to write to & read from file with these type of variables? Or do I have to convert them to Area to String (saving) and from String to Area (loading)?
    Thanks for the help in advance.

    You should probably take a look at Java Serialization (google on that)
    Kaj

  • Sap standard variable for currecnt calmonth & year

    hi
    please let me know any sap standrd variable for current month & year

    Hi,
    "OP_RTFPM-Current Month of Fiscal Year", this is also to give month only. If still be in searching just try for month.
    Thanks-RK

  • Standard Query Variables not available in Q

    Hi All,
    We are not planning to transport the queries from DEV but create them in directly in Q and P. But I am unable to see any of the standard variables in Q or P. Do we need to transport the variables from DEV(even the standard ones)? If so, can we transport all the available standard variables into Q as a set or do I need to collect all of them in the transport connection and follow thw same process which we use to transport the normal objects?
    Best Rgds,
    Nene.

    Nene,
    If you have authorization you can do that in P or Q. Well, asking for a request can be suppressed by basis team. But the best practice to activate them in dev and transport them to QA and prod. And still if the prod and QA systems are opened and client has no problem you can do that in respective systems. Basis people can make it not to ask for transport request and can make it save by default as a local object.
    Activating and transporting them to target systems will no lead to inconsistencies in future transports related to these objects. Now its up to you to decide the mode....

  • How to view sap standard 0P_PRFP1 query variable

    Hi Guys,
    I want to view the code for sap stadard query varibale Previous Period of Current Fiscal Year (SAP Exit) 0P_PRFP1. I have checked in TCode SE37. I know i can view customer exits by viewing Tcode CMOD. Is there a transaction to view SAP standard variables?
    Thanks
    Forhad

    Hi,
    Is it Function Group BWCO -> Function Module RSVAREXIT_0P_PRFP1 ?
    Regards,
    Michael

  • How to create a variable in Bex Query Designer

    Hi guys,
    I am writing a query for a travel management report using the SAP Standard cube. I would like to restrict the query so it only shows me the last two months excluding the current month. I have checked BI content in RSA1, but I canu2019t find a relevant SAP standard variable that I can use.
    Can anyone please tell me if I can create my own? And if so, how I can do this.
    Many Thanks
    Forhad.

    lets say u want to display following picture:
    sept$-----august$
    City
    -chicago123$--
    44$
    so in Query designer go to Default values section.
    Bring in Calendar month
    right click calendar month
    and hit Restrict
    now select variable
    use standard sap variable Current Month.
    hit okey
    now select Variable and hit Red button
    Result u restricted current month.
    in columns bring in keyfigure $
    right click and hit edit
    bring in time field calendar month
    right click and hit restrict
    bring in Current month
    right click and select - SET OFFSET FOR VARIABLE
    select -1
    hit okey
    repeat the above process
    and this time select offset = -2
    this way u restricted current month
    but displayed last 2 months for keyfigure values.

  • How can we Restict the Char single value Variables with , , =

    Hi Experts,
    How can we Restict the Char value Variables with <, >, <=  (without selecting Inverval or only passing single value)
    For Example
    We have a standard Query 0FIAR_C03_Q1005, in this
    New Selection
    "1 - 15 Days, Posting Date<=Key Date, Clearing Date>Key Date"
    This is restricted  with the
    Clearing(0CLEAR_DATE)
    <Clearing key date(0P_KEYD3)  It is a single value SAP Exit Varible
    PostingDate(0PSTNG_DATE)
      <= Posting keydate(0P_KEYD3)  It is a single value SAP Exit Varible
    When seeing these 0P_KEYD3, 0P_KEYD3 variables in the New selection screen they looks like  >0P_KEYD3, <=0PSTNG_DATE
    if you define any custom variables these are looks like =ZV_DATE.
    to enable < , >, <= symbols for variables what we need to do.
    In other way
    Say we created one variable ZV_DATE single value, processing type as customer exit.
    for this we populated current day,
    Now Requirement is we need to display the all the records which are <= current date,
    instead of passing low and high values, i want to restrict the calday <=ZV_DATE
    New selection
    0calday
      <=ZV_DATE
    How can we achive this, this is how the business content report having the restrictions
    Please sugget me.
    Thanks
    Chandra
    Edited by: Chandra Gandla on Jun 18, 2010 11:01 AM
    Edited by: Chandra Gandla on Jun 18, 2010 11:01 AM

    Ok,
    In the InfoObject 0calday in the query designer under the filter area, under characteristic restrictions right-click over that InfoObject (0calday).
    In the next window (select Values for [0CALDAY]  Calendar Day in the dropdown box for "Show" choose Value Ranges. Under the word "Between"  dropdown box select "Less than or equal to"
    Below that word click on the button of the dropdown box Select from list.
    In the new window select instead of History Variables and double-click on your variable ZV_DATE.
    Click on the right blue arrow to move it to the right.
    And there you go.
    Tip: It exists a SAP standard variable named 0DAT which is exactly the current date (don't need to use ZV_DATE variable).
    Diogo.

  • How to look at sap exit  for bex variable

    hi gurus
    how can i read a sapexit for a standard variable created by sap. i need to replicate that same code and modify it and make my own user exit for a custom variable.
    thanks

    hi Adnan,
    sap variable exit is process with function module RSVAREXIT[variable name],
    e.g you want to see code for 0date, run SE37, RSVAREXIT0DATE and display.
    hope this helps.

  • Variable last date of previous month/last date of current month

    Hello Experts,
    I am facing an issue while designing a query.
    Requirement is like this.
    Report will be run on monthly basis.so on execution of report, it should prompt for month/year.
    now on report there are two columns for which I have to get data on date basis(last date of previous month and Last date of current month).
    Can anyone tell me is there any standard variable for this? what is it?
    or how to achieve this?
    Regards,
    Nirav

    Hi,
    See if this post in this forum can help you.
    Re: Last date of a month
    Regards
    Shalabh Jain

  • Variable replacement path with another variable

    Hi Guru's
    I'd like to use the functionnality of replacement path from a variable.
    Well, i have variable V_1 which is a basic manual entry variable based on a date infoobject. this variable is not mandatory and accessible.
    And i have the variable V_2 which should be based on V_1 so i created V_2 with a process replacement path and in the replacement tab i put V_1 (i try with the list but i didn't find my V_1)
    But the result is that V_2 is always empty but i have no problem when i check the query
    So do you have any idea ?
    Why i can not see the V_1 in the list of variable from the replacement ?
    I don't want to use by exit. i know that it is possible but i want to use the main simple functionnality for flexibility is maintenance by users.
    Thanks for help
    Cyril

    thanks for your answer,
    svu123, my V_1 variable is of course in a correct status to be used. i made test in first without V_2.
    And when i create V_2 in the first tab i activated correctly the replacement in processing type. if not i can not choose
    the query or variable source and i can not see the list of variables.
    Rakesh, i tried what you answered without results. i check different variables that are available in the list and i have
    lots of different variables (all in ready for input) but i have interval, multiple single values, SAP standard variables my own variable on other fields.
    any other ideas ?
    many thanks
    Cyril

Maybe you are looking for

  • Install win 8.1 on Helix with format old partition

    Hello All. I decidedinstall new Win 8.1 from USB disk and formatted partition with old 8.0, when install 8.1 on established patrtion. Everything was established, but now when i try to activate Windows - see error 0x8007007b (The filename, directory n

  • Midi Error with Digitech RP355

    I'm having major problems with X-Edit on my MacBook Pro running OS 10.6.3. Anyway, when I connect my RP355 via USB to my computer and start up X-Edit, I get a message saying: "Alert - Unable to load component and connect the device. Application is go

  • Help. Flash CS5 - How to create a hyperlink to offline source

    Helllo, I have not been able to solve this one as I am new to Adobe Flash, and would require some help. I have created a button, and once you hit the button (within the HTML page), I want it to open another HTML page in the same frame, both HTML page

  • Retrieve text entered in web form

    Somebody please offer some assistance here. I've lost some important information entered into a web form and simply using the back button will not retrieve it.  I'm hoping it can be retrieved through the cache or form value files somehow but I'm not

  • WebLogic classloader issue

    Hi, I'm trying to resolve a "cannot be cast" error on Oracle JDeveloper 11.1.2.2.0. My application is using eclipselink JPA provider, which works fine on a fresh start WLS. However, when I redeployed my application without restarting the WLS, I got a