ABAP Transaction iview Problems.

Dear experts.
I have created a Abap transaction iview in portal which navigates to one ABAP transaction after opening. But my requirement is not to show the command box after going to that transaction, because by using that they can enter the other transaction code in that command box and go to other transactions.
So I want to hide that command box. Is there any way to hide that?
Appreciate your response
Regards
Shanmukha Rao Banisetti

Hi,
Check the SAP Note 1010519 for the solution.
Also try to set the ~webgui_simple_toolbar=1  parameter under transaction sicf.
Below links also solve your problem
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e046cb5c-711a-2a10-95a9-81b365901b95
Remove header  in ITS screen (internal ITS)
Raghu

Similar Messages

  • ABAP transaction iview Run Error

    hi,
    I met a problem, i create a  ABAP Trasaction iview, which preview result is right using admin. when i assigned it to a test user. it runs error. if i assigned administrator group to the test user, it will run right.
    why?

    Hi,
    1.I forgot to mention you have to assign the End User role as well for the iView object to everyone group.
    2. Check the permission for the system object in portal as well
    In case you are still facing the issue
    Post the error message.
    Thanks
    Prashant

  • Problem in Printing ABAP Report in EP using SAP Transaction IVIEW

    Dear All,
    A very gud evening,
    I am using SAP Transaction Iview to show the ABAP Reports, But I have a Problem...
    How to print this report???
    Please solve this issue, I have measure requirement of it from client.
    Thanks in Advance..

    Thanks Haydn,
    But my problem is that, there may be no of users will be accessing this report. user will not be having SAP GUI installed in his machine. He will be accessing Transaction IView after login in EP (from any where may be from cyber cafe) and He would like to take printout using any button on the screen.
    So suppose any end user having only Internet Explorer installed in his machine, will he be able to take the print out. I think its very genuine requirement.
    OR user can not take print out untill SAP GUI is installed in his machine???
    Please suggest...
    Thanks in advance...

  • How to Call Transaction iView that calls RRMXP from Web Dynpro for ABAP

    Dear Experts,,
    I'm developing an application in Web Dynpro for ABAP wherein I'm supposed to give a link that should open an SAP Transaction iView that calls  tcode = 'RRMXP' and I pass the application parameter as QUERY/WBID = <BI query/Workbook ID>.
    I tried calling com.sap.portal.appintegrator.sap.bwc.Transaction iView, but it asks for system/application and GUI type parameters. How to pass through the URL?
    Any help would be highly appreciated
    Regds,
    Srini

    Hi Wolfgang,,
    My problem was that I was supposed to call the BeX Web Analyser ( a BI excel based tool - client installation) on click of a button in my WD-ABAP application. I solved it as follows :
    In the portal pcd, I cam across a folder content provided by SAP. Here, you'll find standard template iViews that can be used to call applications ( for which you make iViews). I had to call an SAP TCode : RRMXP so as to call a BI Workbook/Query.
    So, I called the standard iView template for sap_transaction_iView as follows :
    irj/servlet/prt/portal/prtmode/preview/prtroot/'
               'pcd!3aportal_content!2fcom.sap.pct!2ftemplates'
               '!2fiviews!2fcom.sap.portal.sap_transaction_iview?'
               'sap-config-mode=true&System=BWR3System&TCode=RRMXP'
               '&GuiType=WinGui&OkCode=y&ApplicationParameter='  <appnm>  into url.
          l_popup =
             l_window_manager->create_external_window( url = url
                                          has_menubar = ' '
                                         has_statusbar = ' '
                                          has_toolbar = ' '
                                          has_location = ' ').
          l_popup->open( ).
    And , it worked.
    Any more help pls feel free to revert.
    Regds,
    Srini

  • ABAP WebDynpro app calling Transaction iview with Dynamic Parameters..?

    Good day!
    I need to code a call to a transaction (with dynamic parameters) from an Abap WD application.  It appears that to achieve this, the app needs to call a new portal transaction iview, passing the parameters in the call..? 
    This should ideally be via a Sapgui for Windows, but Html also an option (does it matter with regards to the method used?). 
    Kindly assist with advise/instructions, idealy with sample code extract to illustrate (new to Abap WD)...
    Kind regards
    j

    Hi
    this will help you doing so
    http://help.sap.com/saphelp_nw04s/helpdata/en/18/f96f4132f15c58e10000000a1550b0/frameset.htm
    Use BUSINESS_PARAMETERS to pass the data
    Abhi

  • Transaction iView - SAP GUI for HTML - Problem while hiding menu bar

    Hello all,
    I am trying to hide the OKcode field and the Menu button in a Transaction iView of type SAP GUI for HTML. I am following the SAP note 1010519. However, nothing seems to change, even after adding the parameter ~webgui_simple_toolbar = 0 or any other value.
    I added the parameter to the service: default_host ->sap -> bc -> gui ->sap -> its -><b>webgui</b>
    After going through few posts relating to this issue, I figured out that passing application parameters would not work. Also, using IAC is not an option for me.
    Can someone help? How can I hide the OKCode field and Menu bar?
    Thanks and Regards,
    Reena

    Hello Reena,
    Maintaining the parameter
    ~WEBTRANSACTIONTYPE   EWT
    will solve your problem. You can also create an IAC iview. Here is a document for the same.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/_d-f/Displaying%20SAP%20Transaction%20as%20Internet%20Application%20in%20Portal.pdf">How to diplay a transaction as IAC iview</a>
    Also remove the parameter ~noheaderOkCode.
    Hope that helps.
    Regards
    Deb

  • Problem creating transactional iview for BW system

    Hi gurus
    We are facing one problem creating a transactional iview for a BW 3.5 system . We wanto to call transaction SU01 in our BW system using an iview. When we use SAP for html, we have all the menu on the iview , I mean the same result as if we use smen, not SU01.
    And if we use SAP GUI , we are always having the same GUI Error
    Sapgui 640 [Build 8986] Wed Apr 01 12:25:05 2009
    : 'service '' unknown
    Time          Wed Apr 01 12:25:03 2009
    Component     NI (network interface)
    Release          640
    Version          37
    Module          ninti.c
    Line          505
    Method          NiPGetServByName2: service '' not found
    Return Code     -3
    System Call     getservbyname_r
    Counter          1
    Please, can you help us?
    Thanks in advance and best regards.

    Thanks Bala for your quick reply. I´ve tried with function module RSBB_URL_PREFIX_GET  and all the settings were OK. Still the same result.
    Adding more information. We have another WAS 6.40 server with different Module(we have RM and XRPM , not BW) and we are having the same problems. I am wondering if its related with some special config or activation 
    Maybe  I´ve forgot some service activation in SICF? I´m able to reach the SMEN, but not the SU01
    or I´m missing some config elsewhere?
    Thanks in advance.
    Best regards.
    Edited by: Jose Ignacio Arlandis on Apr 2, 2009 8:41 AM

  • Transactional iView - Pop Up Problem

    Hi Experts,
           I am facing a problem in one of the transactional iView in Portal. The iView runs a workflow. When i click on one of the line items (from the list of lineitems), and execute the workflow, it shows me the details of that line item and a new window pops up which contains a pdf.
    The problem is when i close the workflow or go back to the list of line items, this popup window should get closed automatically, which is not happening.
    If i execute this from R/3, it works fine.
    Any ideas, what can be a solution to this..

    Dear Abhishek,
    mind you that although ITS might show you any SAP transaction - it is not 100% guaranteed that it will show you the exact same features you have on the SAP Logon.
    Is this a standard SAP transaction or a Custom one ?
    What transaction (if standard) are you referring to ?
    Please check this ITS FAQ nevertheless
    [http://wiki.sdn.sap.com/wiki/display/HOME/ITS+FAQs#ITSFAQs-WhatisSAPInternetTransactionServer%3F]
    Kindest Regards
    /Ricardo Quintas

  • How to get the Portal Username to SAP Transaction IView ( ABAP cust repor )

    Hi Experts,
    We have an ABAP program that will be exposed in portal as SAP transaction IVIEW.  However the username that is being displayed in the report is the username that is defined in SICF > SAP > BC > GUI > ITS > WEBGUI.  I tried to remove the username and password defined, changed the procedure to Alternative Logon Procedure and deleted some logon procedure list retained Basic and SSO Authentication but we are getting DDIC username.  We have successfully implemented SSO, and it works in Personal Information of Standard ESS.  The following are configure in our portal:
    1.  We have set SSO ticket
    2.  We are using User Mapping for portal and ABAP System
    3.  Retain Basic and SSO authentication
    what could be the cause why the program (iview) is still getting the user instead of Portal Username? How can we get the portal username for our abap customized report exposed in iview

    Hi,
    Make sure that the System you are using to connect to R3 has Log On Method and Authentication Ticket Type properties has SAP LOGON TKT as the value selected.
    Path: System Administration --> System Configuration ---> Systems....
    Regards,
    SrinivaS

  • ABAP WebDynpro iView with window id problem

    We have a custom ABAP webdynpro iView that is part of a dynamic navigation.  When the iView loads the following warning message is displayed...
    An error occured while starting the iView.
    Application
    https://<server>/sap/bc/webdynpro/sap/WebDynproComponent/;sap-ext-sid=J2IlkGCm4WYvxnfaQC8bVgY0oAX5DVVY3z_8GGDYcLow
    will run with wrong client window ID!
    Do not continue; please report this problem to your system administrator.
    Once you click 'Ok' on the warning message....the webdynpro iView is displayed. 
    How do you not have the message display? 
    Thanks.

    If the user is using link from favourites of browser, Ask him to delete it and manually enter the url and Try.
    In my case, The user just deleted the saved link from Favorites and tried entering the url manually,
    though it is weird it worked.
    or else try these Notes 1450543, 1171930 .

  • Calling transaction iview and coming back to abap iview

    Hello all,
    Is it possible to call a transaction iview from abap webdynpro application iview and come back to it after we are finishing running the transaction?  I know I can use the navigate_absolute method to call the transaction iview but i want to know if we can come back to the original abap iview, which called this transaction iview.
    resume suspend is not an option since they do not work in portal as per the sap help.
    Thanks.
    J.

    thanks

  • Problem with accessing Transaction iViews through ITS

    Hi,
      I am trying to access Transaction iViews through ITS, we are getting sap easy access menu instead of transaction which we had given during the configuration. Recently we have upgraded ITS 6.20 to Patch level 19. Before applying patch everything was working fine.
    Anyone please help me in solving this problem as it is very urgent.
    Thanks,
    Susan.

    hi all
    thanks for the hints. But last but no least we found the the problem. it was an flag in the config file of the its.
    regards
    pascal

  • Problem with Transaction iView when calling R/3(Personalization)

    Hi
    I have created several Transaction iViews , where I am calling different Backend Systems like R/3 , BW, etc.
    My problem is , when I launch the iView, I can able to see the SAP Easy Access for R/3 , BW etc. But the language that user have in the backend is over writed by English.
    In the iView properties, I have not selected any language.
    In the Portal Personalization /UME also I have not selected any language.
    But in R/3 I have selected "de" as my language but the R/3 SAP Easy Access showing only English.
    Any advice please? should we have any settings in the portal without touching iview properties or portal personalization to view the backend GUI in the same language that is set in the backend profile?
    Thanks in advance.

    Hi,
    The following way might help you.
    Go to Internet web browser, select Tools in the menu, then select Internet options --> General Tab --> Languages --> Add --> German(de) . finally move up the German(de)
    Deep

  • R/3 Transaction Iviews vs Imported ABAP Roles on Portal

    Hi,
    In one of our requirement, Business needs to set up such that client should be able to have web based access to R/3 Transaction through Portal.
    We can achieve that by creating system in portal and create Transaction iview with required T-code of R/3.
    Whats wrong if we can define roles in ABAP system for a user with full hierirachy and import those ABAP roles into portals.and through portal we can give unified web based access to imported roles?
    Does both the possibilities accomplish our need?what are main gaps between these two methods?
    I want to go by Import method,Any suggestions please?
    Cheers
    Rani

    Hi Michael,
      I agree with you that the ABAP role has a complicated menu structure and uploading has to be done at regular basis.
    Is there any mechanism through which any change in ABAP role structure in R/3 reflects in portal exactly so that there is no need of regular uploading?
    If not?So in which business scenario uploading of ABAP roles into portals are helpful?whats the use?
    Coming back to your second solution
    It is much easier to have one transaction iView that starts transaction SMEN, which presents the user's full SAP menu in a single screen
    But about about a user if he wants to navigate from this transaction SMEN to another transactions to which he is authorised to(R/3 Back-end)through this single Transaction iview.
    In other words if we want to have access to 5 transaction iviews in R/3,do we need to create 5 corresponding transaction iviews in portals?How to achieve this requirement in a better way?
    Waiting for you Reply
    Bye and have a Nice Day
    Rani

  • Printing abap report from Transactional Iview

    Hi All,
    I have a abap report and i have created a transactional Iview to embed the report into Portal.
    Now when i try to execute and print the report from portal end i am unable to print the report.
    It opens another window saying please wait for the formatted data to be displayed in the window and please do not close the window and the download option comes at the top block bar. Aftter clicking on download file it promts to save the file . When saved and opned the file is corrupt and cannot be opened by adobe reader.
    Thanks and Regards,
    Nuzhat

    No answer

Maybe you are looking for

  • Can't get any help from itunes

    I had trouble with rss, which has now been fixed. rss file has new name. I can't get in touch with itunes to change it. I tried a redirect in the old link, but the old link wasn't working properly to begin with. I was told to try and resubmit it. It

  • )How can we schedule the info package daily run at 6 AM, with out useing in

    Hi    Can any one explain 1) what is information broadcasting &how can we use this. 2)What are the settings we have to do when we use the charts in WAD's 3)How can we schedule the info package daily run at 6 AM, with out useing in process chains Than

  • QTP Flex Testing Problem

    I am trying to test a Flex Application with QTP. I have a Flex compiled application running at the severside. In my scenario I have a Map (dynamically generated) with has some Nodes. Problem - First:  QTP Doesn't recognize it, Second:  It doesn't rec

  • Service bus deployment

    friends I'm deploying esb resources through oracle service bus console.The problem I have is that we have to vendors who are delivering services.for eg: if we have x,y,z services, vendor A is implementing service "x" and vendor B is implementing "y &

  • Free Digital Video Magazine subscription

    I assume that most people around here already either have a free subscription, or don't want one. But, just in case, if you want a free subscription to Digital Video magazine, you can sign up for one here: http://www.mydvmag.com/Register.aspx?fid=DVM