Hidden variable but ready for Input - BEx

Hello everyone,
I wanted to know if it's possible to create a variable for selection screen in the BEx which is hidden but still ready for input.
I guess that if I uncheck the option "Variable is Ready for Input" in the variable properties in BEx, I will have a variable which is hidden and can be manipulated in a SAP Exit function module. I don't want to manipulate the variable there but send a value through RRI to this report (where the Variable should be hidden). If I uncheck the option "Variable is Ready for Input" I cannot set this in the RRI settings because I don't see the variable since it is not ready for input
Do you know a possible solution for this?
Thanks,
Carlos

Hello Bob,
Thanks for your fast answer. I got what you said, but it is not as simple as it is, for that reason I will describe the scenario a little bit more:
Source query has:
Variable: Key Date (Single, mandatory) -> InfoObject /APC/ACCTRADAT
Key date means "all before that date" (defined in the extractor).
Target query has:
Variable: Transaction Date (selection Option, optional) -> InfoObject /APC/ACCTRADAT
Transaction Date means "only that date" or "from one date to other date".
If I send the date through RRI, the target query will think that the value it is getting is a single value, but it's actually a range (all before that date).
For that reason I created a new InfoObject called Key Date for Recon. (/APC/RCTKEYDAT) with a single optional variable. I don't want to show the InfoObject as a free char because it makes no sence on it. So, depending on the variable I get, the extractor will decide either if it is a range or a single value. Any ideas?
Regards,
Carlos

Similar Messages

  • Bex variable ready for input not displayed in webi

    Hi,
    I created bex query with some variables.
    Variables are defined as "optional" but "ready for input". On productive system the prompts are all displayed, but when i transported the webi report to dev, some prompts are not displayed.
    we are on BW 7.31 and BO 4.0. I also tried with BO 4.1. but the problem is the same.
    I have no idea what's wrong here! Attached you can find some screenshots on my current settings.
    thanks,
    Katharina

    Hi,
    yes the reports are based on BICS and I moved them from prod to dev.
    I already checked, the query panel does not show these variables!
    I copied query and saved under new name, and i also created a new webi report upon this query, but some variables ready for input are still not displayed.
    Regards,
    Katharina

  • Authorization Variables ready for input

    I have a problem whit a variable, is an authorization variable and ready for input, but when i use this variable and clean the input box this variable don't works as an authorization variable...
    I hope that this variable return all the values where the user has authorization but it return ALL values and not only where the user is authorized...
    How can I make that a blank variable gives me all the values the user is authorized to see?
    Hope someone can help me!
    Best regards
    Enrique

    Steps that you may be missing:
    1. Make the info object authorization relevent. You make this setting in info object maintenance screen -RSA1 .
    2. Create a authorization objects in RSSM for this object.
    3. Maintain values for this object in PFCG for the role that you  assign  to the users.
    After that, run the query.
    Ravi Thothadri

  • Input ready query - not ready for input

    I have created the following in IP:
    1. A multiprovider based on an actuals cube (Standard infocube) and a plan cube (realtime - data can be planned not loaded).
    2. An Aggregation level on the multiprovider - containing infoobjects: 0version, employee, WBS element, infoprovider, fiscal year, fiscal year variant, 0currency and 0amount.
    3. A filter on the following infoobjects: employee (=123456), wbs element(XX.XX.XXX.X), version (variable - mandatory; ready for input), fiscal year(2008) and fiscal year variant(XX).
    4. A planning function to copy from version 0 (actual) to version 866 (random Value - Master data exists).
    I have created a query on the multiprovider and set the query properties correctly. I have also created two restricted key figures as follows:
    1. Actual (Restricted by infoprovider = actual; version = 0; fy = 2007; fyvar = XX)
    2. Plan   (Restricted by infoprovider = plan  ; version = input-ready variable; fy = 2008; fyvar = XX)
    I have used all the infoobjects in the agg. level in the query. I am using the same version number (866) on the query selection screen as defined in the filter.
    When I run the query, I can see only the actuals line. The plan keyfigure is not ready for input (although keyfigure properties are set to "Data can be changed using user entries or planning functions).   
    What am I doing wrong which is preventing the plan keyfigure from opening up for planning?
    I have also tried to create an agg. level on the plan infocube with similar settings as above. When I run the query, I get a no data found result - which I think is right because there is no data in the planning cube.
    PS: When I use the wizard in the planning modeler the keyfigure (0amount) can be changed.

    Hi Avya,
    Use a filter on the 0currency, for a particular currency type. (if problem is: currency type keyfigures are not input ready)
    This will mak it input ready.
    **Reward Points for useful answers**
    Regards,
    Naveenan

  • Ready for Input Variables for Multiple Queries in I_T_VAR_RANGE

    Hi
    I created Web template which contains multiple views/queries. Two views/queries contain Ready for Input Variables. I have custeomer exit code for this Web template. I wrote code by using Ready for input variable which pass to customer exit code. But the variables which contain in two views/queries not appearing in I_T_VAR_RANGE. The two variables belongs to different views and I required those variables. please find below code:
        WHEN 'ZVBCUST'.
          LOOP AT i_t_var_range INTO w_var_range WHERE vnam = 'ZVAR1'. 
            g_soldto = w_var_range-low.
          ENDLOOP.
          LOOP AT i_t_var_range INTO w_var_range WHERE vnam = 'ZVAR2'
            g_zvbsshto = w_var_range-vnam.
            g_shipto = w_var_range-low.
          ENDLOOP.
    The above 'ZVAR1' is ready for input variable which belongs to one Query and below 'ZVAR2' is other ready for input variable which belongs to second query. I required these two at a time when customer exit variable 'ZVBCUST' executes.
    But in I_T_VAR_RANGE only one variable appears when I execute Web Template . Kindly help me in this regard
    Thanks
    luci

    Hi,
    First thing is to how you have defined your variable such as
    Customer exit or
    Replacement path or
    Manual input etc..
    If you want your variable filled through the exit select Customer Exit, then you have to look at the variable options such as Single value or range. According to your definition you have code as you defined such as wa_range-opt = 'BT' or 'EQ'.
    Next..
    In CMOD -> your project -> EXIT_SAPLRRS0_001 -> include 'ZXRSRU01' ->
    ISTEP = 1 -> before the variable pop up will be filled by the exit
    when 'your variable'
    your code
    ISTEP = 2 -> after the variable pop up i.e after running your selections, calculates the values for your variables after selection screen execution.
    when 'your varaible'
    your code
    ISTEP = 3 -> Validation purpose and message handling purpose
    when 'your variable'
    your code

  • Ready for input in variable

    Hi friends,
    Please any one tell me what is the function of ready for input in the vaiable

    Hi,
    Tick mark "Ready for input" in variable definition then during execution it will ask for variable input. If you don't check it then even if you execute without entering an input it executes the report straigt away.
    "Ready for input" in variable definition means that this variable will be placed on variable dialog box during query execution.
    Sometimes you don't want this functionality for example for variables filled by user exit or filled by authorization.

  • Navigational Attribute as 'Ready for Input'

    I have a navigational attribute called sub category for profit center. Both has the variable 'ready for input'. I am able to get the report output based on the profit center input but not on the sub category. Do we need follow anything while providing the navigational attribute as 'ready for input'? Thanks in advance.
    Regards
    Mahesh Kumar

    Hi,
          I am getting "Time Out error" and "Error while reading data; navigation is possible".  I am able to get the Sub Category data in the multi provider.
    Mahesh
    Edited by: MAHESH KUMAR on Oct 6, 2009 12:40 PM
    Edited by: MAHESH KUMAR on Oct 6, 2009 12:41 PM

  • Migo: field not ready for input

    hello  ,
    i am stuck with an issue , which is ---
      I have to add two fields in migo tablecontrol with dyndr- 200, for overdelivery tolerance and under delivery tolerance.
    I am able to add them with my custom fields (ZZUEBTO,ZZUNTTO). and now fields are their in table control .
    But now the issue , when i am initializing values to these fields using badi MB_MIGO_BADI ,and method LINE_MODIFY,
    its showing warning that --
    BAdI: Field GOITEM-ZZUEBTO not ready to accept input (Change will not be adopted)
    Message no. MIGO050
    Diagnosis
    The contents of field GOITEM-ZZUEBTO have been changed in BAdI MB_MIGO_BADI (method LINE_MODIFY). The field, however, is not ready for input, so the change cannot be copied.
    In method  LINE_MODIFY, only the contents of fields that are ready for input can be changed.
    if any one , please revert me back .
    Thanx,
    Jeetendra Chauhan
    Edited by: jeet.chauhan on Jun 2, 2011 7:58 AM

    Hi
    If I understand you, you are modifing the standard dynpro SAPLMIGO 0200 (ie: the table control TV_GOITEM). I suggest you to avoid it and mantain these fields in a new tab with this BADI and methods PBO_DETAIL and PAI_DETAIL.
    Regards
    Eduardo

  • Where is the "not ready for input" field stored in SAP?

    Hi,
    In the tcode CT04, the 'Additional Data' tab has a field called 'not ready for input'. I want to find this value in a table. I thought it was in CABN-ATINP but this does not seem to be populated all the time.
    e.g.
    1. characteristic ABCDE has the value checked in CT04 but there is no entry in CABN-ATINP
    2. characteristic ZYXWV has the value checked in CT04 and there is an entry in CABN-ATINP
    Does anyone know:
    a) why?
    b) how to find the value for point 1 above?
    Thanks,
    Kroc.

    obviously, that is wrong.
    It is true that the ATINP value for batches which have a reference field in CT04 does not ever change but having a reference field does not necessarily mean that it should be display mode.
    Anyone know why the reference field stops the ATINP field update?
    And how does the program know that it should be 'not ready for input' when the ATINP flag is not changed?
    Thanks.

  • How to hide a varible that is ready for input and personalized for a value

    Hi All,
    Is there anyway to hide a variable in variable screen selection which is ready for input and its personalized value is stored in the ODS.
    Any help greatly appreciated.
    Suresh.

    Hi Roberto,
    Is there anyway to hide that variable from the variable screen(with still option being selected as ready for input).I ried all the options such as replacemetn type & copy from another variable.Always it appears in the varaible screen.
    I don't want user to change the value of this variable.
    Cheers,
    Suresh.

  • Reconciliation account ready for input

    Dear All,
    While creating GL, if it is a recon account, then it is picked up form the Account Type (ie) either vendors/debtors/assets.
    What is the use of 'Reconciliation account ready for input', Will there be any other recon items other than vendors/debtors, etc.
    Please clarify,
    JEERI

    Dear,
    Reconciliation account ready for input at time of posting - Indicator which determines that the reconciliation account is ready for input when posting a document. The indicator is used in Financial Assets Management like when you make initial load of the asset balances the balances are being posted to Asset Sub-Ledger but not to the GL Account.
    Hence, in such cases, you are required to Reset the Reconciliation Accounts in OAMK and post the same entries into GL Account that you have loaded to Asset Sub-Ledger and then again make them as Reconciliation Accounts.
    Note: On the other hand Reconciliation Accounts are only mean for posting by the System, but when you select the "Recon. account ready for input", it would become like a normal account, it will allow you to post directly, this would invalidate the integrity of the data. Therefore, you should never put the check box Reconciliation Account ready for input for RECONCILIATION accounts.

  • Interactive form within WebDynpro not ready for input

    Hi,
    After building a simple interactive form with the form builder, I want to fill in the fields in the adobe form. The form is included in a ABAP web dynpro application as Interactive form and the enabled property is checked. But the form fields are still read only and not ready for input.
    The interactive form uses ZCI layout and an ABAP dictionary based interface. The menu item include scripting was hit and I can not fill in the fields. Instead I only see read only fields. When previewing the form in the forms designer, the fields are open.
    Please assist.
    Regards
    Ravikumar

    hi Ravikumar,
    The following code fragment shows how this input readiness can be set up:
    method WDDOMODIFYVIEW.
    data: LR_INTERACTIVE_FORM type ref to CL_WD_INTERACTIVE_FORM,
    LR_METHOD_HANDLER type ref to IF_WD_IACTIVE_FORM_METHOD_HNDL.
    check first_time = abap_true.
    LR_INTERACTIVE_FORM ?= VIEW->GET_ELEMENT(u2018INTERACTIVE_FORM_1u2019).
    LR_METHOD_HANDLER ?= LR_INTERACTIVE_FORM->_METHOD_HANDLER.
    LR_METHOD_HANDLER->SET_LEGACY_EDITING_ENABLED( abap_true ).
    endmethod.
    Hope this helps.

  • How to define on cell-level: ready for input or not?

    Hello,
    we would like to define on each cell of a table if it's ready for input or not.
    Not only rows or columns should be marked as input-ready but single cells.
    E.g. The user should be able to say A2 is ready for input, B3 ist not.
    Thank you,
    Daniel

    Hi Daniel,
    I can not imagine such a function.
    What is possible, is that you define the data slices according to what you want to be able to enter. so if you include several char with certain values in your data slices, your mask in the end will have the look, that certail cells are not ready for input.
    Unfortunatly you can not set data slices on key figures, so maybe you need an account model.
    regards
    Cornelia

  • Supplement Auto Posting/Recon. acct ready for input

    Hi SapGurus,
    I need help, i want to know the details like as why and when to use in which type of GL
    1) Supplementary Auto Posting
    2) Recon. Acct ready for input.
    As the difference between   Recon. account for acct type (like K,D,A etc.)  and Recon. Acct ready for input.
    Regards.
    Tej

    Hi,
    1. Supplement for Auto Postings : This can be used when a GL Account determined by automatic Account assignment is to be replaced manually. If you do not have this tick in the GL, you cannot change GL's which are generated by automatic posting.
    2. Recon Account Ready for Input : This is used in case of Alternate Reconciliation Accounts. The Recon Account is usually entered in the vendor/Customer master and all postings happen to that GL's only. But in case for a single Vendor, you want to post in different  Recon Accounts at run time, then you need to config the alternate recon accounts and mark this field"Recon Account ready for input' in GL master in FS00.
    When you mark a GL for Recon Account type for A, K, D then that GL is marked as Reconciliation Account, but when you tick the Recon Account ready for input tick, then this Recon Account can be changed in run time at the time of posting.
    Regards,
    SAPFICO

  • MIGO Field display to ready for Input

    Hi,
    Field EBELN purchase order is made mandatory for movement type 541
    When i am doing MB1B its ready for input
    But when i am trying to post 541 using MIGO the field is display only
    I tried Enjoy settings for MIGO but the field is not available in modifiable or influencing node
    Is there any way i can add the field or other workaround solution?
    Thanks
    Diwakar

    Hi Jurgan,
    Thanks for your reply ,
    The requirement here is to track the link between 541 and 542 ,
    The processor PO is updated by user in PO field and also added the vendor field (custom) which is again updated by user
    while doing 541 on saving exit finds out the latest PO number for combination of Vendor and material and updates it in one field
    Hence 541 document always contain the processor PO ,and vendor PO
    Normally client use MB1B for this but , if required MIGO can not be used because of this PO field constrain
    Hope its clear
    Thanks
    Diwakar

Maybe you are looking for

  • IBooks Author iOS6 and iPhone

    Hi all, this probably can't be answered immediately as ios6 has only just been annaounced, but I'm wondering if iBooks made using iBooks Author might now be compatible with the iPhone/iPod Touch running ios6? rather than exclusively on for the iPad

  • How to get back music and video conent after updating ipod

    I have recently updated my ipod touch. And when it restored tmy stuff back it only put back my photos and apps, but deleted my music and videos. I already tried restoring form an back-up and it did not work. please help, that was a lot of music.

  • Intransit Inventory in OBI

    Hello All, I am an end user with very limited OBI experience. Is anyone using OBI to report on Intransit Inventory? We use OBI today to report on hand inventory but we do not have Item and Quantity detail information available for goods intransit bet

  • Windows Communcation Foundation - JSR 172 Web Stub - interoperability

    Hi! I am just playing with WCF -Windows Communication Foundation and JSR 172 Web Stub generation utility of WTK 2.5beta - is there a known problem with the import-expression i XML? WCF generates: ?wsdl -> web service descrption that has import- refer

  • Burning home movies for use on a regular DVD player

    Can anyone recommend software, preferably free, I can use to convert avi home movies to be able to be viewed on a standard DVD player? I have dvd-r disks, just not sure on what settings or software to use in order to burn them. Thank you.