Set a parameter which is sent to a subreport into 'null'

Hi everyone,
I have a report that has an inner subreport and I want to link one of the parameters to it. The problem is that once the parameter is linked it loses the ability of being null (no 'set to null' check box). Any idea how can this problem be fixed or workaround?
Thanks a lot!

HI Yossi
In linked subreports, the program matches up the records in the subreport with records in the primary report. If you create a primary report with customer information and a subreport with order information and link them, the program creates a subreport for each
customer and includes in that subreport all the orders for that customer.
When you link a subreport to a primary report, the program creates the link by using a parameter field.
When a subreport link field is selected, the program creates:
u2022 A parameter field in the subreport which is then used to retrieve values passed to it by the primary report.
u2022 A record selection formula for the subreport using the parameter field.
u2022 The selection formula limits the subreport to those records in which the link field is equal to the parameter field value.
When the report is run, the program finds the first primary field record it needs and passes the value in the link field to the parameter field in the subreport.The program then creates the subreport with record selection based on the parameter field value.
Hence when you link a main reoport to a subreport you are passing a value from main report to the subreport which then limits the data based on the passed value.
Are you using a stored procedure on the main report and the subreport.
Please give some details on the linking of the main report and the subreport. So that I can try the same at my end.
Thanks
Pradeep Hulke

Similar Messages

  • Setting profile parameter icm/HTTP/error_templ_path

    Hi, I have a SAP Enterprsie Portal installation with only java stack (no abap stack),
    i want to set a profile parameter icm/HTTP/error_templ_path,
    please direct me how to set this parameter, 
    also, i need this parameter to be applicable for the SAP web dispatcher, i mean it should be effective for all java instances (i have 2 java instances),
    please help,.......................as there is no ABAP stack, i dont know where to set this parameter

    That parameter you mentioned describes of where the error templates can be found
    You can generate your own static or dynamic error pages for the ICM
    which are sent to the client if an error occurs. Use this parameter
    to specify the directory in which the ICM can find the pages.
    If this parameter is not set, the ICM returns its own static error
    page.
    For information about how to generate the error pages, see the
    documentation in the SAP Library or using the Help Portal.
    SAP Web Application Server -> Client/Server Technology ->
    Architecture of the SAP Web Application Server -> SAP Web
    Application Server Components -> Internet Communication Manager ->
    Error Handling Using the ICM.
    Eventhough u have only java stack u'll have an ICM.
    Since the value for the parameter is just a string mentioning the path of the folder which contains the customised web pages.
    Mention the same path in all the instance profiles (in your case 2 java instances).

  • In Mail, how do I make it so that email replies to me are sent to the email address from which I sent my original message?

    I have two IMAP accounts set up in Mail, one work and one personal. The personal account also receives emails from a third account (but I have that set up through gmail's forwarding, not Mail). I am sending emails from my work account and replies are coming to this third account, which I don't want to happen.
    How do I make it so that replies to me are sent to the email address from which I sent my original message?
    Thanks for your help!

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • How to set the view, which has to be shown at runtime?

    Hi,
    in my application i have more than one view, but at runtime only one of these views has to be shown. I want to decide this via a parameter that I get from the url.
    How can i set the right view to be showing at runtime?
    I tried it with a StartView which fires the right Outbound Plug in his wdDoInit-Method. This is working fine, but the problem is, that the method OnPlugDefault() of ComponentInterfaceViewController isn't called already at this time. So in the Init-Method of the StartView I don't have the given URL Parameter, so I can't decide which Plug I want to fire. The method OnPlugDefault() is called only after the init-method of the StartView.
    Is there any other possibilty to set the view, which has to be shown, at runtime?
    Thanks and Best Regards
    Katharina

    Hi,
    One way is you can pass the parameter in the URL , read the parameter and then fire the outbound plug depending upon that.
    You can read the parameters as follows
    HttpServletRequest request =Task.getCurrentTask()
         .getWebContextAdapter()
         .getHttpServletRequest();
    String[] param1 = request.getParameterValues("<<PARAMETRNAME");
    if(param1.equals("VALUE"))
      fire outbound plug1;
    Regards, Anilkumar

  • I am using an apple TV to show a slide show which is sent via WiFi from a mini computer.  The slide show repeats for a few hours and then stops and shows "no signal".  What's going on- and how do I get the show to cycle indefinitely?

    I am using an apple TV to show a slide show which is sent via WiFi from a mini computer.  The slide show repeats for a few hours and then stops and shows "no signal".  What's going on… and how do I get the show to cycle indefinitely?  (I have set the server to NEVER sleep)

    Welcome to the Apple Community.
    Have you also set the Apple TV not to sleep.

  • Set default Parameter ids for the users

    Can some one please tell me how to set PID and values(Parameter ids) which will default upon every user creation.
    thnx.

    hi syed,
    You can fill fields on screens with default values from SAP memory using parameter IDs. It is the same as SPA and GPA.
    Parameter IDs are stored in the table <b>TPARA</b>. They can be created from <b>SE80</b>. Choose Edit Object->Choose tabstrip "More" and then choose the radiobutton Set/Get Parameter ID
    Below example is from <b>SAP Help</b>.
    For example, a user only has authorization for company code 0001. By entering the value '0001' in field COCD in the Parameter register in this user’s master record (SU01), the system automatically fills the field Company code with the value ‘0001’ on all screens he or she calls. If this company code is not predetermined using a parameter ID in the user master record, the system automatically adopts the first value entered by the user at the beginning of the transaction for the rest of the current terminal session. However, this value has to be re-entered the next time the user logs on to the system.
    Regards
    Alfred
    <points_begging_removed_by_moderator>
    Message was edited by: Julius von dem Bussche

  • Request set - pass parameter

    Hi all,
    I'm using EBS 12.1.3. In Receivables I've created a Request Set with 4 concurrent programs. I want the last one of the chain to accept as a parameter the request id from the previous concurrent program. Any ideas how to achieve this?
    Thanks in advance,
    Bahchevanov.

    Hi,Hussein,
    Thanks for reply. The docs you provided for me are helpful. In my case I don't want to pass a parameter which occurs in other concurrent programs in the request set but to pass the REQUEST_ID from the previous concurrent program. Request set for examle:
    1). Autoinvoice Master Program with request_id = '111'
    2). My Concurrent Program with parameter P_REQ_ID must accept the request_id from 1) = '111'.
    Thanks,
    Bahchevanov.

  • Allow only one set of parameter values for all worksheets

    I would like to " Allow only one set of parameter values for all worksheets ", but prompt before executing the worksheet. This function is a great time saver, but the users on occasion would like to change at the least one of the parameters. Is this possible? What setting do I use? I've tried various combinations of the " After opening a workbook: " on the options page. " Run query automatically", " Don't run query (leave sheet empty) ", and " Ask for comformation ". I would have thought that "Ask for comformation " was the trick, but no. I'm considering putting a do nothing parameter that has the setting of " Allow different parameter values for each worksheet. " so that it will keep all the others, default this one, but prompt for a possible change.
    Any thoughts...
    Thanks,
    Jamie

    Hi Jamie
    Even though you have the same parameter for all worksheets a user can still choose what to use on a worksheet. Its just that if they click to another worksheet then that parameter will be applied.
    Which version of Discoverer are you using?
    Best wishes
    Michael

  • To solve ORA-1008,set cursor_sharing parameter to EXACT

    Per Bug 7154579 customer, to solve ORA-1008,set cursor_sharing parameter to EXACT but still see the error on the application.
    One of the instance in our 4 node RAC USED to have cursor_sharing=similar, and the rest set to exact. Customer changed it to 'exact' longtime back. but still found some background process using cursor_sharing=similar ( and still see the error 1008) .
    After the bounce of the above-mentioned node, but absent a clean restart of the whole RAC database, the customer still experienced the 1008 error. Session level is showing,INSTEAD OF "SIMILAR" for the background processes,the entries of "uninitialized". See query below:
    SYS@ptmpnew4 >select inst_id,id,name,value from gV$SYS_OPTIMIZER_ENV where name like 'cursor%' ;
    INST_ID ID NAME VALUE
    4 48 cursor_sharing exact
    3 48 cursor_sharing exact
    2 48 cursor_sharing exact
    1 48 cursor_sharing exact
    SYS@ptmpnew4 >
    SYS@ptmpnew4 >select inst_id,name,value,count(1) from gV$ses_OPTIMIZER_ENV where name like 'cursor%'
    group by inst_id,name,value; 2
    INST_ID NAME VALUE COUNT(1)
    1 cursor_sharing exact 599
    1 cursor_sharing uninit 20
    2 cursor_sharing exact 590
    2 cursor_sharing uninit 18
    3 cursor_sharing exact 583
    3 cursor_sharing uninit 19
    4 cursor_sharing exact 600
    4 cursor_sharing uninit 18
    what could be the possible reason

    cursor_sharing parameter in the init. ora allows you to change the shared pool's default behaviour when parsing and caching SQL statements.
    force - allows two SQL statements, which differ only by a literal value, to share parsed code cached in the shared pool. the difference in literal values must not change the meaning of the statement.
    similar - allows two sql statements, which differ only by a literal value, to share parsed code cached in the shared pool. the difference in literal values must not change the meaning of the statement or its cached execution plan.
    exact - two sql statements must match exactly in order to share the parse code cached in shared pool.
    refer the link given below , you will get answer for all your questions.
    http://www.oracle.com/technology/oramag/oracle/06-jan/o16asktom.html
    to know Parsing in Oracle, refer.
    http://www.databasejournal.com/features/oracle/article.php/3341851/Parsing-in-Oracle.htm
    Edited by: rajeysh on Jun 19, 2010 12:40 PM

  • Set FAST_START_MTTR_TARGET parameter

    Hi experts,
    I was set FAST_START_MTTR_TARGET parameter 14. and as per my understanding if i set FAST_START_MTTR_TARGET is 14 , it might mean, it will take 13 second for instance recover.
    But when i had to applied it in real environment , it wasn't work. It was take more time. Can you please explain my understanding is rite or not. OR if i was rite then why it's take more time for recover instance.
    SQL> sho parameter FAST_START_MTTR_TARGET
    NAME                                 TYPE        VALUE
    fast_start_mttr_target               integer     0
    SQL> alter system set FAST_START_MTTR_TARGET=14 scope=both;
    System altered.
    SQL> sho parameter FAST_START_MTTR_TARGET
    NAME                                 TYPE        VALUE
    fast_start_mttr_target               integer     14Reg,
    Harshit

    Hi,
    Firstly 14 seconds is what you would like to achieve. Doesn't mean that this is what you will achieve. This could be because of a number of reasons one of which might be the speed of the disks the database sits on.
    By setting this parameter Oracle will checkpoint at intervals to try and keep your mttr to 14 seconds. A low setting isn't necessarily a good thing as you will have more frequent checkpoints which in turns means more I/O. Again this can be quite bad if your database is sitting on low performance disks.
    Secondly you need to disable LOG_CHECKPOINT_INTERVAL.
    alter system set log_checkpoint_interval=0 scope=both;

  • Why Did I Have to Re-Set My Parameter RAM

    Today while using Airport wireless, for an unknown reason my connection was terminated even tho my Airport wireless continued to work (self assigned IP address).
    I have also a D**l laptop which continued to receive my wireless router and was not affected whatsoever.
    With assistance from Apple phone tech, I was able to once again to connect to my wireless router and rejoin the internet.....after re-setting the 'parameter ram'.
    What would be typical (if any) causes of this problem (or others) which would require re-set of the parameter ram?

    Pram is a cache of several system environment variables. It's function can be similar to a bios chip on a PC motherboard and it can speedup boot times.
    Apple discusses it here: http://support.apple.com/kb/HT1242
    Now that article says that network information is not stored in the Pram, but there's always a chance that the Pram data can become corrupted by a kernel panic, power outage or other surprise. This corruption could interfere with other devices on a system.
    I Zap the Pram on machines that seem to be having problems finding their boot drives or other strange startup/hardware problems.
    I don't think I would have thought of it for a wireless problem, but why not? It's painless and fixes a slew of issues.

  • How do I delete photos on my iPhone which were sent to it by iCloud from my iMac?

    How do I delete photos on my iPhone which were sent to it by iCloud from my iMac? The pics were taken on a comers then installed onto my iMac originally. When I try to select the pics I want to delete, the trash icon is not highlighted. When I try to reinstall the oils onto the iMac there is no way to do it.TIA
    Chuck

    You should be able to delete the photos by syncing with iTunes. Either remove the checkmark beside "Sync Photos From" on the photos page of iTunes or change the selection of photos to be synced. Each time you sync it is supposed to set the non-Camera Roll photos on the phone to match the current settings/selection in iTunes.

  • Need to set a parameter to a method from DataTable

    Hi. I'm trying to work this problem out. I have to make a call to a method which is in a bean from a JSF DataTable. My method is something like String method(String). What I would like to do, is to call this method from a JSF DataTable in order to fill a column or two. I'd like to know how I can set this parameter from my JSF, something like "#{mybean.method[i need my string to be here]}". I would also like to know if it is possible that the parameter is another bean, I mean, if it is possible, something like "#{mybean.method[#{anotherbean.property}]}". I'll really appreciate some help, I hope you'll help me.

    wow, thats about impossible to follow.
    Let me take a stab.
    If you want to save a value for later use when an exception is thrown, throw your own exception type that stores this info in the exception.
    Or perhaps you are asking something completely different.

  • How can a property panel set some parameter for its base taskflow

    Hi,
    How can a property panel set some parameter for its base taskflow (the tf for which this property panel was registered).
    Thanks
    Mayank.

    This question should go to Jdeveloper & ADF Forum: JDeveloper and ADF
    Regards,
    Venkat

  • Conected idle instance if i set oracle_sid=orcl which is not actual my sid

    Hello Team,
    My original ORACLE_SID=PROD
    ENV:- UNIX sOLARIS
    NOW IF I SET oracle_sid=orcl (which is wrong) and connect to sqlplus...--Connected to idle instnace--agreed!!
    since sid is different so how it did connected to sqlplus (i mean having wrong sid means wrong oracle_home/no oracle_home, so how did sqlplus got launched).
    Any other OS level file is accessed to get connected to sqlplus??

    Osama_mustafa wrote:
    When you set ORACLE_SID , oracle will start looking for spfile for this instance to read the instance parameter that enable to start database , if nothing found Error will appear .I dont't think this is correct: this what SQL*Plus STARTUP statement will do but if you don't use STARTUP statement and just want to connect to a local instance defined by ORACLE_SID and ORACLE_HOME SQL*Plus is not going to read SPFILE/FILE because it does not need to do it.
    ORACLE_SID and ORACLE_HOME are used by SQL*Plus to compute a shared memory key that is used to access database instance SGA: that is all what SQL*Plus needs to know in order to access a local instance (i.e. without Oracle Net).
    Here a quick test case with 11.2.0.1 EE on Oracle Linux 5.8:
    [oracle@lx01 dbs]$ echo $ORACLE_SID
    DB112
    [oracle@lx01 dbs]$ echo $ORACLE_HOME
    /u01/app/oracle/product/11.2.0/EE
    [oracle@lx01 dbs]$ ls -al $ORACLE_HOME/dbs/s*
    -rw-r----- 1 oracle oinstall 9748480 Jan 29  2012 /u01/app/oracle/product/11.2.0/EE/dbs/snapcf_DB112.f
    -rw-r----- 1 oracle oinstall    3584 Nov 19 08:53 /u01/app/oracle/product/11.2.0/EE/dbs/spfileDB112.ora.new
    [oracle@lx01 dbs]$ ls -al $ORACLE_HOME/dbs/i*
    ls: /u01/app/oracle/product/11.2.0/EE/dbs/i*: No such file or directory
    [oracle@lx01 dbs]$ sqlplus test/test
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Nov 19 08:59:10 2012
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select status from v$instance;
    STATUS
    OPEN
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing optionsEdited by: P. Forstmann on 19 nov. 2012 08:36
    Edited by: P. Forstmann on 19 nov. 2012 08:57

Maybe you are looking for

  • How does pair Value set works

    Edit Tab has this code loaded : FND POPIDR APPL_SHORT_NAME="SQLGL" CODE="GL#" NUM=:$FLEX$.GL_SRS_COA_UNVALIDATED REQUIRED="Y" VALIDATE="NONE" SEG=":!VALUE" DESC=":!MEANING" NAVIGATE="!DIR" VDATE="" And from how and where this NUM is mapped to that wh

  • Saving files in CS5.5

    I am saving a file in CS 5.5(12.1) but it won't open in CS5 (at my school) I have made it work before but cannot figure it out all of a sudden...please help I have a project due tomorrow. I get an error about plugins not being available...sorry I'm n

  • Concept of  Snapshot method in inventory

    Can anyone please help me understanding the concept of  Snapshot inventory loading in BW?? What is the technique used on a broad level?? I tried to read how to inventory pdf but, im not easily getting the essense of it.In that doc, market update meth

  • Any one know when fuji X-pro 1 raw support is coming to aperture??

    Any one know when fuji X-pro 1 raw support is coming to aperture??

  • ITunes freezes when put every iphone/ipad

    Hi! My problem is that my iTunes freezes even when i open and click ''preferences'' (other options like ''add file to library'' work normally), then i force to close and i got this: Descrizione:   Si è verificato un problema che impedisce al programm