Variable input issue in BPS

Hi Frds
I am facing a strange problem in BPS variable while executing planning folder
I have cost center restriction 1000 to 9999 in pl package. There is a cost center variable user input enabled. when i execute planning folder i entered cost center range...1000 to 4000 and 5000-9999 by using More button in right hand side....it displays data according to all the corresponding cost center.....
issues
1. In variable screen when i click on cost center variable it shows me both the range 1000-4000 and 5000-9999 but when i click on more button it is showing me only range 1000-4000 although data is displaying for entire range
2. If i click on cost center variable screen and add one more range 4001 to 4500, system consider only these cost centers and ignore other ranges...i don't have option for selecting all the ranges which i have given
is this a prob with BPS ?
Thanks
Tripple k

FYI
I got reply from SAP...we need to implement one OSS note 761708
Cheers
Tripple k

Similar Messages

  • BEx  Variable input Issue

    Hi everyone,
                       I have an issue with Input Parameters in BEx Variable Screen. For Example, I have included Customer Name in the Variable Screen. Then , the user says, he does not remember the complete customer name. There will be thousands of names. Instead he remembers only a few Initial Characters. For example, if the  customer Name is ZSAMSUNG. He only remembers ZS out of the whole name.
    In that case, he wants to enter ZS* in the Variable Selection Screen for Customer Name. But this is not working in BEx. It says invalid Parameters. I have created a Characteristic variable with Manual Entry.
    Currently, I am working on BI7.0, Support Package 11.
    Please provide your valuable inputs.
    1) Is it possible create a Customer Exit Variable for the same with some logic.
    Regards,
    Samiir

    Hi Samir
    Sry, but I think that this functionallity is allredy usable in Bex.
    When the variable-screen appears, the customer has to press F4 for help.
    Another screen pos up.
    -> in that screen, in the FIRST ROW, the customer can seach by therms:
       in the first column:  KEYS
       secound column:  Text
       other columns:  attributes if available
    he also has the possibility to search with *
      like  ZS*  for ZSAMSUNG
    try out, it works 
    reagrds
    Tom

  • Selection Options feature for variable input in BEx in 7.0 version

    Hi All,
    We are currently in EHP1 BI 701 software version. We have queries in both 3.x and 7.0 version. The variable screen that we get when we execute the report in 3.x and 7.0 is different.
    We have selection options in 3.x (We can copy and paste values (non sequential) from an excel sheet for example during variable input) but I'm not seeing the same in 7.0 queries.
    Please suggest if it's a configuration/software issue or i'm missing something here.
    Regards,
    Vivek

    Hi,
    I would like to inform you that you will not get the same button as in 3.x . But when you open the F4 screen and then you have
    to click on the More Button.
    Two ways you can copies:
    To past from clipboard follow these steps:
    1. Click on the u201CMore >>u201D button.
    2. Click on the right box to set the focus.
    3. Ctrl + V.
    To import from a txt file follow these steps:
    1. Click on the u201CMore >>u201D button.
    2. Right click on the right box and choose u201CUpload selectionsu201D option.
    3. Select the txt you want to import.
    All the values will be copied on the Right Pane.
    Thanks,
    Venkat

  • Variable Input display in report

    Hi Experts,
    I've a requirement where I need to display the inputs given in the Variable input screen in the report.
    Please help me hoe can I achieve this.
    Thanks in advance.

    Hi,
    Issue dicussed already.
    Very nice how tos from Surendra Kumar Reddy Koduru
    Derive texts from input varaibles
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f119d9-922d-2c10-88af-8c016638bd90?QuickLink=index&overridelayout=true&43581033152850
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13221
    Hope this helps
    Joe

  • Authorizations for variable input

    Hi all.
    I am facing the problem restricting users to input variables in BEX and BPS-SEM
    The situation is that I can restrict the variables user can choose from the list (F4 input help) using S_TABU_LIN. The user sees only that masterdata values that he is authorized. Everything is fine, but... If user enters value directly, there is no check performed on mastedata. User actually can enter any value that exists in masterdata. The same situation in SEM forms.
    I need to restrict user to be able to choose only particular values (separate list for each user/role)

    Try executing NW2004s transaction RSECADMIN
    and investigate using option Analysis-->Execution as with the particular user and the options available ...individually.
    Hope it Helps
    Chetan
    @CP..

  • How to verify ... variable input

    To whom it may concern,
    I am referring to this SAP document which suggest that we can verify
    the variable entry with a message pop up.
    1- How To ... Verify Variable Input.pdf SAP Document 
    Another BW Expert Online document talks about the same solution
    2 - "Add Pop-Up Messages to BEx Queries for Simple Validation and Feedback "
    I have tried to implement these solutions, but they do not seem to work as they were printed.  I have been in communication with SAP and they have indicated the same.
    I have found a number of items not to work:
    1) The RAISE again statement gives an error when the project is
    activated
    2) The variable. Should this not be Customer Exit. IN the picture it
    is indicated as user entry.
    3) This does not seem to work in the web. Only in the BEx Analyzer.
    Do you have any solutions that work in the web.
    Basically, what I am trying to implement a solution that checks the variable input
    entry before executing the query via the web.
    Thank you.
    Simon Haddad
    [email protected]
    PS For anyone who is interested in the code that i have used:
    I have looked at the Online help , (the second one)
    when i put as mentioned RAISE no_processing, then this is the error that comes up:
    "NO_PROCESSING" is not defined as an exception in the function module.
    Here is my Code:
    Custom message variables for Value Type ** ZM_VTYP# Message User Exit Variable with Value Type from ZS_VTYP# ** ** BW Expert Solution ** Add Pop-Up Messages to BEx Queries for Simple Validation & Feedback ** WBHADS - 15/11/2006 *************************************************************************
    WHEN 'ZM_VTYP1' OR
    'ZM_VTYP2' OR
    'ZM_VTYP3'.
    IF i_step = 2.
    CLEAR l_s_range.
    CLEAR loc_var_range.
    CLEAR loc_var_range2.
    CONCATENATE 'ZS_VTYP' i_vnam+7(1) INTO var_name.
    CONCATENATE 'ZS_VTYP' '1' INTO var_name.
    LOOP AT i_t_var_range INTO loc_var_range
    WHERE vnam EQ var_name.
    Pop-up messages can include warning (W) and error (E) messages as well* as success (S) and information (I) messages.
    if loc_var_range-low eq 20 or loc_var_range-low eq 60.
    CONCATENATE 'ZS_VERC' i_vnam+7(1) INTO var_name.
    CONCATENATE 'ZS_VERC' '1' INTO var_name.
    LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE2
    WHERE VNAM = var_name.
    ENDLOOP.
    CONCATENATE 'Please Input Version for Value Type'
    i_vnam+7(1) INTO l_message SEPARATED BY ' '.
    CONCATENATE 'Please Input Version for Value Type' '1'
    INTO l_message SEPARATED BY ' '.
    IF LOC_VAR_RANGE2-LOW EQ ''.
    CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
    EXPORTING
    I_class = 'RSBBS'
    I_type = 'I'
    I_number = '000'
    i_msgv1 = l_message
    i_msgv2 = l_msgv2 “change
    i_msgv3 = l_msgv3
    EXCEPTIONS
    Dummy = 0.
    OTHERS = 0.
    CALL FUNCTION 'RRMS_MESSAGES_SHOW'.
    CALL FUNCTION 'RRMS_MESSAGES_DELETE'.
    If you want to terminate the processing of the query after the pop-up
    message appears, you must include the RAISE again. This stops the
    processing of the query so you can return to the selection screen and
    enter a valid value
    RAISE AGAIN.
    RAISE no_processing.
    Endif.
    ENDIF.
    ENDLOOP.
    CLEAR l_s_range.
    CLEAR loc_var_range.
    CLEAR loc_var_range2.
    CONCATENATE 'ZS_VTYP' '2' INTO var_name.
    LOOP AT i_t_var_range INTO loc_var_range
    WHERE vnam EQ var_name.
    Pop-up messages can include warning (W) and error (E) messages as well* as success (S) and information (I) messages.
    if loc_var_range-low eq 20 or loc_var_range-low eq 60.
    CONCATENATE 'ZS_VERC' '2' INTO var_name.
    LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE2
    WHERE VNAM = var_name.
    ENDLOOP.
    CONCATENATE 'Please Input Version for Value Type' '2'
    INTO l_message SEPARATED BY ' '.
    IF LOC_VAR_RANGE2-LOW EQ ''.
    CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
    EXPORTING
    I_class = 'RSBBS'
    I_type = 'I'
    I_number = '000'
    i_msgv1 = l_message
    i_msgv2 = l_msgv2 “change
    i_msgv3 = l_msgv3
    EXCEPTIONS
    Dummy = 0.
    OTHERS = 0.
    CALL FUNCTION 'RRMS_MESSAGES_SHOW'.
    CALL FUNCTION 'RRMS_MESSAGES_DELETE'.
    If you want to terminate the processing of the query after the pop-up
    message appears, you must include the RAISE again. This stops the
    processing of the query so you can return to the selection screen and
    enter a valid value
    RAISE AGAIN.
    Endif.
    ENDIF.
    ENDLOOP.
    CLEAR l_s_range.
    CLEAR loc_var_range.
    CLEAR loc_var_range2.
    CONCATENATE 'ZS_VTYP' '3' INTO var_name.
    LOOP AT i_t_var_range INTO loc_var_range
    WHERE vnam EQ var_name.
    Pop-up messages can include warning (W) and error (E) messages as well* as success (S) and information (I) messages.
    if loc_var_range-low eq 20 or loc_var_range-low eq 60.
    CONCATENATE 'ZS_VERC' '3' INTO var_name.
    LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE2
    WHERE VNAM = var_name.
    ENDLOOP.
    CONCATENATE 'Please Input Version for Value Type' '3'
    INTO l_message SEPARATED BY ' '.
    IF LOC_VAR_RANGE2-LOW EQ ''.
    CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
    EXPORTING
    I_class = 'RSBBS'
    I_type = 'I'
    I_number = '000'
    i_msgv1 = l_message
    i_msgv2 = l_msgv2 “change
    i_msgv3 = l_msgv3
    EXCEPTIONS
    Dummy = 0.
    OTHERS = 0.
    CALL FUNCTION 'RRMS_MESSAGES_SHOW'.
    CALL FUNCTION 'RRMS_MESSAGES_DELETE'.
    If you want to terminate the processing of the query after the pop-up
    message appears, you must include the RAISE again. This stops the
    processing of the query so you can return to the selection screen and
    enter a valid value
    RAISE AGAIN.
    Endif.
    CALL FUNCTION 'RRMS_MESSAGES_SHOW'.
    CALL FUNCTION 'RRMS_MESSAGES_DELETE'.
    ENDIF.
    ENDLOOP.
    l_s_range-low = loc_var_range-low.
    l_s_range-sign = 'I'.
    l_s_range-opt = 'EQ'.
    APPEND l_s_range TO e_t_range.
    ENDIF.

    Hi San!
    Are you able to send me a working copy of one of your bits of code.
    Thank you for you analysis.  Still some issues however,  and there are some debugging issues:
    If you can further assist, here is the design of our query:
    -  i have the following user entry variables ZS_VTYP1, ZS_VTYP2 and ZS_VTYP3 for the characteristice 0VTYPE - Value Type.
    -  i have the following user entry variables ZS_VTYP1, ZS_VTYP2 and ZS_VTYP3 for the characteristic 0VERSION - Version.
    If you put value type 60 (Forecast) in any or all of the value type user entry variables, then you must put a corresponding version identifier, eg. F1
    Hence this is where the message that is required.
    Otherwise, if Value type 10, or 20 Actual or Plan is entered, then it is fine.
    I have put tabs in the code you sent me, but it seems to debug
    with these 2 messages:
    WHEN is only allowed after case
    ="... " Expected after RAISE
    I have tried to interperet your logic here:
    WHEN is only allowed after case
    ="... " Expected after RAISE
    Custom message variables for Value Type                             *
    ZM_VTYP# Message User Exit Variable with Value Type from ZS_VTYP#   *
    BW Expert Solution                                                  *
    Add Pop-Up Messages to BEx Queries for Simple Validation & Feedback *
    WBHADS - 15/11/2006                                                 *
    Userid: San! Message: How to verify ... variable input              *
    Posted: Dec 15, 2006 3:46 AM                                        *
    www.sdn.com - 18/12/2006                                            *
    1) Verification of input variable is done in I_STEP = 3.
    2) I_STEP =2 is called for all variable(Customer exit type).
    3) i_STEP =3 is called only once for all variable.
    1) The RAISE again statement gives an error when the project is
    activated---Your Activate..that is not problem..go ahead with that.
    2) Variable can be Customer exit..i have done this...
    3) It work in Web also..
    ZS_VTYP3 is a user-entry varibale and ZS_VERC3 is customer exit
    variable.
    CASE I_VNAM.
       WHEN 'ZM_VTYP1' OR
         'ZM_VTYP2' OR
         'ZM_VTYP3'.
         IF I_STEP = 2.
         WHEN 'ZS_VERC3'
              CLEAR l_s_range.
              CLEAR loc_var_range.
              CLEAR loc_var_range2.
              CONCATENATE 'ZS_VTYP' '3' INTO var_name.
              LOOP AT i_t_var_range INTO loc_var_range
                        WHERE vnam EQ var_name.
              ENDLOOP.
              l_s_range-low = loc_var_range-low.
              l_s_range-sign = 'I'.
              l_s_range-opt = 'EQ'.
              APPEND l_s_range TO e_t_range.
         ENDIF.
    ENDCASE.
    IF i_step = 3.
         CLEAR l_s_range.
         CLEAR loc_var_range.
         CLEAR loc_var_range2.
         CONCATENATE 'ZS_VTYP' i_vnam+7(1) INTO var_name.
         CONCATENATE 'ZS_VTYP' '1' INTO var_name.
         LOOP AT i_t_var_range INTO loc_var_range
                   WHERE vnam EQ var_name.
         if loc_var_range-low eq 20 or loc_var_range-low eq 60.
              CONCATENATE 'ZS_VERC' i_vnam+7(1) INTO var_name.
              CONCATENATE 'ZS_VERC' '1' INTO var_name.
              LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE2
                        WHERE VNAM = var_name.
              ENDLOOP.
              CONCATENATE 'Please Input Version for Value Type'
    *                     i_vnam+7(1) INTO l_message SEPARATED BY ' '.
              CONCATENATE 'Please Input Version for Value Type' '1'
                        INTO l_message SEPARATED BY ' '.
              IF LOC_VAR_RANGE2-LOW EQ ''.
              CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
                   EXPORTING
                        I_class = 'RSBBS'
                        I_type = 'I'
                        I_number = '000'
                        i_msgv1 = l_message
                        i_msgv2 = l_msgv2 “change
                        i_msgv3 = l_msgv3
                   RAISE no_replacement.
              Endif.
         ENDIF.
         ENDLOOP.
         CLEAR l_s_range.
         CLEAR loc_var_range.
         CLEAR loc_var_range2.
         CONCATENATE 'ZS_VTYP' '2' INTO var_name.
         LOOP AT i_t_var_range INTO loc_var_range
                   WHERE vnam EQ var_name.
         if loc_var_range-low eq 20 or loc_var_range-low eq 60.
              CONCATENATE 'ZS_VERC' '2' INTO var_name.
              LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE2
                        WHERE VNAM = var_name.
              ENDLOOP.
              CONCATENATE 'Please Input Version for Value Type' '2'
                        INTO l_message SEPARATED BY ' '.
              IF LOC_VAR_RANGE2-LOW EQ ''.
              CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
                   EXPORTING
                        I_class = 'RSBBS'
                        I_type = 'I'
                        I_number = '000'
                        i_msgv1 = l_message
                        i_msgv2 = l_msgv2 “change
                        i_msgv3 = l_msgv3
                   RAISE no_replacement.
              Endif.
         ENDIF.
         ENDLOOP.
         CLEAR l_s_range.
         CLEAR loc_var_range.
         CLEAR loc_var_range2.
         CONCATENATE 'ZS_VTYP' '3' INTO var_name.
         LOOP AT i_t_var_range INTO loc_var_range
                   WHERE vnam EQ var_name.
         if loc_var_range-low eq 20 or loc_var_range-low eq 60.
              CONCATENATE 'ZS_VERC' '3' INTO var_name.
              LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE2
                        WHERE VNAM = var_name.
              ENDLOOP.
              CONCATENATE 'Please Input Version for Value Type' '3'
                        INTO l_message SEPARATED BY ' '.
              IF LOC_VAR_RANGE2-LOW EQ ''.
              CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
                   EXPORTING
                        I_class = 'RSBBS'
                        I_type = 'I'
                        I_number = '000'
                        i_msgv1 = l_message
                        i_msgv2 = l_msgv2 “change
                        i_msgv3 = l_msgv3
                   RAISE no_replacement.
              Endif.
         ENDIF.
         ENDLOOP.
    ENDIF.

  • Variables/Input Parameters Value help not showing texts

    Hello,
    I have created a crystal report based on a calculation view in Crystal Reports for Enterprise 4.1 SP5, which has a input parameter on the field "Region". For the value help, I am using a custom view based on T005U in which I have made sure that RegionName field is present in the "Label Column" property of the Region field.(Required for viewing descriptions of LOVs).
    In the crystal report, while previewing data in the query builder, I am able to see the value help for the input parameter in the prompt screen, which displays only the key part, but does not display the description of it. Moreover, after accepting the prompt value, the preview runs into an error(as shown below). Please note that I get the error below only when Region is a part of the output fields of the query.
    Instead of input parameter, when I create a variable on the region field in the main calculation view, with the same value help view, I am able to do data preview in the query builder as also data appears in the report on running the query. But, just as in the case of input parameter value help in the prompt screen, even over here, I am only able to see the key part and not the description.
    Are variables/input parameter LOV's supposed to display descriptions or just the key part? As also, any reason why I should be getting this error while using Input parameter?
    Kindly let me know if I am missing something in the development of this report.
    Regards,
    Alston

    Hi,
              I hope you are taking the BEx Query as a source to the crystal report. In the BEx query check region info object  should is maintained as  Text and Key. If text is not maintained over there you will not be getting text in Crystal reports.
    Krishna.

  • Restriction of f4 help of a bex variable based on another variable input

    Hi,
    Could you please let me know if there is any possibility to restriction of f4 help of a bex variable based on another variable input.
    eg: when i select particular company code in one variable, i need to restrict the f4 help for another variables eg: pur. group based on selected company code.
    Regards
    Kasi

    Hi,
    Try using replacement path option in bex with replace variable with variable selction.
    Thanks.

  • New user coloumn with user variable input

    Hi,
    I want a user defined coloumn in a new Query for Report and also it should prompt for user defined values.
    Case scenario.
    In a report for stock status ( Qty, rate , Total etc.) i need a new column " Forex Rate"  which should prompt user to put exchange value manually as on the date of running this report anytime i.e this new column has variable input.
    Since the items are purchased from various sources, the report has to display the value in respective purchase currency. The value on report generation date is based on input of exhange rate as explained. This should prompt before running the report.
    I just need the query part for creation of such column and user prompt. Will integrate that into rest of query.
    Thanks,

    Hi,
    Do you have any UDF defined already?
    Thanks,
    Gordon

  • Problem in displaying variable input screen

    Hi,
    I am trying to execute the query. I created Characteristic with User entry variable on some characteristics. But at the time of execution it is not displaying variable input boxes for inserting the input. It is giving blanck white in colour. It is strucking this process. Even I am opening other queries also it is giving the same problem. So please give me appropriate solution for this.

    Dear Purushottam,
    Check the variable again...in the Details tab
    Check the VARIABLE IS READY for INPUT check box.
    Regards,
    Ram.

  • Variable input in Webi Report

    Hello Experts,
    I have a requirement to create a Webi report which has 3 key figure columns.
    While executing report It should ask for input variable fiscal year/period.
    Now 1st key figure colum should show Amount for the fiscal year/period I entered as an input variable.
    2nd column should show Amount for previous YTD for the fiscal year I entered.
    For Ex. if I enter 04.2009 it should show amount for 01.2009 - 04.2009 and if I enter 04.2008 then it should show amount for 01.2008-04.2008.(based on the variable input I provide)
    3rd column should provide the Amount <= ficsal period I enter as an input.
    Can anyone guide how would I achieve this?
    Regards,
    Nirav Shah

    Hi Nirav,
    what is the granularity of the time dimension of your data in your report? Generally you make sure that you fetch all required in your report and then use formulas (applying the if operator on the time field of your data and the value returned from your prompt) to calculate the desired key figures.
    Regards,
    Stratos

  • Dynamic field selection by variable input in bex report

    Hi Frineds,
              I have created  variable on characteristic  ( 0CURTYPE )  which mainly have two values 'A' and ' B' .Based on my variable input in Bex I have to dynamical select key figuers  Example .
    0CURTYPE    KeyfigA  KeyFigB  
    A                    123 Rs   144 $
    B                     124 Rs   145 $
            In above example is user select A I have to display KeyfigA   if I select B then i should display Keyfig B in Bex report .
    I know that by using user exit in report we can do but I would like to try with out Exit .
    Thanks ,
    Kumar.

    Your formula variable allowed to be of type either number or amount or date or quantity which are all numeric(currency type/type tab) .But your reference characteristics is a letter.So there is an inconsistency here and you can not make equal your formula variable and 0currtype's variable.
    Have a look at Akshata's post in this thread :How to create formula variables in sap bi?
    Therefore this model does not work and I can not see any other way apart from a very simple user exit which says if 0currype=A, then formula variable=0 else if 0currtype=B then formula variable=1.After that you can use your formula variable in your formula since the letters are now converted to numbers.
    By the way it mustn't ask two things in the selection screen.Since your formula variable takes the values of 0currtype's variable automatically.Did you create the formula variable with replacement path(general tab) referencing to 0currtype?Just create a formula, enter this formula,right click create formula variable,go to general tab then replacement path then reference to 0currtype.But as I told, you nevertheless can not achieve it, just explaining it.
    Regards,
    Sunny

  • Variable input values in the query are displayed wrong

    Hi experts,
    I executed a report and in the variable input screen it asks for a key date and company code.
    We entered key date and company code and executed the report.
    We want to take a print out of the output. But the variables which we entered in the variable screens are
    dispalying wrong. i.e if we have entered company code as gsml and key date as 01.01.2008.
    In the report output I am getting as:
    Company code: gsml
    Keydate: #..27-11-4745
    But keydate should be displayed as 01.01.2008
    How to solve this ?
    Regards,
    Nishuv.

    Nishuv,
    Please follow below steps:
    1. Open query through Bex - Query Designer
    2. Beneath the Rows Area( where you actually  drag in charactertistics), you'll be finding two tabs Filter and Rows/Columns
    3. Click on Filter Tab
    4.You'll be navigated to a window, there you can trace two Workareas
            a. Characteristic Restrictions: Where drag in the relevant Prompts/Input Variables
            b. Default Vaules
    5.First, Drag the required promts/Input Variables in Characteristics Restrictions.
    6.Click on the varible which was dragged in Characteristic Restriction area and drop it into default values area.
    7.Now you'll have visibility of variable in two regions, Characteristics and Default Values.
    8. Save and Execute the Query
    Regards,
    Yaseen

  • User defined methods as variable input

    Hello everyone.
    I'm reading through a teach yourself java programming guide and am a little confused about a couple things when it comes to variables and methods.
    I was wondering if it is "legal" to use a method as a variable input. Ex:
    variable = usermethod(num1, 23.43, 32.13); /* Assuming the variable and method parameters
    are of the same data type */
    I was also wondering if you can call a method as output to the stand output such as:
    System.out.println(usermethod(num1, 23.43, 32.13));
    I think that these are vaild uses but this book is not very clear on this point, it simply says that a user defined method is called from the method main and if it is a return type it will return a value. I assume that the returned value can be store in a variable using the syntax above, am I correct?

    Whenever the compiler sees a method name, it calls the method to get a return value from it. Both of those lines above are legal.
    You can use a method call pretty much anywhere you would put an expression; for example, if you had a function foo() which took an int, and you had another function bar() which returned an int, you could call foo() like this:
    foo(bar());Just make sure that methods you pass to other methods don't result in any unintended side-effects, such as printing to the screen.

  • Variable in ''Name of Variable(Input Only Using F4).' for variant attribute

    Hi All,
    I Have a small problem with saving variant.
    I am trying to save the Variant.In the varaint Attributes we have a field 'Name of Variable(Input Only Using F4).
    I  have created the PID 'XUS' in SU3.But i am not able to to view the variable in ''Name of Variable(Input Only Using F4).'.
    Anybody please let me know how to make it.
    Thanks,

    Please follow the below steps to restrict the user to access 2 company codes,
    1)Mark the IO(Company code) Authorization relavent and activate it.In the IO Business Explorer tab check the Authorization relavent check box.
    2)Go to T-code RSECADMIN -Under Maintainance -Enter the name of Authorization Object an click on create Authorization.Insert the IO and also SAP recomended Objects 1.0TCAACTVT, 2.0TCAIPROV and 3.0TCAVALID.
    Maintain the values for these objects.Select the company code and click on details.
    3)T-code RSU01-Enter the name of the user to be assigned with the authorization object and click the change button.The select the relevant authorization object and save.
    4)Create Authorisation Variable in Query Designer Create an Authorization Variable - Variable with Processing by Authorisation in Query Designer as Below for Sales Organisation
    Note : Also include all Authorisation Relevant Objects which are used in that infoprovider in addition to the above additional 3 objects otherwise you may get "No Authorisation" error when you execute the query.
    Note : 0BI_ALL is the authorization object to access all the info objects which are   authorization relevant.
    Reagrds,
    Ramitha

Maybe you are looking for

  • Looking for app to view my webcam

    Are there any apps that would allow me to view my webcam from my phone, say i hook up a webcam to my computer and use it as a security camera and be able to view it while im out and away on my phone?

  • Making sub clips from tracks

    Hi. I am unfamiliar with the Soundtrack interface. I have been editing a lot of sound for a short film in final cut pro. We recorded a large amount of audio for monsters and people, ect. I have the file of all that audio in an OMF file which I can on

  • Will I Loose Family Sharing if I Wipe my iPhone as New

    I want to get a fresh install of IOS 8 on my iPhone 5S.  Will I loose family sharing that I've set up if I wipe my iPhone and set up as new.  I'd be using my same Apple ID when I set it up as new. Thanks.

  • Generate xml file

    Hi all! Please advice on this: --I have to save a select from database into a xml file on CLIENT-SIDE. I am using Forms 6i and 10g database. I can do this only with text_io from forms, but it takes a lot of time writting 32767 characters at a time. I

  • Connecting with Cable

    Hi, I always sync my mobile with my laptop using the USB cable. I have a Nokia 6270. I never used to have any problems before. But for the last few days, I keep getting the following error "USB Device Not Recognized." And thus, cannot connect my mobi