Printing SAP Reports (Transactional iviews) from Portal

I am having problem in printing the SAP Transactional I views (SAP Reports Output) from the Portal page. On selecting the Print Option under Menu from the SAP transactional iview page, it shows the list of the printers in the backend system. On selecting the printer configured in backend abap system and issuing a print command, it only creates a spool request in the backend system and nothing is sent to the printer itself.
I have also tried to use "PDF1" device type by creating a new output device and it does bring the contents of the report on a web embedded PDF page, hoever the characters are too small and to read and the ALV Report is no longer aligned. The line separating the rows and columns are not aligned.
Can anyone help in suggesting the best way to print contents of SAP Reports (created as Transactional i views) from the SAP Portal.
Thanks!

Hi Margie,
It is not necessary for a developer to have access to that area, and certainly not in a production system.
Ideally, there should be developer, test, QA and production systems, and the developer can have access to the developer system. The UI you are talking about gives access to all WD applications deployed to the AS Java, and the ability to run them as well as change some settings. But this is the domain of the administrator.
Hope this helps.
Daniel

Similar Messages

  • Calling a Report/Transaction iview from Webdynpro..

    Hi all,
              Our first issue is we have a scenareio, where we need to execute reports(ABAP Program) from webdynpro. Is it possibile to execute a standard report from webdynpro? using JCO. Also tell me how to pass the input/output parameters.I am not allowed to create RFC.I can use only standard BAPI.
              Our second issue is we created one transaction type callable object, and we want to call this transaction callable object from webdynpro, in another callable object in GP. Is this Possibile in webdynpro. We tried using portal navigation, but it is working for normal webdynpro iviews only, not for url iviews also.
              Does any body know the answer for the above issues. please let us know.
             Thanks in advance.

    hi,
    1) it is not possible in web dynpro to call abap reports, what you can do is creating wrapper of Remote enabled FM around the report. But you dont have authorisation to create BAPI, so gotta take use of standard BAPIs.
    ABAP Report in WebDynpro
    this link will help you out for that(calling standard bapi in WD)
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/f0b0e990-0201-0010-cc96-d7ecd2e51715 [original link is broken]
    2) go thru this links
    WebDynpro Application as callable object in GP?
    Webdynpro callable object - RFC model
    implenting webdynpro as a Calable Object with GP Interface
    hope it helps
    regards

  • Error when Closing BW transaction iView from Portal

    Hi guys,
    I have several Transaction iViews pointing to different BW / ECC systems that are working fine when they are executed.
    Problem is when the user clicks on any other folder within portal after running any of these iViews, the following error is displayed:
    "Required resource not available".
    Then Portal gets frozen and only solution is to close the browser tab and reload portal. Looks like whenever the iView is closed, portal tries to log on again as it is calling the SAP GUI.
    Any ideas ?
    Thanks in advance !!

    Hi,
    It looks like a permission issue. You should check the permissions of the folder containing the system in the portal. (System Administration > System Configuration then Open Permissions on the system object). Every user who is supposed to have access to the iView should be there as End User (for instance : Everyone (group), Administrator = none, End User = checked).
    Regards,
    Pierre

  • Link to SAP R/3 Logon from Portal IView

    Hi,
    How is the Link to SAP R/3 Logon from Portal IView?
    Thanks
    Raissa

    Hi Raissa,
    Check these links
    Configuring EP for connecting to SAP R/3
    Creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • Transaction iView(from remote source) does not open a new SAP session

    Hi All,
    We are on portal 7.4 and are calling a transaction from ECC system. Within the transaction we have a button which displays graphs based on the output of the transaction. Since we are calling this transaction from portal, a new session does not open after clicking on this button.
    In order to enable a new session, I have changed the configuration for 'disable new session buttons in SAP GUI' to false yet the new SAP session does not open. I have also verified the webgui setting and ensured that we do not have '~singletransaction' maintained,  yet we are unable to enable the new session. Could you kindly suggest on how I can get this button to function?
    Additional inputs:
    - Referred to note 125814 for changing the new sessions value.
    - Tried changing the iview type to 'SAP GUI for window' from SAP HTML type(which was default).
    - In case I type '/o' in the command box for SAP, it gives me a 'maximum sessions reached' message, but this message does not come when I click on this button. In fact, nothing happens after I click on the button.
    I still think there might be a possibility to enable this, however, I seek your inputs on this.
    Awaiting response...
    Warm Regards,
    Vinay

    Hi Harini,
    thanks for your answer!
    I can tell you that the same command used from the SAP Client open a new session with the same transaction...
    Is strange that from the portal it has a different behaviour...
    Best Regards

  • Trying to opn SAP Transaction IView from Webdynpro

    Hi Friends,
    I need to open a SAP Trancation Iview from Webdynpro (on click of some button) and pass some values to the screen fields,
    I am using the code below(which I found in many threads):
    WDPortalNavigation.navigateAbsolute("ROLES://<Iview ID excluding pcd>",
    WDPortalNavigationMode.SHOW_INPLACE,
    (String)null,
    (String)null,
    WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
    (String)null,
    (String)null,
    (String)null);
    The problem is nothin happened on account of execution of this code,
    I mean not even a blank screen gets opened.
    I am not even getting any error/exception.
    Please advice what could be the possible cause.
    Regards
    Deepak
    Edited by: Deepak Gupta on Mar 17, 2008 12:15 PM

    I wrote the code like below:
    WDPortalNavigation.navigateAbsolute("ROLES://<IViewPath>", WDPortalNavigationMode.SHOW_EXTERNAL,
    (String)null,
    (String)null,
    WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
    (String)null,
    (String)null,
    "number=123456");
    In IView application property, I wrote:
    CRMT_SEARCH_LOC-CARD_NO=<Request.number>
    (L.H.S is the screen field name)
    then I got following exception at portal:
    An exception occurred while processing a request for :
    iView : pcd:portal_content/<Iview path>
    Component Name : com.sap.portal.appintegrator.sap.Transaction
    Exception in SAP Application Integrator occured: Unable to process template 'CRMT_SEARCH_LOC-CARD_NO=<Request.number>', because 'number' is an invalid terminal property of context 'Request.'..
    what went wrong????

  • IView from portal application in SAP Portal 7.3

    Hi,
    I´m starting with SAP Portal 7.3 and I have developed a hello word JSPDynpage with NWDI 7.3.
    I have successfully deployed it to the server and I can see my application under Portal applications, and do a success preview.
    But I´m not able to create an iView from this portal component.
    How do you create an iView from a deployed custom portal component?
    In other words, what is the alternative way of u201Cnew iView from paru201D in the new portal version?
    Thanks a lot.

    Dear Alberto,
    Check this post.
    Might help.
    PCD content of Netweaver 7.0 available in Netweaver 7.3
    Kind Regards
    /Ricardo Quintas

  • SSO not working for BW reports as iview in Portal

    Hi,
    I have setup SSO for netweaver portal 7.0 and BI 7.0 as backend system.
    I have used SAPLOGONTICKET for SSO.
    1. Now if I create iView for some transaction , its working fine. UserID and password is not asked and i'm getting into BW sytem.
    2. But if I create an iView for BW report type 3.x and pull a report from BI system, it is showing a login screen to me. now I have to give clientno, userID and password to get into the system.
    Can please some help me in this issue.
    is there some specific configuration I need to make..?
    Thanks in Advance.
    Regards,
    Saurabh

    Hi Kiran,
    Thanks for your reply.
    My problem is now solved. Actually transaction iViews use connectors to connect to the backend system, where as BW reports iviews use WAS to connect to the backend system.
    while accessing the portal i was not giving the fully qualified name in URL.
    while accessing the portal correct way is to use the URL is :
    http://hostname.domain:port/irj/portal ...I was missing the domain portion.
    Use the fully qualified name so that both EP and backend systems comes in same domain.
    Regards
    Saurabh

  • How to pass dynamic params to Transaction iView from webdynpro java app

    Hi Experts,
    I am trying to call a transaction iview in PCD from my Dynpro application with a dynamic param.
    Can somebody help me generating the URL for transaction iView and passing the dynamic params???
    Thanks in advance
    biroj...

    Hi,
    Generating the URL:
    StringBuffer strBuff = new StringBuffer("/webdynpro/dispatcher/xyz.com/xx~xxxx~xxxxx/xxxxxApp");
              strBuff.append("?");
              strBuff.append("TCODE=");
    strBuff.append("" + WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("TCODE"));
    IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(strBuff.toString(), "TCODEWindow");
    window.show();
    Please try the above code snippet helps you to create a TCode iView in a new window.
    or
    We can include URL parameters in a portal URL that calls a Web Dynpro page and these parameters can be forwarded to the otehr iVIews on the page.
    Example:
    http://xxxxxxxxx.com/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.WebDynpro?System=SAP_XXXXXXXX&WebDynproNamespace=xxxxx.com&WebDynproApplication=xx~xxxx~xxxx/xxxxApp&DynamicParameter=u201DTCODE=VA02u201D
    For more information Please go through this:
    http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm
    Thanks
    Krishna

  • How to Transport iViews from Portal Dev system to Prod system?

    Hello friends,
    This is an urgent request and it would be of great help if you can give me a solution to this.
    We have a Development Portal and a Production Portal. There is no QAS Portal. We are on EP 5.0 and BW is 3.5. Coming to my question, I have created an iView on a Web Application Designer template and assigned it to a role on the Development Portal. The report displays well on the Portal. Now I want to move this newly created iView to Production Portal. I absolutely have no idea how to do this as it is generally a Portal person's work and I have been asked to do this as the Portal person is currently on leave. I need to move the iView to Production as quickly as possible and I would really appreciate if any of you can send me detailed steps on how to do this.
    The best way to say thanks in SDN is to assign points to helpful answers and I will not forget that.
    Thanks,
    Deepthi.

    Hi Deepthi,
    observe these links:
    Here is some material:
    How to Transport Models Within SAP Analytics
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/035be5d4-0a01-0010-b48a-d4c8c9b020b5
    Actually, those pieces are also included in my book "SAP NetWeaver Visual Composer" which is already available from SAP-Press ( http://www.sap-press.com/product.cfm?account=&product=H1932 )
    If Usefull Asain the points.
    Thanks,
    kiran.
    Message was edited by:
            kiran manyam

  • Print SAP Reports

    Hi,
    I did read a few threads and it doesn't seem possible to print a SAP report
    directly from our Add-on.  So who knows if there will have support for this soon ?
    Right now I have to REDO every report that I have to print IN Crystal Report
    and feed the report with the proper SQL query
    Would be nice something like :
    oCompany.PrintReport("ReportName", Query);
    Yeah........(Lazy bastard I'm)

    Marc,
    You are correct that with the current shipping version(s) of SAP Business One 2005A SP01, ISV's typically use a third-party reporting engine for add-on reporting such as Crystal.  SAP Development is aware of the request and working on a solution for a future release of SAP Business One.  I would watch and/or check the SAP Business One Roadmap as it is posted and updated on the SAP PartnerEdge Portal.  This is were you can see the direction for new releases of Business One and the intended features to be added to those releases.
    HTH,
    Eddy

  • Error While Accessing WD ABAP iView from Portal

    Hello Everyone,
    I have created an iview from ABAP WD in portal. Now, when I have assigned this role to a user without admin role it is throwing the following exception. I would greatly appreciate your help.
    Exception ID:02:42_23/09/09_0037_107611250
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/myfolder/com.SalfordCityCouncil.ESS10/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.SalfordCityCouncil.PurchaseOrder/com.scc.ivu.CreatePurchaseOrder
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : TRAVELTU2
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    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)
    Regards,
    Gopal.

    Hi,
    It looks like a permission issue. You should check the permissions of the folder containing the system in the portal. (System Administration > System Configuration then Open Permissions on the system object). Every user who is supposed to have access to the iView should be there as End User (for instance : Everyone (group), Administrator = none, End User = checked).
    Regards,
    Pierre

  • Problem when printing Excel sheets when downloaded from Portal

    Hey,
    I am using the desformat=spreadsheet option to generate Excel files for my reports downloaded from Portal and this works fine. The trouble is that when users go to print the downloaded Excel reports it seems that the scale of the report changes and everything is made smaller to try and fit on the one page. The font size decreases, and the scale of the report decreases to the point where the report is nearly unreadable when printed. But when just viewing the reports in Excel everything looks fine.
    Any suggestions on why this is happening and how it can be fixed?
    Thanks

    Hello hermannedem,
    If you cannot see any content on pages you printed or in print preview, the cause might be margins which are set too high.
    #In order to check the margins, we need to go to ''File'' > ''Page Setup''.
    #Once this is done, switch to the ''Margins & Header/Footer'' tab.
    #Check what's set there under ''Margins''.
    The following are the default values for ''Margins'':
    '''Right''': 12.7
    '''Top''': 12.7
    '''Left''': 12.7
    '''Bottom''': 12.7
    Check these values accordingly and change them if necessary.
    Please let us know, if this resolves the issue.
    Thanks!

  • How to call Java WebDynpro iViews from Portal (Portal Content Directory)

    Hello everybody,
    I am trying to call a Java WebDynpro iView, which was created within the Enterprise Portal and is stored in the portal content directory (pcd).
    I have created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/com.sap.pct/every_user/com.sap.pct.cprxrpm.ppmdc/com.sap.pct.cprxrpm.iviews/com.sap.pct.cprxrpm.iviews_cprojects/com.sap.pct.cprxrpm.cpr_projects). This iView is calling the cProjects WebDynpro Application. But after I run my model, the portal page is running and running, but nothing happens.
    I did the same with transactional iView, which was also created in the Portal before. I have also created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.ps.professional_services/com.sap.pct.issp.prs.iviews/com.sap.pct.issp.prs.display_sd). This is working fine!
    What I also tried is to call another VC-Model with an HTML-iView. Here I have put-in into the default-url field the pcd-location of my VC-model (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.vcmodels/com.myComp.myProduct.1DM9.CreateEngagement/com.myComp.myProduct.iviews/com.myComp.myProduct.1G62.Cprojects_neu). This is also running fine!
    Now I do not understand the difference between this three objects. There are all iViews within the portal but the WebDynpro iView is not callable through a HTML-iView in VC.
    Could you help me in this case? Your help is very appreciated!
    Thank you in advance.
    Best regards,
    Aylin.

    Hi Marcel,
    when you mean the preview within the portal, yes, it is working fine.
    URL is not the way to solve my problem. I am working with IDES-Systems. This is our Demo System within SAP. I have to build my VC-Model in a Master IDES-System which will be transported than into the other IDES-Systems. The URL of the WD is not the same in the other systems. It is changing depending on the several Sysems. But the pcd-location is in all systems the same. Therefore I have to specify the pcd-location of the application.
    Is there a restriction with WD within VC?
    If we can do some kind of a netmeeting, I can show you my problem exactly.
    Thank you.
    Regards,
    Aylin.

  • IVIew from Portal DC

    Hi,
    I have created a portal DC which will deploy .SDA file. How to create an Iview of this.
    Thanks,
    portal

    Refer this Link.
    Re: Creating iViews from .SCA
    Regards
    Sridhar

Maybe you are looking for

  • Srpy menu bar will not display

    Was working away on modifying a spry menu bar when all of a sudden the menu bar will not display. Tried creating a new page and inserting the menu bar and still will not display. Won't even display in previous pages created. Anybody have any ideas? T

  • How to define Column Header text table control

    Hi All, I have to create a function in which user will pass Field Name, Field Description. I have to show that field description in Table Control Columns as Text for columns. Like if a user pass Material , PLant etc, then first column header text wil

  • Using php include for password protection

    Hi all, and as usual I am also new to RH. I am running a password protection site using php include. I have published my WebHelp project but was trying to change the htm file to php and include the php include and I keep receiving this error - "whlst

  • Draw a symbol and add text in UIImageView.

    I want to Draw a symbol and add text in UIImageView. when move it should move together. When it would get opened next time, it should be editable. pls needful for me

  • Photo CD, registers as blank disk?

    hi, i have a dvd full of photos that i recently took, when i put it into a windows computer, they come up and i can view them,  but when i put the cd into my macbook, it comes up as a blank disk and i can not see my photos, i need the photos on the m