SAP ABAP report in Portal

Hi,
I have a ABAP report which is created and i want to display this in Portal . Any idea how i can do the same.
Would setting the ITS view to SA38 and ok code get the report screen directly ?
Regard
PN
Message was edited by:
        Portal Newbie

Hi
Create a Transaction code for the report using se93.Probably you can select easy web Transaction to be the transaction type if you need to eliminate the menus that comes in a normal R/3 screen.
In the portal you can use the Transaction Iview to create an Iview of your report.
Hope this helps.
Regards
Mohamed Mansoor
Message was edited by:
        Mohamed Mansoor Kasim

Similar Messages

  • Problem while fetching more records in SAP ABAP report program

    Hello Frinds,
    I have SAP ABAP report program which fetches data from usr02 table
    Now, program is working fine with less number of records, bot in production there are more than 200000 records and either report gets timed out or there is run time error like buffer area not available.
    Below is the fetch statement
    SELECT bname FROM usr02 INTO TABLE lt_user
    So, do I need to take records in small chunks, I do not think it is needed as I have worked on number of othere databases where there are number of records in single fetch statement and database itself take care of this.
    Please provide me some approach to resolve this problem.

    This will be very difficult for you.....
    Since you are getting a time out error....it looks like, you are runnning this report in foreground....................
    Try running it in background it will work...
    ELSE....you have to fetch in small chunks....but the question is how will you do it. Since the USR02 only has BNAME as primary key...
    Either put the BNAME as part of selection screen and fetch the data.....it will solve your problem....
    Only fetch for those BNAME which is entered in the selection screen...
    Hope it helps!

  • Sap ABAP report cann't call excel which is installed actually.

    Hi experts:
        When I try to run a sap abap report to show data by calling Excel, a message popped up saying that "Excel has not been installed", however It has been installed on my computer and this error doesn't happen to my collegues,  would you please give me a hint why it happened?
        Frank

    Hi,
    Is it an ALV report....where u wanna see the data in excel format or U r using some other reportin to download data to excel sheet....be clear....
    Solution::::::::
    if its an ALV report...go to EXCEL->TOOL> MACRO>SECURITY>TRUSTED PUBLISHERS tab-->select the chk box "TRUST ACCESS TO VISUAL BASIC PROJECTS"....
    Thins it may solve ur issue...
    Reward all helpful answers.
    Thanks.

  • How to call ABAP report in portal

    Hi,
    I have a ABAP report which is created and i want to display this in Portal . Any idea how i can do the same. Please, give me all the details in step-by-step.
    Thanks & Regards,
    Ashish Mehta

    Hi,
       Try this:
    1. Create a transaction iView in the portal.
    2. Set the transaction to SE38.
    3. Declare Application Parameters as:
        RS38M-FUNC_EDIT=X;RS38M-PROGRAMM=<name of the report>
    4. Put this in the OK Code Field property: STRT.
    5. Set the System property to the portal system that points to the back-end R/3 system.
    6. Launch the iview.
    Regards,
    Satyajit.

  • 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

  • How to Intergrate ABAP reports to Portal

    Hi Experts,
    I want to put my ABAP reports to the Enterprise Portal.
    So how would i do that.
    Pls guide me.
    Regards,
    DS

    hi ,
    You would be having Tcode for your Abap reports.. right!!!
    Then just u hve to created Transaction iveiw in Portal..give Tcode of tht report... Bingo it will work...
    Regarding creating of Transaction iview u can refer [url]How to create R/3 Transaction Iviews in EP;url]  ur own thread.
    Regards
    Parth

  • Classical List to ALV format in sap abap report

    Hi All,
    I have a requirement to change the existing abap report in which teh output is dispalyed in classical list format.
    I want to convert this list report output into ALV format.
    COuld anyone please help me how to convert this from Classical list to ALV format?
    Thanks,
    Komal.
    Moderator message: sorry, this not the place to teach the basics, please search for available information. If you understand the classical list and how to use ALV, then you can also do the transfer yourself.
    Edited by: Thomas Zloch on Aug 12, 2011 4:44 PM

    This will be very difficult for you.....
    Since you are getting a time out error....it looks like, you are runnning this report in foreground....................
    Try running it in background it will work...
    ELSE....you have to fetch in small chunks....but the question is how will you do it. Since the USR02 only has BNAME as primary key...
    Either put the BNAME as part of selection screen and fetch the data.....it will solve your problem....
    Only fetch for those BNAME which is entered in the selection screen...
    Hope it helps!

  • Wireless using SAP ABAP Report programming

    Hi All Boss,
    I am doing my project Wireless program using SAP ABAP
    I need that project.
    so please send me wireless program for sap abap and screen shot.
    reply me urgent....
    Please donot forgot to all..

    This is not a program writing service.

  • First Day with SAP ABAP Report Developement.

    Hi all ..
    I am going to start my career after a year struggle...Advice me how to work with real time system, what are the initial things to consider...Most importantly what are the things SHOULD NOT BE ASKED or done....
    I am selected for Report Developement...plz guys let me join with u... plz advice and i expect u guys will make it happen....

    Hi,
    All the best for your future,
    Even my situation was the same, i mean i just have 1 year of development experience.
    I can say you to work on performance use the extended program check , ABAP test cockpit (if configured ), and code inspector.
    Try to learn the functional flow of the business process, it will help you in getting the indepth knowledge, and hence will maintain your interest.
    Try to be thoroughly learn your development guidelines (standards ), that are specific to your company.
    Regards,
    AnkitMahajan

  • Displaying ABAP report on a web browser

    Hi,   I want to develop a code for displaying ABAP report on a web browser.

    Hi Rao,
    Are you looking for running ABAP report from portal / WDA?
    There are lot of similar threads available on SCN: to run ABAP report in WDA.
    Calling a TCODE PA60 from Web dynpro ABAP
    Call TCode MM02 from ALV
    Please search in SCN, hope you may find many threads.
    Regards,
    Rama

  • 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

  • ABAP Report in single page(Altering row count) in Portal

    Dear Guru's,
      I have an ABAP report which I am displaying in the portal using a SAP Transaction iView. Some time the report spans in multiple pages. Is there any way I can alter the no.of rows in each page in the report or display it in a single page.
    Thanks
    Surya.

    Hi Durairaj, hi Karen,
    Well, if the transaction code is static and the username and password are static (meaning: technical user) it shouldn't be a lot of work to create an ITS-service-file that contains transaction, username and password hardcoded (and is also configured to prevent the user from changing the transaction within webgui).
    It prevents malicious users from getting to know the content of these parameters (because they aren't submitted anywhere and therefor you don't have to hide them) and through that you can also avoid to be able to change the transaction code (the service should be configured to prevent the user from changing the transaction within webgui).
    Then you would be on the safe side and you could also use an iframe to make the url calling the ITS service invisible too.
    OK: If there are three transactions needed there would be the need for three service files. But if it is a limited number of transactions this shouldn't be a lot of work.
    Karen, please contribute to this discussion and tell us if we are still helping you to solve your problem. ;o)
    Best regards,
    Henning.

  • Calling an ABAP Report from GRC Portal

    Hello...
    we want to know how an ABAP report will be called from GRC Portal ? How will be the linkage between these two and can u please explain the same .
    Thanks in advance.
    Regards,
    KY.

    I suppose you want to add additional portal content to GRC PC/RM 3.0 portal, then follow the steps bellow:
    In backend ABAP box,
    - Create an transation code for the ABAP report
    In the front end Portal box,
    - Create an iView using the template "SAP Transaction iView"
    - Add this iView to your protal role, either directly added to portal role or via workset
    Done.

  • SAP ERP 2005 SR 2 IDES installation error in step "Run ABAP Reports"

    Hello,
    I'm installing SAP ERP 2005 SR 2 IDES on Win2003 R2 SP2 and Oracle 10.2 to create a test-system for my diploma thesis.
    During the step "Import ABAP" I got the following message:
    object_checker.log
    ERROR: 2008-05-21 20:50:38
    1 objects have error/ignore/execute or unknown status in the task lines.
    Invalid objects are saved in 'invalid_objects.txt' file.
    invalid_objects.txt
    package   object  type  action  status
    SAPDFACT  ?N      pkey  create
    but the installation went on until "Run ABAP Reports".
    Warnings and Errors in sapinst.log are:
    WARNING 2008-05-27 15:09:36
    Execution of the command "C:\usr\sap\IMP\SYS\exe\uc\NTI386\stopsap.exe name=IMP nr=00 SAPDIAHOST=imperia-sap" finished with return code -1. Output:
    STOPSAP: execution of C:\usr\sap\IMP\SYS\exe\uc\NTI386\sapntwaitforhalt.exe name=IMP nr=00 SAPDIAHOST=imperia-sap 3600 failed
    Details are written to C:\Programme\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\stopsap.log
    WARNING 2008-05-27 15:09:36
    Could not stop instance 'DVEBMGS00' of SAP system IMP.
    WARNING 2008-05-27 15:09:38
    Connect to message server (imperia-sap/3900) failed: NIECONN_REFUSED.
    WARNING[E] 2008-05-27 15:12:05
    FSL-06002  Error 1060 (Der angegebene Dienst ist kein installierter Dienst.) in execution of a 'OpenService' function, line (266), with parameter (sapccmsr.00).
    WARNING[E] 2008-05-27 15:21:42
    FRF-00007  Unable to open RFC connection.
    ERROR 2008-05-27 16:30:15
    FRF-00025  Unable to call function. Error message: connection closed without message (CM_NO_DATA_RECEIVED) .
    INFO 2008-05-27 16:30:19
    RFC connection closed.
    ERROR 2008-05-27 16:30:45
    MUT-03025  Caught ERfcExcept in Modulecall: connection closed without message (CM_NO_DATA_RECEIVED).
    ERROR 2008-05-27 16:30:47
    FCO-00011  The step runRADDBDIF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|2|0|runRADDBDIF was executed with status ERROR .
    Full log of today is available at [http://pastebin.com/f43531f97]
    Has anyone an idea how I can finish this installation?
    Thx
    Daniele

    It seems that the system did not come up and thus the RFC call fails.
    What´s the output of
    dev_w0
    dev_disp
    (in the ...work directory)?
    Markus

  • Creating SAP BW Report iview in Portal to access BW System

    Hello Everybody ,
    Iam creating an iview for publishin BW Reports in Enterprise Portal with the iview name SAP BW Report iview ,it asks for <b>BEx Web Application Query String</b> and <b>Application Parameters</b> and we are stuck over that.Do we need to create some standard templates for it and then connect them to reports .What should we enter under these parameters.Kindly revert back.
    When we launch the SAPBWWebAppDesigner for template designing,an error message is displayed as mentioned below.Kindly please check that and the reason for its display.Do we need to make certain configurations for the Webapplication server for BW ,if any one has a document /guide available for that,kindly please revert back.
    Error:
    "You are logged on to an application server that does not support HTTP.Some of the Web Application Designer functions are therefore not available.Do you want to logon to a different application server?"
    We are also not able to connect to the Web Application Server of BW directly by putting the url of the WAS into our browser.Are any extra configurations needed for that on the BW side for WEBAS.
    You can send me attachents on my Email id which is [email protected] back soon,
    Thanks,
    Somya

    Hello,
    I was asking abt the following parameters to be entered in BW for Portal inorder to create RFC ,Rfc for BW in Portal is already created.   
                                                         Program ID
    PortalDirectory                                                                               
    RFCDestination                                                                                URL Prefix for Portal                                                       
    Prefix of RM for BWMetadata
    Export Path                   
    Export File Name                                                      
    Path in Portal
    Name in Portal Content                                                                               
    System Alias                                                                               
    Logon Ticket Client                                                                               
    Portal SID                                                                       
    Import Path  
    Import File Name

Maybe you are looking for