RadioButtons in WAD to open different reports

Hi
I have a R/3-report . My Client wants same report in the BI-Environment.
It contains Three Radio Buttons and when the user open first radibutton then he/she needs to get the one type of report .
And when the user open another radiobutton then he/she needs to get one type of report.
So how can we generate like this report in the WEB APPLICATION DESIGNER.
Regards
kumar

Hi,
Here is an example of how to use a button to execute a web template:
Hyperlink behind pushbutton
<table><tr><td class="SAPBEXBtnStdBorder" cellspacing="0" cellpadding="0" border="0"><tr><td>
<table><tr><td class="sapbexbtnstd" ><a href="<SAP_BW_URL cmd='LDOC' TEMPLATE_ID='EXAMPLE_TEMPLATE'>" target="_Blank">Call Example Template in Separate Window</a></td></tr></table>
</td></tr></table>
You can also look for more examples at the reference link below:
http://help.sap.com/saphelp_nw04/helpdata/EN/b4/0fa239cec06b40e10000000a11402f/content.htm

Similar Messages

  • Image mapping - capability to allow users to click on to open diff reports

    Hi,
    I want to display an image with the capability to allow users to click on it to open different reports... e.g, let's say I have an image with one section showing year 2012 and another section showing 2013. now if user click on 2012 then it should show report for 2012 and when user click on 2013 then it should show report for 2013.
    can you please guide me as how can I accomplish it
    Thanks

    Hi,
    >
    <img src="#WORKSPACE_IMAGES#Image.gif" border="0" width="1167" height="468" alt="" usemap="#reportsmap">
    <map name="reportsmap">
    <area shape="rect" coords="146,292,252,342" href="f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.:">
    <area shape="rect" coords="312,251,403,296" href="f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.:">
    </map>
    3) created report based on a parameter P2_YEAR
    Step 4 Require Assistance: may I know how to set P2_YEAR to 2011 when 2011 section is clicked and set 2012 when 2012 section is clicked.
    >
    you can fill the page item using the URL syntax http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_url.htm#BEIJCIAG
    <img src="#WORKSPACE_IMAGES#Image.gif" border="0" width="1167" height="468" alt="" usemap="#reportsmap">
    <map name="reportsmap">
    <area shape="rect" coords="146,292,252,342" href="f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.::::P2_YEAR:2011">
    <area shape="rect" coords="312,251,403,296" href="f?p=&APP_ID.:&APP_PAGE_ID.:&APP_SESSION.::::P2_YEAR:2012">
    </map>regards,
    Erik-jan

  • Error while opening a report in report Builder

    Hello experts,
    My oracle apps version is R12.1.3
    I am getting an error message when opening a report in report builder.
    Warning : Opening a report saved with a newer version of Reports Builder.
    Functionality may be lost. Continue??
    What should i do now?? Please suggest.
    Thanks,
    Atul

    Hello,
    Sorry for late reply.
    Report Builder 9.0.4.0.3
    Oracle application Relese 12
    and database versin: is Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    plesae update the thread as soon as possible.
    After opening a report in Oracle Apps its open is different language. what could be the workaround for this..
    Do i need to change any langauge setting?
    Thanks
    Atul

  • WebLink to open a report

    Hi All,
    I'm trying to create a new web link field to open a report or a custom web applet and pass the current Opportunity.ID to the report so that it filters on a single opportunity. I'm struggling with the URL here can anyone help?
    This open's an analytics window but can't find the request:
    https://secure-ausomxdsa.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_30162_Shared_Folder%2fWebLinkReport&Options=rfd&Action=Navigate&P0=1&P1=eq&P2=Opportunity."Opportunity ID"&P3=%%%Id%%%
    This one opens a complete new SoD window and runs the report but does not filter on the opportunity id:
    https://secure-ausomxdsa.crmondemand.com/OnDemand/user/ReportIFrameView?SAWDetailViewURL=saw.dll?Go%26Path%3D%252fshared%252fCompany_33517_Shared_Folder%252fWebLinkReport&AnalyticReportName=WebLinkReport&Options=rfd&Action=Navigate&P0=1&P1=eq&P2=Opportunity."Opportunity ID"&P3=%%%Id%%%
    So really i'm looking to open the report in a new window where only the report is displayed and filter on 1 opportunity. Anyone have any ideas?
    Thanks
    Oliver @ Innoveer

    Oli,
    Rather than using the url that the browser uses, right click on the report and go to properties. The url there is slightly different
    https://secure-ausomxdsa.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Path=%2fshared%2fCompany_33517_Shared_Folder%2fWebLinkReport&Options=rfd&Action=Prompt.
    So use that as the base any apply the parameters as you already did.
    see also: Re: Web Applet - Reporting
    Regards
    Minesh

  • To find and open Crystal Reports using SI_Name & SI_PARENT_FOLDER

    Hi,
    I have been given the below properties and link, which uses Crystal Reports (I guess its using java integration)
    http://<portal server>/projectsportal/jsp/collaboration/deliverables/pdf_report.jsp?entity=1&Entity_Type=P&Key_Indicators=Y&LV_FROM_FY=&LV_TO_FY=
    The properties used are
    CMSName = 138.220.5.56:6400
    hostName= crystalprd
    authentication = secEnterprise
    #infoStoreQuery = SELECT * FROM CI_INFOOBJECTS WHERE ( SI_NAME = 'OrganizationReport' AND SI_PROGID = 'CrystalEnterprise.Report' AND SI_PARENT_FOLDER = 2000 )
    infoStoreQuery = SELECT * FROM CI_INFOOBJECTS WHERE ( SI_NAME = 'scorecard' AND SI_PROGID = 'CrystalEnterprise.Report' )
    I have to make few changes in the Crystal Reports.
    Please help me in finding out the report.  What is the location of the report ?
    Thanks in Advance for your timely help.
    Eswari.

    You have most of the info already here.  Just use Query Builder to pull back the rest of the object info and you'll have what you need.  I'm not sure which report you want, but either can be achieved in much of the same way.  You'll need to know the parent-child heirarchy for the folder structure to determine where this report sits.  once you have this info, open the CR designer and open the report from the repository navigating the folder heirarchy you found.
    1.  Open "Query Builder" from the start | programs menu on the server.  Depending on the version of XI you are using, the url will differ.
    2.  Execute a query similar to what you posted to bring back the info for the report object (not instances) with the name 'scorecard'. If multiple reports exist in different folders with the same name, they will all be returned.
    SELECT * FROM CI_INFOOBJECTS WHERE SI_NAME = 'scorecard' AND SI_PROGID = 'CrystalEnterprise.Report' and SI_INSTANCE = 0
    3.  Look for SI_PARENT_FOLDER attribute and query on this ID next.  That should give you the name of the parent folder the report sits within.
    SELECT * FROM CI_INFOOBJECTS WHERE SI_ID = <si_parent_folder>
    4.  You will need to keep querying for the parent in order to work your way up the folder tree.

  • Different authorisations in different reports?

    Hello,
    I'd like to ask: how can I assign different authorisations for the same user for different reports?
    Example:
    I have a report of sales by customer, additionally groupped by Key Account Manager (KAM)
    KAM
    ....\_____ Customer
    and another one, where data is presented for Customers, groupped by Consultants (CON):
    CON
    ....\_____ Customer
    Both reports are based on the same multiprovider.
    Moreover, both KAM and CON are IObjects which have Customer as a reference char. I'd like to present reports to Key Account Managers and Consultants, showing their sales to respective Customers. But only theirs, not other KAMs' or CONs' sales.
    The point is - one person can be a KAM for one sale, and a CON for another one (although, those are two separate IObjects, they share master data with Customer).
    I have therefore made an authorisation for one user, giving him rights to view 'his' KAM, and ":" CON. After that, I have used this authorisation in a role, and assigned it to the user. This way, the report No. 1 provides correct data - only sales where KAM is the chosen user, regardless of values of CON (the IObject itself is not even present in the query, therefore the ":" has been used).
    How can I arrange the authorisations, so that this user can open the second report, presenting him sales to customers for which he was assigned as a CON?
    To put it shortly:
    How can I give user 001 rights to view all objects AA and only one value of object BB in report ABC1
    but give him rights to view only one value of object AA and all values of object BB in report ABC2?

    Hi,
    OK! try this following work around:
    Make it language dependent again . and unmap in transfer rules  ( cross symbol ).
    remove the info object in right panel too. and write the routine as follows.
    IF TRAN_STRUCTURE-sprache = ' '. ( write code of japanese langauge )
    And tran_structure-sprache = ' ' ( write code for chinese langauge )
      RESULT = 'e'.
    else.
    RESULT = TRAN_STRUCTURE-sprache.
    endif.
    activate the transfer rules and try uploading data again!
    Thanks,
    Ravi

  • Error while opening WebAnalysis reports

    Hi ,
    We are experiencing a strange problem with Web Analysis reports.
    When a user tries to open a web analysis report, it fails with the below error message.
    Error occured while opening document. Document ID = {0}.
    But if the same user tries it from a different machine, he is able to open the report without any issues. We tried restarting the system, clearing cache on the machine, but no luck.
    Also the Java icon is not showing up in the tray(bottom of the screen) when I launch the webanalysis window.
    Could you anybody please help me solve this issue.
    The version of web analysis is 9.3.1
    Thanks
    Prasad

    Thanks SoL, for your reply.
    I finally got this fixed. We recently upgraded our BI+ to 9.3.1.3 and it is having two versions of JRE's inbuilt in it. One is 1.4.2_13 and the other is 1.5.0.
    I am recieving this error while I am using the 1.4.2_13 version of JRE. So I just tried installing the 1.5.0 version and then tried to open the report. The result is Successful.
    Thanks
    Prasad

  • I can't open a report created in win XP on win2000

    I can't open a report created in win XP on win2000
    I created a report in winXP on SCOTT schemas and I tried at home to reopen the report.
    I receive an error like UNABLE TO OPEN .....REP-0110.
    I tried these reports on another computer with WINXP and they perfectly worked.
    Only win2000 has this problem? Can I solve this problem without installing WinXP?
    Thank you

    there should be no difference, except if you reports versions on those two machines are different. have you tried the other way around, create a file on win2000 and try to open it on XP ? maybe the file gets corrupted during transfer or something.
    thanks,
    ph.

  • Display two Different reports together

    Hi Experts,
    Is there any way that I can display two different  reports simultaneously/together in Web Portal
    Thanks in advance.

    Hi Manpreet,
    Although we can easily perform this in WAD , but as you asked the other option which requires some coding .
    Check the below thread for the same :
    how to display two lables in alv report
    Hope it helps,
    Supriya

  • Open a Report 9i in unix

    I want to open a Report 9i in a unix plataform.
    When i was working with reports6i, i used rwbld60 to open and complile my reports.
    Now in reports 9i i can user rwconverter.sh to compile my reports. But i want to open them.
    ¿what can i execute to open my reports?

    1) >>>>>Is it necessary to install Develeper Suit in the same maquina that iAS, to be able to open report ?
    They need not be in same machine. They can be in different machines.
    2) >>>>> In my iAS there isn't rwbulder.sh
    rwbuilder does not come with iAS. It comes with iDS .
    (iDS is used to build reports. iAS is used to deploy those reports to be accessed by many users.)
    3) Docs
    All docs for all reports versions
    http://otn.oracle.com/documentation/reports.html
    Note that the following links are for version 10G , but you can get 9i docs also in the link mentioned above.
    Publishing reports to web
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    Building reports
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    Thanks
    Ratheesh

  • Problem in opening the report as pop up in live environment but working fine with dev environment

    Post Author: venkateshvarakala
    CA Forum: Deployment
    Hi,
    I developed the report in Crystal Report 9.0 ,in dev environment when I opened the report it is opening in same window and when export to word it is opening in new window but after deploying the application, when I do the same i.e expoting to MS word it overwriting the crytal report due to which I am not allowing me save the Word Document into hard drive( which is one of the requirement.)  (When I expot the pdf it opening in the same window but allows you to save to hard drive).
    My question is why this behaving differently in dev and deployment stages... It will be helpful if the opening of the report  happens just like dev environment in all the case.. i.e opening the exported report in new window.
    Please help in resolving this issue and guide me if need to write or configure.
    Thanks,
    Venkatesh V

    Your having the problem in this particular case only or it is a general problem, that you are not able to close the session properly.
    If that is the case, try with IE6 because rest does not support this portal feature perfectly.
    Regards
    Chander Kararia

  • Cannot open a report in CrystalReportsXIRelease2

    Hi,
    I am getting the following error message on opening a particular report in "Crystal Reports XI Release 2".. On selecting a report from the file browser I get the message
    "The report could not be opened from Business Objects Enterprise. Possibly the report is on a different BusinessObjects Enterprise system than the one you are currently loggedo nto".(also I cannot see the report in the file repository pane but I can see it when I browse using File-> Open. I open it from the file browser).
    Some reports are opening fine. I think this report used to open witjout any error in "Crystal Report XI" . But after I installed the release2 this issue has started. I donot have the installable for the older verison anymore.
    Can someone please advise why is this issue occuring how to get this resolved?. greately appreciated.
    Thanks,
    Reeti

    Hi Reeti
    Please open those reports from Crystal Reports Designer and publish them (Save in the Enterprise) once again to XIR2.
    Also check the differecne with the reports which are not throwing any errors.
    Hope it helps!!!
    Regards
    Sourashree

  • I cannot control the sensor on my Mac, it moves by itself, and opens different pages. What can cause this problem? please help me.

    I cannot control the sensor on my Mac, it moves by itself, and opens different pages. What can cause this problem? please help me.

    There are several possible causes for this issue. Take each of the following steps until it's resolved.
    1. Follow the instructions in this support article.
    2. Reset the System Management Controller.
    3. If you're using a Bluetooth trackpad, investigate potential sources of interference, including USB 3 devices.
    4. A swollen battery in a MacBook Pro or Air can impinge on the trackpad from below and cause erratic behavior. If you have trouble clicking the trackpad, this is likely the reason. The battery must be replaced.
    5. There's a report that a (possibly defective) Thunderbolt Ethernet adapter can cause the built in trackpad of a MacBook to  behave erratically. If you're using such an adapter, disconnect it and test.
    6. There's also a report of erratic cursor movements caused by an external display that was connected but not turned on.
    7. If none of the above applies, or if you have good reason to think your computer is being controlled remotely, remove it from the network by turning off Wi-Fi, disconnecting from a Bluetooth network link, and unplugging the Ethernet cable or USB modem, whichever is applicable. If the cursor movements stop immediately, you should suspect an intrusion.

  • Error while opening a report in FRstudio client machine.

    Hi,I'm getting below error while opening a report in FRstudio client machine. please help me if any of you resolved this issue earlier.
    client laptop: 64bit windows7
    hyperion version: 11.1.2.2
    error msg:
    "HARSnapin Initialize() Error -2147467259 - ; nested exception is:
         java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
         java.io.InvalidClassException: com.hyperion.reporting.graphics.GridObject; local class incompatible: stream classdesc serialVersionUID = 5432192847655595077, local class serialVersionUID = -5245705824007679661"
    thanks

    I've seen umarshalling error when there is a difference between the client and server version. Is there a patch applied? I would recommend to uninstall the existing one and install if from Workspace. (this will ensure that you've the correct client version)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Reset Cleared Documents and Vendor Open Items Report FBL1N

    Hi all,
    I have following scenario:
    - In last month, we had 2 documents (invoice and payment) cleared against each other. We created open items report as well as open items correspondence sent to Vendor. Obviously, the docs were not included in report.
    - In this month, we have reset and reverse clearing document of the documents. We create report again with the open key date as in last month. It should not include the 2 docs but it did with whichever key date we chose.
    Is there any setting that open item report doesn't include cleared item at the key date when we run report for previous month?
    Thanks and Regards,
    Dau

    Hi Dau,
    If i understand you correctly then you posted and paid invoice in Jan 2012 and generated the open line item report for Jan which correctly did not include this cleared invoice.
    Now in Feb 2012 you reset and reversed this payment document.
    The issue is when you execute the report FBL1N again then you get the open line item for this invoice correct. Please confirm what is the open item key date that you are using here for generating this report
    If you keep it 31.01.2012 then definetly this invoice should not appear in the report but if you keep that 29.12.2012 then this line item would for sure appear.
    The importance of key date is to limit the report to certain date. The system selects all items posted up to and including the specified key date and open for this period.
    so I think your issue is with the key date.
    Hope this helps you.
    Regards,
    Prasad

Maybe you are looking for

  • Problem in script format

    hi, i am having problem in script , the problem is s.no|    descriptio                           |   UOM                      |          Qty                   |             Rate           |          AMT            | 01     aaaaaaaaaaaaaaaaaaaaa      

  • Burn cd from iPhoto

    My friend likes to edit his photos in iPhoto. Once he gets the pictures in order, a timeline or storyline, he tries to burn a CD, however, the files are burned in alphabetical order. Is there a way to burn from iPhoto and retain the picture storyline

  • IPad 1 Syncing Error on iOS 5.0.1

    Hello, I've recently been trying to sync my iPad to my MacBook Pro using the WiFi sync but it either just stays at the same point trying to copy one item or it gives me this error: [blockquote]The iPad "Leon Fletcher's iPad" cannot be synced. An unkn

  • Using iif inside a lookupset to change expression result

    Hey all, I've got an expression that is currently using a lookupset to pull data from a different dataset. I also need to replace the output of my expression with certain values, but I'm unable to figure out exactly what syntax I need for my iif stat

  • 3D Print Resolution on MakerBot Replicator 2

    HI All, Is a week that i'm printing with Photoshop on my Replicator 2... but i found some resolution problems. as you can see in this detail the  model printed at 0.07 mm resolution is almost alf respect the same model printed on makerware at 0.1mm.