Problem in the EP Transactional Iview

Hi All,
         I have created one transactional Iview in my EP and i have provide one T-code of R/3 report. Now when i run that Iview ,first time it will redirect me to the login screen of the R/3 .Then i have to login and then i can use the T-code.
I think when i run my Iview it should redirect to that perticulat T-code screen.
So ,please tell me which setting i have to do so that when i run my IView ,the next output screen will be the T-code screen.

Hi,
To do so, you need enable single sign on between portal and your R3 system or user mapping  in portal then you will be able to tun transaction as you want through portal.Please check the links below.Also take a look enterprise portal forums.
http://help.sap.com/saphelp_nw04/helpdata/en/0b/d82c4142aef623e10000000a155106/frameset.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/ed/845896b89711d5993900508b6b8b11/frameset.htm
Regards.

Similar Messages

  • Problems with the "my tasks" iView

    Hello,
    we use the EP 6 SP 09.
    I have  problems with the "my tasks" iView (com.sap.netweaver.bc.uwl.ui.uwl). The first problem is, that the user get no e-mail if anybody give him a task (Options: Notification = Notify on Updates, Completion ...). The next problem I have is, if a user (without admin rights) click on the button "Personalize" he get an empty window. But a user with admin rights get the window with the "Personalize" view.
    Can anybody help me? Where are the possibility to customizing?
    kind regards
    Jochen Kormannshaus

    hi,
      The personalization tray is only visible if the iView tray is visible.So make sure that iView tray is visible.
    Also u can look into followinw links.
    https://weblogs.sdn.sap.com/weblogs/topic/22
    Think outside the box - enhance  processes with Universal Worklist Action Handlers!
    Regards mujjammil

  • Data in table control not seen for the Standard Transaction Iview

    Hi
    I am creating one Standard Transaction Iview for CATS .
    While doing print preview in IE 6 , I am not able to see data in Table control(Data Entry Area ).
    Can you please provide me the solution for how I can see the data in Table Control
    Regards
    Ruturaj

    Hi David,
    I too struggled a lot to find the solution ....atlast got it....It possible by exporting and importing the table control values to Database Index.
    1. AT SELECTION SCREEN OUTPUT event  triggers when you SAVE and GET the variant.
    2. So write the logic in AT SELECTION-SCREEN OUTPUT event.
    CONSTANTS: c_vari TYPE char30 VALUE
                             '(SAPLSVAR)RSVAR-VARIANT'.
      FIELD-SYMBOLS: <lfs_vari> TYPE ANY.
      ASSIGN: (c_vari) TO <lfs_vari>.
      IF sy-subrc = 0.
        IF <lfs_vari> IS NOT INITIAL.
          IF ok_code = 'SPOS'.
            EXPORT gt_chars[] TO DATABASE vari(tc) ID <lfs_vari>.
          ELSEIF ok_code = space.
            IMPORT gt_chars[] FROM DATABASE vari(tc) ID <lfs_vari>.
          ENDIF.
        ENDIF.
      ENDIF.
    In the above logic if OK_CODE is 'SPOS', that is for saving the variant with the name <lfs_vari>.
    Similarly if the OK_CODE is other than, 'GET'....that is for retrieving the variant. But in case of getting the variant OK_CODE is not filled with 'GET', but variant will be filled. We should take variant filling as base and do as done above.
    It worked for me.....

  • Problem With the BI reports iviews in EHP 1.0 for Maintenance

    Hi All,
    We are using EHP1.0. In the portal for BI report i have to make visible/Invisible the BI report iview According to user.
    Is it possible to remove all the active queries except the ones relating to notifications from the maintenance Tasks Iview? Could you provide a step by step please?
       In the Reports section and the Service Map section, there are many BI reports but the customer does not have BI.
    1)  How to hide these reports Iview by changing the launchpad ?
    2)  is it possible to do this globally so all users do not see these?
    Kindly help me with your valuble suggestion or document related to that issue.
    Prashant Krishen
    Edited by: prashant krishen on Oct 27, 2010 9:01 AM

    Why this behaviour. Why the "Classpath" entry should
    not be the last line in the manifest file.
    That is a question for the people at Sun. The behaviour is not specific to Class-Path. The last line of the Manifest is not read unless it ends with a newline.

  • Problem with the follwing transactions in IMG Screen in ECC 5.0 version.

    check with the below paths and answer the questions.
    img- mm purchasing--define default values for buyers
                          --- define tax jusristiction . But in my IDES system, the tax jusrisdiction code for the plant is in display mode. i cannot enter any tax jusrisddiction, what is the need of this txn.
    img- mm purchasing- material masterentry aids for items without material master. what is the need of this txn.
    img- mm purchasing-- info record--- define price history. if we select the checkbox,what is the message we
    get in the po.
    img- mm purchasing-- souce list- source list requiremnts at plant level what is the need of it.

    img- mm purchasing--define default values for buyers
    This is used to defulat the certain value for particular user
    e.g. the info record history if you want to update based onthe Po or if you want to copy the last po price to the next po for same vandor and material comination than you do the settings here and than set the user parameter for particular user so system will act for that user only.
    U have to setup the parameter id EVO in user id (su01) and enter the value you maintained here
    --- define tax jusristiction .
    It is not displayed in production or send box client. this is used to determine the tax juridiction based on the vendor and location.
    img- mm purchasing- material masterentry aids for items without material master. what is the need of this txn.
    This is used when you create the PO without material master, so based on this setting system will post the accouting entry
    img- mm purchasing-- info record--- define price history. if we select the checkbox,what is the message we get in the po.
    If you set this indicator than system will update the price history with effective price so when you run the price history report you will see the report based on the effective price not the gross price
    img- mm purchasing-- souce list- source list requiremnts at plant level what is the need of it.
    This functionality used to force the user to create the PO for defiend source only
    e.g you have 10 vnedor in your system for particular mateiral but your company has decided to buy from two vendor only than you activate here and create the source list for those two vendor so system force the user to use those two vendor in the Po only.

  • How to move from one transaction iView to another without losing the info.

    Hello expert,
    Is there a way to configure multiple transaction iViews in away that when I click on another iViews and want to go back to the old one, then the information is still there?  For example, we have a customize transaction that is fetched by running CM07.  I want to create two iView (CM07 and the custom transaction) in away that a user will type in the info on the CM07 iView, then click on the custom transaction iView to view the selection from CM07.  However all the information should be there when the user going back to CM07.  Right now when we are clicking from one iView to another, we have to type in the information again on CM07.
    Thank you.

    Hi ,
    See the thread below .I hope It will resolve your issue
    passing values between two transaction iviews?
    Koti Reddy
    points are welcome if it is helpful!

  • Portal Transaction iView not opening in browser but its open in R/3 screen

    Hi
    I have 2 senario.
    First Scenario:
    I login only into the portal  and  not  login into R/3.  I could access the portal transaction iview in the new broser portal window.  And this is the expected behaviour.
    second senario
    I login into Portal as well as R/3 through SAP logon Pad (SAP GUI).
    Now if I access  Transaction Iview through portal , this transaction Iview is opened in R/3 side window not in portal browser window .And also same time we can see only new blank portal window iopen n portal side.
    My question is that whichever transaction iView we access through portal we want  to see that transaction iView in portal browser window like in first senario  not in R/3 window.
    Please help me to resolve this problem
    Regards
    Ruturaj

    Hi Shanti
    Thanks for replying.
    The problem is that when our user trying to do same things in our system with his credentials means UID and PWD its working fine.But when he do the same things in his system with his credentials problem occured as per the senario 2.
    This problem is not only that user but also whole their team member.
    Regardfs
    Ruturaj
    Edited by: Ruturaj Inamdar on Sep 15, 2011 9:20 AM
    Edited by: Ruturaj Inamdar on Sep 15, 2011 9:25 AM

  • 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

  • Pass PO Num parameter to SAP transaction iview

    Hi,
    I have a table column in my WDJ application that contain PO number.
    I have created an SAP Transaction Iview for TCode me23n (display po).
    When user clicks on the PO number in the table column, it should dynamically pass the PO number to the transaction iview and display ME23N for that particular PO.   How can I pass the PO to this SAP transaction Iview?

    Hi,
       You cannot do it with ME23N because the PO number field is not editable for this transaction. You have to navigate via the top-level menu to enter a new PO number. But you can do it for ME23, the older version of PO display.
       You will need to know the screen field name as well as the ok code that's fired when the user hits enter on the entry screen for ME23. Assuming you have the string for the PO number already from the table, you could use this code:
    WDPortalNavigation.navigateAbsolute(
    "ROLES://<pcd path of the SAP transaction iview>",
    WDPortalNavigationMode.SHOW_INPLACE,
    WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
    "RM06E-BSTNR=<PO string here>&OkCode=AB"
    true,
    true);
    Regards,
    Satyajit

  • Transaction iView - reload of content

    Hi Experts.
    A transaction iView (SAP GUI for HTML) displays a SAP transaction in the portal. But whenever I navigate to another portal content and then back to the SAP transaction iView the procedure starts again (connecting to R/3 and starting the SAP transaction).
    Is it possible to tell the portal (iView, workset, ...) not always to reload the whole stuff, but only show me the last result?
    Regards, Mathias

    Hi Peter,
    if you question is to change the content in the logon page..
    Try this link...
    http://help.sap.com/saphelp_nw04/helpdata/en/62/601e1eebf54ca6a97e2873c8c63517/frameset.htm
    Regards,
    venkat.
    [Reward points if useful]

  • Hiding R/3 Header in Portal SAP Transactional iView

    Hi ,
    I created an SAP Transactional iView with GUI Type as "SAP GUI for HTML". But when I am accessing the iView, then it is displaying properly. What I want is hiding the R/3 header in that Transaction iView.
    I have read several Threads given below.
    http://wiki.sdn.sap.com/wiki/display/HOME/Article%2b-%2bEmploy%2bSAP%2bGUI%2bfor%2bHTML%2binstead%2bof%2ban%2bInternet%2bservice
    Transaction iView not to display R/3 header
    I also have gone through the SAP Note: 1010519. But it talks about IAC iViews, etc.... But I want for the SAP Transaction iView.
    Please let me know how to hide the R/3 Header for Transaction iView.
    Thanks & Regards,
    Ashok Kumar M.

    Hi,
    I am closing this, as I mentioned in my Post some of the links. I followed the same, and implemented. But it was not solved that time. Not sure, how it happened, I saw the change afterwards.
    Thanks & Regards,
    Ashok Kumar M.

  • Transaction Iview

    Hi,
    I had created one transaction Iview and it was working fine.
    Now when I added the code for creation of another transaction iview then it is opening the previous transaction iview twice instead of two different iviews.
    Following is the code:
                                                 String bizPartner = requestresult;
                                                 String p_abb =
                                                      wdContext
                                                           .currentReviewerDataElement()
                                                           .getABBCRR();
                                                 String p_serv =
                                                      wdContext
                                                           .currentReviewerDataElement()
                                                           .getSERV();
                                                 String p_dunfs =
                                                      wdContext
                                                           .currentReviewerDataElement()
                                                           .getFiscalStrength();
                                                 String p_dunr =
                                                      wdContext
                                                           .currentReviewerDataElement()
                                                           .getRisk();
                                                 String p_ex =
                                                      wdContext
                                                           .currentReviewerDataElement()
                                                           .getPrevExp();
                                                 String p_qq =
                                                      wdContext
                                                           .currentReviewerDataElement()
                                                           .getPubSecComp();
                                                 String p_seg =
                                                      wdContext
                                                           .currentReviewerDataElement()
                                                           .getCreditSegment();
                                                 String ukm_credit_limit =
                                                      wdContext
                                                           .currentAddressElement()
                                                           .getCredit();
                                                 WDPortalNavigation.navigateAbsolute(
                                                      "Path to iview1",
                                                      WDPortalNavigationMode
                                                           .SHOW_HEADERLESS_PORTAL,
                                                      "Resizable=yes",
                                                      (String) null,
                                                      WDPortalNavigationHistoryMode
                                                           .NO_DUPLICATIONS,
                                                      (String) null,
                                                      (String) null,
                                                      "P_KUNNR="
                                                           + bizPartner
                                                           + "&P_ABB="
                                                           + p_abb
                                                           + "&P_SERV="
                                                           + p_serv
                                                           + "&P_DUNFS="
                                                           + p_dunfs
                                                           + "&P_DUNR="
                                                           + p_dunr
                                                           + "&P_EX="
                                                           + p_ex
                                                           + "&P_QQ="
                                                           + p_qq
                                                           + "&P_SEG="
                                                           + p_seg
                                                           + "&P_CREDIT="
                                                           + ukm_credit_limit);
                                                  WDPortalNavigation.navigateAbsolute(
                                                           "path to iview2",
                                                           WDPortalNavigationMode
                                                                  .SHOW_HEADERLESS_PORTAL,
                                                           "Resizable=yes",
                                                           (String) null,
                                                           WDPortalNavigationHistoryMode
                                                                  .NO_DUPLICATIONS,
                                                           (String) null,
                                                           (String) null,
                                                           "RF02D-BUKRS=1000&RF02D-KUNNR="
                                                                  + requestresult
                                                                  + "&ADDR1_DATA-LANGU=EN");
    what could be reason for this.
    Any kind of help will be appreciated.
    Thanks,
    Dushyant

    Hi,
    You can use the tempalte to create transaction iViews
    Create -> new iVew from template -> select the SAP Transaction Iview
    Give the system details
    save -> preview
    Ramganesan Karuppaiyah

  • R3 Transactional Iview

    Can we actually edit R3 transaction iviews to embed custom javascript?
    I want to add subscribe Event on the R3 Transaction iviews..is it possible??where is the .par located for such transaction iviews?
    Thank you guys.

    Hi Taylor,
       There are three types Transaction iViews.
    1. Transaction iView that execute sapgui.exe and portal doesn't have any control over it.
    2. Transaction iView that use ITS to display SAP gui for html. You do have control over the gui but you have to modify the content on ITS. You can modify system templates files that are delivered by ITS.
    3. Transaction iView that uses JAVA gui (applett) to display content and again you don't have any control from portal.
    Prakash
    You can wait for others to respond as well.

  • How to pass the User Group for a SQ00 Transaction iView

    Hello,
    To start off, I am relatively new to SAP technology in general.  I may be missing something obvious.
    I am trying to create an SAP Transaction iView in our EP Portal that will call the SQ00 transaction (start query) and run a particular query against our R/3 backend.  I set the Transaction Code to: SQ00, the application parameters to: RS38R-QNUM=<my query> and the OK Code to: SHOW and the System to the System alias for our R/3 system.
    My problem is that the query that I need to run is not in the default User Group that comes up by default.  So I get a screen that has the query field (RS38R-QNUM) correctly populated but the error that the query has not been created.  From that screen I can navigate to the correct User Group and then run query.  There does not seem to be a User Group field on the screen, you change it by accessing a different menu, so I do not know how to call the screen for a particular User Group.
    Is their an application parameter that I can initially pass to set the User Group?
    Thank you.

    And my lecturer is suck, every lectures she just read
    the slices and never explains why and how they are.
    (If ask her, she talks and talks rubbish and
    eventually I get nothing)Maybe you should drop the class and complain to the administration.

  • 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

Maybe you are looking for