ABAP reports or BSPs for publishing R/3 data to Enterprise Portal

Dear Friends,
  We have got scenario where we need develop a product.As part of that we have got some data in SAP R/3 that need to be published through Enterprise Portal.
Before me there are the below options.
1.To write ABAP reports and publish with the help of ITS.
2.To go for BSPs.(understood WAS should be > 6.10 )
3.To write some BAPIs and build the interface using portal as middleware.
Pl. suggest me which one would be best option considering If the reports contain some graphs also.
Your suggestions are greatly appreciated.
Thanks in advance
Mrutyunjay

Thanks Gopi for your inputs,
But I heard graphs in ABAP are very resource intensive.
I would request to through some light on presenting the data graphically through EP if the data is collected through BAPIs from SAP R/3.
Thanks in advance.
regards
Mrutyunjay

Similar Messages

  • How to call  an abap report in BSP..

    hi all,
    Please can anybody tell me how to call an abap report in BSP application.....since I am new to BSP....
    with regards,
    Santosh

    check this thread
    Urgent!!  How to call a custom transaction or an ABAP program in BSP?

  • How to call a abap report in BSP

    hi all,
    Please can anybody tell me how to call abap report in BSP..
    with regards,
    Santosh.

    Also see below BSP tutorial
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm
    Regards.

  • ABAP Report with INCLUDE for subroutine.

    Dear All,
    I have ABAP report list.
    I have the following code:
    SELECT-OPTIONS: s_date FOR oijne-astdtt.
    PARAMETERS : p_time LIKE sy-uzeit DEFAULT sy-uzeit.
    SELECT-OPTIONS : s_soldto FOR oijnomi-soldto.
    in my program i have INCLUDE ZER0100F. as incude for subroutine form.
    If i put the subroutine in the include and in side this subroutine i am using the s_date or s_soldto.
    It gives me error.
    The field "S_DATE" is unknown

    Hi,
    There is no need to use Using or tables since the select option is global and will be accessible in your routine.
    E.g:
    TABLES kna1.
    SELECT-OPTIONS: s_date FOR sy-datum.
    PARAMETERS : p_time LIKE sy-uzeit DEFAULT sy-uzeit.
    SELECT-OPTIONS : s_soldto FOR kna1-kunnr.
    START-OF-SELECTION.
      PERFORM f_routine.
    FORM f_routine.
      WRITE : 'low :' , s_soldto-low.
    ENDFORM.                    "f_routine
    Regards.
    Edited by: Dev Parbutteea on Apr 29, 2009 8:05 AM

  • Executing ABAP Report- No memory for processing HTTP, HTTPS or SMTP query

    Hello experts,
    I am getting same error while running ABAP Report- /OSP/TRIGGER_LEAVE_SCHEDULER
    Error-
    No memory for processing HTTP, HTTPS or SMTP query .
    Please help.
    Regards,
    Shashank

    Hello
    This should solve it
    1562539 - No memory for processing HTTP, HTTPS, or SMTP queries.
    Thanks
    Alagappan

  • Alternatives to WAD for displaying BI Queries / Views in Enterprise Portal

    Hello experts,
    we have been using WAD 3.5 extensively for displaying BI Querys in a web-capable form within our Enterprise Portal.
    Since our users are not BW-familiar in general, we have the requirement to provide a very easy GUI and navigation.
    Actually in 3.5 we are able to fulfill this requirement by extensive use of Javascript to modify the look & feel and also the behaviour of the Web applications.
    In WAD 7.0 this is not any longer possible, as SAP restricted the Javascript usage, in 7.0 it is impossible to change the HTML code by accessing the DOM, which is very uncomfortable for us, since our users are familiar with the our (javascript-driven)convenient BI Web interfaces.
    My question now: are there any alternatives for displaying BI content (queries / views) in the portal apart from using WAD web templates?
    I read that the Visual Composer is now capable of processing BI content. Does anyone have experiences with this? And if yes, how does this compare to the WAD?
    I also read that there is a BI Java SDK which contains an API to the OLAP processor. Is the BI Java SDK an alternative to WAD? And if yes, is it possible to integrate Java SDK with Web Dynpro or is it plain Java requiring the usage of Servlets / JSP to render the UI?
    Thanks in advance for your help,
    best regards,
    Thilo

    Thilo Krawietz wrote:
    I also read that there is a BI Java SDK which contains an API to the OLAP processor. Is the BI Java SDK an alternative to WAD? And if yes, is it possible to integrate Java SDK with Web Dynpro or is it plain Java requiring the usage of Servlets / JSP to render the UI?
    BI SDK is a Java library without UI support. Think adout it as a JDBC-type API with multidimentional data support. It's the way to go if you need to get to the data itself but it is not appropriate if you want low-effort reporting solution.

  • BI Reports taking + sign for Node/Hierarchy input values in BI Portal

    We have BI Portal 7.01 SP 7. We are facing issues while running BI reports as it is appending + sign for the input which are of type Node/Hierarchy. Due to this we are getting error as invalid input:
    Input "\+CG1000(0SEM_CGCOMP)" for Company has invalid format
    However the same report runs fine when we are executing through Bex Analyzer without any + sign in the input values.
    The + sign is not coming if the input value is a number or a text. Its gets appended only to Node/Hierarchy type inputs.
    Your help to resolve this will be highly appreciated.
    Best Regards,
    Mahesh Das

    << Do not post the same question across a number of forums >>

  • BSP for maintain BW master Data

    Hi,
    I know we discussed many times about master data maintenance in a BSP page.
    I have to create a page for maintaining new cost centers (for simulation purpose).
    Is anybody can provide an example of code developped ?
    How much time to developp a BSP page to maintain a master data cost center with five attributes ?
    Thanks for your help
    Matteo

    Hi,
    This is Ami Kapadia. CAn anyone pls. help me, that is it possible to make changes in the Standard SAP BW BSP pages.
    like if i want to change some displays or changing the selection field names.
    eg..
    on BW BSP page i am displaying the date on which the database is uploaded from SAP R/3 database. the field is displayed as "Validate for", instead i want to write in business words that "the data is uploaded on......date".
    pls. help.

  • Report in MM for PO & PR with date

    HI,
    Can you tell me any report in MM where we can get PO and PR with their creation date..
    Thansk,
    Dharmveer

    hi,
    you can say document date as creation date..
    You can get it differently but not combined anywhere...
    this might be because one is internal doc(PR) and other is external doc(PO)...
    You can do one thing...Create your own SQVI query joining table EBAN, EKKO etc...
    Regards
    Priyanka.P

  • ABAP Report to HTML in BSP

    Hi,
    I have read the very interesting posts about calling ABAP reports from BSP applications.
    Nevertheless, I noticed 2 constraints in order for a Report to be called :
    - the <b>sap/bc/report</b> must be active in Transaction SICF
    - the report must have an <b>Authorization Group</b> defined
    <b>Am i right, so far ?</b>
    Besides, I tried to implement the solution given in the forum as follows :
    DATA: html TYPE TABLE OF w3html. " occurs 10 with header line.
    DATA: html_wa TYPE w3html.
    DATA: listobject TYPE TABLE OF abaplist. " occurs 10.
    DATA: report_name TYPE syrepid.
    DATA: result TYPE string.
    report_name = 'SHOWCOLO'.
    SUBMIT (report_name) EXPORTING LIST TO MEMORY AND RETURN .
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = listobject.
    CALL FUNCTION 'WWW_HTML_FROM_LISTOBJECT'
      EXPORTING
        report_name = 'WEBREPORTING_REPORT'
      TABLES
        html        = html
        listobject  = listobject.
    LOOP AT html INTO html_wa.
      CONCATENATE result html_wa INTO result SEPARATED BY space.
    ENDLOOP.
    The problem is that the 'WWW_HTML_FROM_LISTOBJECT' is fauly. There is a call to the FM 'RECORDER_PLAY_BACK' which itself calls 'ABAPLIST_VERSION %_RFC' and the code stops !
    <b>Any idea why this is happening ?
    Am I missing a service in SICF ?</b>
    Of course, when I do the same code in a classic ABAP Program everything works fine...
    Thanks in advance.
    Cheers,
    Guillaume
    Message was edited by: Guillaume Garcia

    <i> the sap/bc/report must be active in Transaction SICF
    - the report must have an Authorization Group defined</i>
    both the points above are correct, more than that, using sap/bc/report  you cannot pass selection screen values or variants.
    regarding
    'WWW_HTML_FROM_LISTOBJECT'
    i have been using this and no problem at all. where is your BSP you wrote the logic using 'WWW_HTML_FROM_LISTOBJECT'.
    also dose it generate a dump? if so can you give us the gist of the dump analysis.
    REgards
    Raja

  • Any Best Practices for developing custom ABAP reports for Portal?

    Hello,
    The developers on our project are debating the best way to develop custom reports and make them available on the portal.  Of these options that we can think of, can you give any pros & cons, or experiences, or other options?
    - Web-enabled Abap report programs
    - WebDynpro for Abap
    - WebDynpro for Abap using ALV
    - Adobe forms
    Does a "Best Practices" document or blog exist on this topic?
    Thanks,
    Colleen

    Re: Using p_trace=YES

  • ABAP Report as HTML

    Hello,
    we have a couple of ABAP reports that generate a traditional list (with WRITE) and now I have to convert the output as HTML and display it (perhaps) in a new window of the browser. I´m not sure if function WWW_LIST_TO_HTML can be very helpful for that purpose.
    Has any one experience in this field that can tell me a couple of tricks on how to do it the best way ?? The reports will be called from BSP pages, of course.
    Thanks a lot

    if your report dosent have parameters or you dont need to supply any parameter simply call the following url
    http://<wasserver>.xxx.com:<port>/sabp/bc/report?report=<your report>
    else follow the following link for details
    Re: Conversion ABAP Report to BSP Application
    Regards
    Raja

  • Web enabling of ABAP report

    Hello All,
    I am having a ABAP Report and willing to web enable the same. I know that ITS can be the option but since we r planning to go for WAS 6.4 I was looking whether it can be done through BSP. I created a HTML Template of my application and was wondering whether it can be used in Pages with Flow logic. With this I suppose it will use the template to generate HTML screen output with all the ABAP processing logic.
    Thanks in advance.
    regards
    Deepak

    Hi Deepak,
    Please search the fourm before posting a question. The answer for you question is there in the following threads
    Re: Conversion ABAP Report to BSP Application
    Re: REPORT RESULT  IN BSP APPLICATION
    Regards
    Raja

  • Extracting a Photo and Printing through ABAP Report

    Hi,
    How to extract a picture of an employee from PA30 or PA20. After extracting the picture how to print it in ABAP report.
    Waiting for help.
    Thanks in Advance with Regards.
      MAM

    Thank You very much Mr. Carlos Vera Baca
    That is one way of putting and printing the picture.  But my main question is when the picture is displayed in <b><u>PA20</u></b> or <b><u>PA30</u></b> how to extract that picture which is diplaying in the above transactions.  I think I have put the question little clear. 
    Thanks
    Abdul Mannan

  • How to trigger an xi communication from abap report?

    Hello,
    I would like to ask if there is a blog, howto or something about How to trigger the communication in an abap programm. The communication will be either rfc->ftp or rfc->jdbc. So how can I tell XI to call that rfc to start the communication (from r/3 as abap programm)?
    thank you.

    >
    RAJEEV GUPTA wrote:
    > Hi Daniel,
    >
    > you can tell rfc to send the rfc response to XI.............but for this you have two options:
    > 1. by se38 report you can execute rfc in r/3 and send its response to XI destination target system by executing the function module of rfc in your abap report
    > 2. you can send the rfc req msg from XI to r/3 and then you will automatically get the rfc response from r/3 in XI via this synch msg.
    >
    >
    > Regards,
    > Rajeev Gupta
    Hello,
    about nr1:
    When I set the DESTINATION parameter in a abap report, doesn't this mean the system where the rfc is available? Because when I do it like that my abap report would look for the rfc there and not in r/3 itself. Isn't that right?
    e.g.
    CALL FUNCTION 'RFC_on_r3'
               DESTINATION 'XI.rfc.dest'
    So you think that should work?

Maybe you are looking for

  • Can't import photos from camera

    I was downloading some photos from my Digital Rebel XSi with no problems. Then I switched cards and all of a sudden, it wouldn't load the photos. I could still view the photos on the camera, so they were definitely there. It was as if Aperture just d

  • Finding words in a pdf document using adobe reader XI

    the instructions on the website did not work for me. "Find"works for my Microsoft word documents but not my pdfs What to do?

  • I lost all my iMovies and could someone please tell me how to get them back?

    Recently I dropped my iPad and because I had apple care the next day I got a brand new one, but I accidentally started my new iPad as a new one. In the past I have made so many iMovies it's unreal and I have spent ridicolous amounts of time on making

  • Ipod in washer....

    After my 4g ipod went through the washing machine I did not plug it in or charge it I opened her up and let her dry (waranty over by 1 year) I left it open for about 2 days, put it back together and it worked. It now functions perfect other than when

  • What is the use of Externalizable interface?

    What is the use of Externalizable? and what is the diff b/w Serializable and Externalizable interfaces?