Displaying Custom or Z Reports in Portal

Hi All,
My requirement is to Display a Custom Report in Portal. This Report is developed in Abap. Since I am new to this portal thing I can think of only 1 idea to display these reports in Portal by creating transactional iViews . But In HTML transactional iViews I noticed that everytime I scroll through the Report the page is getting refreshed. I am worried about the performance of the portal since I have to display around 5-10 HR Reports in Portal. Also I am not able to hide the System Details that appear at the bottom of the SAP Screen.
Please help me out how can I hide those details. Also I need to provide Print Option for these reports. How can I acheive that ?
Is there any other way I can Display these reports in Portal. Please Help !!
Regards,
Akhil Rai

Hi,
Please don't do cross posting.
Regards,
SrinivaS

Similar Messages

  • How to display custom forms or reports on portal pages?

    Hi friends
    I am new to Portal. I knew that we can create forms and reports in portal.
    But how can i display a custom form ( ex: employee.fmb) on a portal page?
    Thanks
    Ravi

    Are you meaning Oracle Forms Module and Oracle Reports?
    If so
    please check the following
    Reports
    http://download-uk.oracle.com/docs/cd/B14099_15/bi.1012/b14048/pbr_conf.htm#sthref494
    Forms (you can only invoke forms using the SSO)
    http://download-uk.oracle.com/docs/cd/B25016_02/doc/dl/web/B14032_02/security.htm#sthref42
    Otherwise you can create your custom HTML form and report using the following technologies:
    http://download-uk.oracle.com/docs/cd/B14099_15/portal.1014/b14135/pdg_matrix.htm#CHDJIEIH
    Please refer also to:
    http://download-uk.oracle.com/docs/cd/B14099_15/portal.1014/b14135/pdg_understand.htm#sthref35
    Hope this helps
    Cheers
    Diego

  • How to run and display oracle application standard reports in portal

    We have portal with oracle applications framework. We want to provide the users the ability to run certain standard oracle applications reports in Portal?
    Is there a way to do it?
    thanks -
    sri

    Hi Sri,
    Here you can learn about integrating Oracle Reports with OracleAS Portal: Oracle Application Server Reports Services Publishing Reports to the Web.
    Peter

  • Display custom info type in ESS portal

    Hi all,
    I have got a requirement that i need to display the custom defined info type in ESS portal , that info type have three  text fields.
    Is it possible to do this using a standard configuration in ESS portal or do i need to do some  development?
    Please suggest..
    Thanks ,
    Gunja

    Hi,
    You have to do custom development in NWDS. Please check the similar thread
    Customer Infotype in ESS
    Thanks
    Santosh

  • Customer line item report with GL account display

    Hi
    Please guide some customer reports for the following
    Client need a Customer Line item reports with Customer number and repective gl account for each line items.
    for ex: Product A/c xxxxxx
              To Sales A/c xxxxxx(recon A/c)
    Thanks in advance

    Hi
    1.FBL5N -  Customer Line item Display (Customer Line item reports with Customer number )
    2.FBL1N - Vendor Line item Display
    3.FBL3N - General Ledger Line item Display
    The sales entry will be
         DR  Customer - to view this entry FBL5N
               CR Sales - to view this entry FBL3N
    Hope this will be usefull

  • FM for converting PDF to XSTRING - display R/3 report in Portal as PDF

    Hello SDNers,
    Requirement:
    I am trying to display an R/3 report in Portal as PDF. I am trying to do it with the following logic:
    1. Call a RFC enabled FM from my Webdynpro Java appln.
    2. The FM then submits the Print request for the R/3 report and then gets the spool.
    3. Convert the ABAP spool to PDF (using FM CONVERT_ABAPSPOOLJOB_2_PDF).
    4. Convert the PDF to XSTRING and send it back to the calling Webdynpro appln.
    5. Using the XSTRING regenerate the PDF using some Webdynpro Java APIs.
    The Problem / Question:
    The output of the FM CONVERT_ABAPSPOOLJOB_2_PDF is a table of type "TLINE" which includes TDFORMAT and TDLINE.
    To get the XSTRING I am using the FM "'SCMS_STRING_TO_XSTRING". This FM only uses the "TDLINE" and completely ignores the "TDFORMAT". When I import this XSTRING value into my Webdynpro for Java appln., and assign to the corresponding UI element, my PDF does not show up.
    My FM code is like this:
    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
          EXPORTING
            src_spoolid                    = gd_spono
            no_dialog                      = 'X'
    TABLES
       pdf                            = t_pdf
    IF sy-subrc  0.
    ENDIF.
    IF sy-subrc EQ 0.
          LOOP AT t_pdf INTO w_pdf.
            CONCATENATE
              output
              w_pdf-tdformat
              w_pdf-tdline
            INTO output.
          ENDLOOP.
          CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
            EXPORTING
              text   = output
            IMPORTING
              buffer = outputx.
    I doubt if "'SCMS_STRING_TO_XSTRING'" is the right FM to use in my scenario.
    If we had a smartform, we could have used the FM "CONVERT_OTF" , but in our case we do not have a smart form and I am not able to figure out which FM should be used.
    Please suggest if I am doing any thing wrong.
    Thanks for Reading.
    Regards,
    Raj Kumar

    Hi
    check this thread
    spool to pdf conversion
    It looks like you are missing translate in you processing of the table t_pdf. Something like the following line is missing:
    TRANSLATE gd_buffer USING '~ '.
    Loo at the standard program RSTXPDFT4 as well. It converts spool to PDF and then you can download it to your desktop.

  • Display Z reports in Portal

    Hi All,
    My requirement is to Display a Custom Report in Portal. This Report is developed in Abap. Since I am new to this portal thing I can think of only 1 idea to display these reports in Portal by creating transactional iViews . But In HTML transactional iViews I noticed that everytime I scroll through the Report the page is getting refreshed. I am worried about the performance of the portal since I have to display around 5-10 HR Reports in Portal. Also I am not able to hide the System Details that appear at the bottom of the SAP Screen.
    Please help me out how can I hide those details. Also I need to provide Print Option for these reports. How can I acheive that ?
    Is there any other way I can Display these reports in Portal. Please Help !!
    Regards,
    Akhil Rai

    hi rai,
    u can try on this RFC iview
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90fc8a14-a02c-2a10-5a91-821561099192&overridelayout=true
    let me know u need any further information
    ravindra

  • Interactive report for displaying customer information

    hi,
        how to create an   interactive report for displaying customer information based on selection smade ,and corresponding bank details.

    pls check the sample code
    Use the tables Kna1 and knbk to get the customer details.
    ***extract the data into internal table
    select * from dbtab into itab.
    *In the loop hide the field you want to trigger the interactive list.
    loop at itab.
    write: / itab-kunnr, itab-name1.
    Hide itab-kunnr.
    endloop.
    use at line selecton to get desired output based on the condition
    at line-selection.
    select * fro dbab into itab where field = itab-kunnr.
    awards points if help ful.

  • Display customer details one by one in alphabetical order in alv report?

    Hi experts,
    my requirement is ,
    I want to display customer name  and city as  top and then for particular customer's details (like invoice no's,due date, vat.cst etc)
    display in alv grid format,and then next customer name and detals .....etc.(customer name alphabetical order) in single page one by one. Using ALV reports is possible ? pls give me the brief code (or idea).pls give me solution.
    My input is to enter customer numbers so that output(customer details ) is displayed one by one in order.
    I tried but i didn't get if possible pls give me SDN link.

    Ram,
    loop at internaltable.
    I guess you can use AT NEW fieldname event to display the customer name and then call REUSE_ALV_GRID_DISPLAY for every customer to display the corresponding details
    Thanks
    Bala Duvvuri

  • XSTRING with Binary of PDF - display R3 report in portal

    Hello,
    We have a requirement to show an R/3 report on portal as PDF. User will then be able to Print/Save the same.
    I have browsed through different posts on SDN and
    The idea I have is:
    1. Print the report to spool (Backend).
    2. Convert the spool to pdf (Backend).
    3. Create a FM (in the backend) that exports an xstring with the binary of the pdf (of the report)
    4. Using webdynpro for Java, create pdf form based on binary xstring.
    5. Render the pdf to portal and display it in portal.
    I have a couple of questions regarding this approach:
    1. What exactly does the function module needs to export (what format and type should be used)?
    2. How should the data being sent from the backend be handled in the Webdynpro Code? (What Context attribute should be created and what type should be used?)
    Please share your experience if some one had developed a similar application. Any sample code would be really appreciated.
    Thanks for Reading the post and for your time.
    Regards,
    Raj

    Hi Raj,
    Thanks for the link, i followed the procedure the way it mentioned in the link, but i am getting the below error as nullpointer exception, i checked everything but still i am getting the error.
    i can see one thing in webdynpro java code , i am getting warning message for this " wdwebresource"
    as deprecaiated, what is this meant?
    thanks,
    vinay
    java.lang.NullPointerException
         at com.vin.view.PdfView.wdDoInit(PdfView.java:115)
         at com.vin.view.wdp.InternalPdfView.wdDoInit(InternalPdfView.java:137)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:207)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

  • Display R/3 report in portal as pdf

    Hello,
    We have a custom report (R/3 report) which is too complex to be converted to a smart/adobe form.
    The requirement is to show this report on portal for users to be able to print/save it.
    The idea we have is:
    1. Print the report to spool.
    2. Convert the spool to pdf.
    3. Render the pdf to portal.
    How can we retrieve a pdf (spool) from the backend to portal?
    What is the best way of doing this?
    Please suggest.
    Thanks,

    Hi Lakshmi,
    You dont even need WD application for this.
    You can write small java code which calls R/3 picks up data, fills up your table and returns this back to portal.
    Also in java there are many APIs available which will help you convert this generated report to PDF/EXCEL etc.
    Only thing is you need to have a RFC in place for this to work.
    Write if you need any additional inputs on this.
    Here is sample code for connecting to R3.
    Code for connection to backend by creating JCO
              public void createRepository() {
                   String SID = "R3";               
                            JCO.addClientPool(SID,10,"<CLIENT>","<USERID>",
                                                                  "<PASSWORD>","EN","<SERVERNAME>","<PORT>");
                   repository = new JCO.Repository("MyRepository", SID);
                   jcoClient = JCO.getClient(SID);          
                   //response.write("Server Alive?  = " + jcoClient.isAlive());
    Regards,
    Kedar Kulkarni
    Reward points if useful

  • DISPLAY/PRINT MY EXPENSE REPORTS UNDER TERA FAILS WITH THE ERROR MESSAGE

    Hi Techies,
    When i click on "Display/print" button under my expense report ( Employee --> Travel & expenses --> Manage Expenses (TERA) --> My trip reports), it opens up a new window with the error message "SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send failed with exception communication_failure(100,101)."
    This behaviour is noticed in the new upgraded system NW 701 SP7 (portal) and backend ECC 6.0 EHP4; However it works perfectly fine with our non-upgraded system NW 70 SP10 (portal) and backend ECC 6.0.
    When i ran the trace on this functionality, i could notice that in the non-upgraded system, after pulling all the values, it calls the RFC function module "PTRM_WEB_FORM_HTML_GET"; however the upgraded system calls "PTRM_WEB_FORM_PDF_GET".
    For the "PTRM_WEB_FORM_PDF_GET", I believe we need to configure the "ADS" rfc pointing to the ADS service on a j2ee server which am not planning for.
    MY QUESTION IS:-
    IS THERE ANY OPTION TO CHANGE THE FORM BEING CALLED FROM "PTRM_WEB_FORM_PDF_GET" TO "PTRM_WEB_FORM_HTML_GET" WHICH I BELIEVE WILL RESOLVE THE PROBLEM AM FACING?
    Kindly assist with your thoughts!1
    -GK

    Read the steps on note 1032311 on how to achieve it,
    In Web Dynpro, the Parameter for Formula is Defaulted to PDF file. If
    you don't want to use the ADOBE Form in ESS, you have to follow 2 steps:
    Solution
        o  Check the Homepage framework configuration.
      In IMG (transaction SIMGH) go in Travel Management->Employee Self
    Service->Homepages Framework->Ressources
    Delete the URL parameter "sap.xss.tra.UsePdf=true" of the ressource
    "EMPLOYEE_TRAVEL_TRIPFORM_SRV05".
      Check that the field URL for PCD file is filled with
    ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_fol
    der/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/
    com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_trave
    l_expenses/com.sap.pct.erp.ess.tripform
      Normally if it is not filled in your client, the system should use the
    one from client 000, that is the SAP delivered customizing.
        o  Check the Portal PCD configuration
      Logon on to your SAP portal as Administrator.
      In the Content Administration - Portal content, select Content
    provided by SAP->end User Content->Employee Self Service->iViews->Travel
    and Expenses->Display Trip Form
      Right Click on Display Trip Form and Select Object->Open
      In the field Application Parameters, you will find a parameter
                                                                     Page 2
    sap.xss.tra.UsePdf=true . Delete this line completely.
    When this configuration is done, the PDF form is desactivated and the
    HTML form is used.
    This is the issue with ADOBE set up
    Firstly, I would ask you to check the customizing steps from 944221
    to ensure no issue with the ADS configuration for the pdf form.
    to review OSS note 925741 as there can be a issue with the
    platform validity and version.

  • Custom Tax Additions Report

    Hi All,
    A Custom Tax Additions Report is coming up with no data found for a specific book type and a period run.
    Does any one know, what could be the reason? Has anyone faced something like this before?
    Module is 'FA' and its base report I believe is FAS480.rdf
    Thanks,
    Chiru
    Message was edited by:
    Megastar_Chiru

    check the following blog and the how to document
    Fixes Available for Portal Activity Report
    http://wiki.sdn.sap.com/wiki/display/EP/HowtoConfigurePortalActivity+Report

  • How to create interactive BW reports in Portal

    Hi
    customer wants following senario.
    From BW report is generated and displayed in portal.that report contains list of customers whose sales is less than 50% than targets.now when i click on perticular customer on the report it should show me details about that customer.it is something like drilldown report.Can anybody suggests how to do this.
    Prasad

    Hi sinha
    thanks for your reply.Here my question is i already have Bw report in my portal.now if i click on content of the report(ex:click on customer id) it should show me detailed information probably in new portal window.can you suggest any solution for this
    Prasad

  • User-Role reporting  at Portal

    Hi,
    I know that one can use Roles under User Config, to learn which user is assigned to which roles and vise versa. But, is there a more flexible mechanism that we can query DB tables , to make custom reports about users and roles ? I've searched for PCD tables but couldn't find anything useful. Is there a table that holds user-role information ?
    Regards
    Ahmet

    Hi Ahmet,
    no, sorry, I do not have. Once again, I would strongly disencourage you to go this way. Accessing the DB directly is not supported and in very, very rare cases useful in the sense of having the possibility to catch some data you won't get via Java API. The scenario you gave is not such a case.
    Keep in mind that SAP can change the DB structure whenever they want to (and they do!).
    I would estimate that the things you want to know can be done by a 50-liner in Java. And you can add everything you want - display what you want within the portal, export csv files, mail info to people interested in - just whatever you want.
    Hope it helps
    Detlev

Maybe you are looking for

  • Safari won't open (it crashes straight away) LION

    I'm using OS 10.7.5 and ever since i did a software update Safari just crashes before opening a page, to the point i've had to download firefox, but I want Safari back if anyone could help me

  • Mac Pro stuck on gray screen after installing software for a new keyboard

    I am having a huge issue with my very important work computer! For a few weeks, my Mac has been freezing on the gray screen during start up. Since I had two external hard drives plugged in, I would unplug one of them and the Mac would always restart

  • HOW TO Install and Make PJC in Jdeveloper 12c

    Hello experts,               I am new in Jdeveloper.I am using Oracle weblogic server10.3.5 with oracle forms and reports 11g at windows 7.My weblogic is configured to oracle forms and it work good. Now I want to install Jdeveloper 12c to make PJC co

  • Lumia 720 volume down button not working

    Hey buddies, I'm using lumia 720 and often i get this volume down button not working. I changed the button by giving it in nokia care for 3times and still im facing the same problem. And also noticed that this is happening to most of the lumia 720's.

  • Sdtaudio on Solaris 8 on Sparc - CD-ROM audio not available

    I'm runnning Solaris 8 on an UltraSparc 1. I am trying to play audio from my CD-ROM through the internal speakers. I have xmcd installed and working and it recognizes and plays CDs, but audio isn't being routed to the internal speakers. When I open s