Display iView/transaction  in tabstrip

Hi...
First, I'm running ep5.0 patch5.0.  I am modifying the Unversal Worklist iView right now.  I have added another tab in the tabstrip at the end and I want to display an iView/transaction inside that tab when it is selected.  Now since this iView is SAP delivered, I cannot change the Java code, but the JSP is there.  So my question is, is it possible to call an iView/transaction from a JSP?
Any advice?
TIA!!
Kevin

Hi,
it is in fact very simple. I assume you´re working with SAP Dialog programming and in your main screen (let´s say 0100) you have to create a Tabstrip control with 2 tabs. In each tab you assign a subscreen for data display (your ALVs). These subscreens are named, let´s say, 0200 and 0300.
When creating a single ALV tree, somewhere you call it like this:
CALL SCREEN 0100.
The screen 0100 has 2 events (PBO & PAI) and in PBO you design the ALV like this:
    data: mycontainer  TYPE REF TO cl_gui_custom_container,
    CREATE OBJECT mygrid
           EXPORTING i_parent = mycontainer.
    CALL METHOD mygrid->set_table_for_first_display
       CHANGING
          it_outtab                     = mytable[]
          it_fieldcatalog               = field_catal[]
       EXCEPTIONS
          invalid_parameter_combination = 1
          program_error                 = 2
          too_many_lines                = 3
          OTHERS                        = 4.
well, working with a tabstrip control, you call screen 0200 for your ALV tree1 and 0300 for ALV tree2 in the same way.
For creating the tabstrip control there´s a wizard that performs the task for you.

Similar Messages

  • Embedding Transaction IView into Webdynpro TabStrip

    Hi,
        My Requirement is ,I have Created Transaction IView ,I want to access the Transaction Iview into Webdynpro TabStrip. I am able to access Iview but it is overwriting existing screen i..e complete Webdynpro screen disappears only Transaction Iview displays. I want Transaction Iview to be displayed as part of the TabStrip.
    Thanks & Regards
    Madhan Mohan

    Hi Satyajit,
             I am having a similar kind of requirement , i have to navigate from webdynpro applicaiton to transaction iview ..once user is done with the transaction ( say maintained the material ) i have to come back to the previous screen ... but i think this is not possible as there will be no way to know that user is done with the transaction .. so i though of creating a Iframe and a button on a webdynpro view and link the Iframe to the transaction iview . so user will have to click on the button once he is done with the transaction .. but according to you .. the transaction will be locked if we link that to the Iframe .. please let me know how to resolve this pronblem. or is there any other solution to my problem ..

  • Is it possible to display the transaction in display mode in portal?

    Hi All,
    I have created one transaction iview in portal say for eg: SE38. 
    i want to display this transaction in portal only in display mode so that users cannot edit/modify.
    I checked with giving "Read" permission in portl to that iview.  even though the user is able to change.
    is this possible for the particular transaction to display only in display mode not as editable mode in portal?
    Thanks,
    vijaya.

    Hi Vijaya,
    Ask your basis team to create two user on R/3 system
    1st with edit permission to that Tcode eg - SE38
    2nd with only view permission to that tcode eg - SE38
    Now will doing, user mapping in user administrator in portal
    set 1st userid /password to whom u have to give edit permission  for that Tcode and set 2nd userid /password to portal user whom u want to just have read access for that tcode...
    Hope this solves ur problem...
    Please reward Points if helpfull.
    Thanks
    Gunja

  • Page preview displaying iViews incorrectly

    I am just learning Portal and have run into an issue that I'm sure folks out here can help me with. 
    I created two iViews from the SAP iView transaction template.  Both transactions are custom transactions, pointing to custom Z-programs reports.  I have added these iViews to a page, assigned the standard side-by-side layout, and changed the iView Height properties to be Automatic.
    The problem is, when I preview the page, the Tray Headers correctly display the title assigned to the transaction, but the selection screen displayed in each iView tray is the same.  Whatever iView displays first, the second iView seems to use this same data for its display.
    It seems to be an issue related to caching, but as I am new to Portal I am not sure where to look to solve this problem.
    Thanks in advance, and any help would be appreciated.
    Terri

    Hi Terri,
    If you think that the issue is with regards to cache, then have a look at this document for more information
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/71d7b8dc-0701-0010-dfba-881dba1b5b95?QuickLink=index&overridelayout=true
    Regards,
    Ganesh N

  • How to get the last wbs which is displayed  in transaction code cj03?

    Dear Experts,
       I want to get the last wbs which are displayed in  transaction code cj03, i have written below program,but i found it is incorrect. because the sort of wbs  in cj03 is not equal to table prps. the last wbs in cj03  is not equal to table prps.
    who can tell me how to get last wbs which is displayed in cj03?
      SELECT
         PRPS~STUFE
         PRPS~POSID
         PROJ~POST1
         INTO CORRESPONDING FIELDS OF TABLE WA_PRPS_TEMP FROM PRPS INNER JOIN PROJ ON PROJPSPNR = PRPSPSPHI
         WHERE PROJ~PSPID EQ P_PROJECT.
      WA_TLINE = LINES( WA_PRPS_TEMP ).
      READ TABLE WA_PRPS_TEMP INDEX WA_TLINE.
      IF WA_PRPS_TEMP-POSID = P_lastWBS.
        P_LAST = 1
    endif.
    Best Regards,
    Merry

    Hi Merry  ,
      The WBS elements are stored in the table PRPS , so please try using the conversion exit and use the data in internal format then use it in the IF condition.
    Check the FM CONVERSION_EXIT_ABPSN_INPUT and CONVERSION_EXIT_ABPSN_OUTPUT
    Regards,
    Arun

  • Aging reports that display reconciled transactions

    Currently ie 2007a PL 35, when an aging report is run that displays reconciled transactions it is displaying all reconciled transactions including those reconciled before the aging date. My understanding of this feature was that it was intended to allow clients to run past dated aging correctly and for totals it does. However I have a client who works with detailed aging extensively and they would like a feature that would allow an aging report that would only show open balances that had been reconciled after the aging date. would it be possible to implement this into the current aging selection criteria?? It would help clients produce more accurate historical aging reports.
    Regards,
    John-Michael

    Which SAP B1 Version and Patch is under use at your end ?
    There were issues in SAP B1 regarding reconcilliations in versions prior to 2007 series.
    Samir Gandhi

  • Displaying iView properties

    Hi,
    I created a JSP that contains a link to a portal iView that should be open in a new window.
    The problem is that new window appears with all the framework page.
    Is there a way to avoid this ?
    Thanks.
    Regards.

    Hi David,
    meanwhil I found out how to display iViews without portal masthead, navigation panel, etc. Use the following URL:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/<PCD_PATH>
    Replace <PCD PATH> with the pcd path of the iView. But be aware that you have to replace the chars ":" (with !3a) and "/" (with !2f).
    In the end it should look like this
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fmyfolder1!2fmyFolder2!2fMyiView
    Best regards,
    Martin

  • Controling field display by Transaction Type

    Hello,
    Is it possible to control field display by Transaction Type in CRM 7.0 anymore given that we have the Web UI now. I remember from my 5.0 experience that we used CRMV_SSC to control this at transaction type. I would imagine, the functionality has not been taken away but rather changed to a different place where we control this. Anybody dealt with a similar requirement? Any ideas / suggestions/ tips?
    Essentially for transaction ZOR1 we want to surpress a tab / fields, but for ZOR2 we want to keep those available. ZOR1 and ZOR2 belong to the same transaction category.
    Thanks in advance..
    KK

    Kevin,
    This is all controlled now by Configurations in the WebUI, along with the Component/view. As an example, via the WebUI try going into each of the transaction types. You have not said what kind of transaction types you were referring to, so I'm just going to assume it's Opportunities for the time-being. So, If you click on each of the transaction types and when the screen is displayed place the cursor on an editable field and press F2. This will then display the technical details behind the screen. Here you'll see  that each tranx type has it's component/view name and context node. You will also see the configuration as well. So, the transaction types are actually controlled by the code and screen design behind the component and view, but there can be a different screen layouts for the same tranx type dependning of the configuration used. And, this configuration is normally identified by the business role that you're currently using.
    So if that was a bit wordy, but if you look at the technical details behind each of the tranx types it should become clear.
    Jason

  • OTF display of transaction SP01

    Hi All,
    How can I see the OTF display of transaction SP01 ?
    Below is check mentioned in one of the OSS note
    In the OTF display (RAW display in transaction SP01) of your spool request, can you find a line
    FCMICR_E  100  ...
    (this is the OTF command for the MICR font selection)?
    Thanks

    To see the complete text of an error/warning message on the SAPGUI status bar, right click on the message and drag left.
    To prevent  your spool requests getting deleted from the BASIS cleanup jobs, you need to uncheck the Delete after print checkbox in the print control screen, execute transaction SP01, find your spool#, click on Attributes and change the Delete After date
    Short cuts using the OK-code box.
    %sc                      
      Search in page                    
    %pc                      
      Download do local file             
    p+                       
      Page up                    
    p-                       
      Page down                    
    p++                      
      Top of page                    
    p--                      
      End of page                                
    Use transaction AL11 to browse the application servers directory structure

  • Displaying iview property detials

    Hi,
    I want make use of web dynpro java application for displaying iview property details. I mean web dynpro java application which will give me details of Iview it is making use of.
    Please let me know your response.

    Hi,
    I want to create a local webdynpro applcation  to identify from which tab its the application iview is called on the portal.
    Can any body advice me.

  • Resizing the content of an IView which display a transaction

    Hello,
    Is it possible to reduce the size of the content of an IView to not have the scrolling bar on the right of the window ?

    you would get a quicker response if youpost this question in EP forum

  • How to display a "Transaction in progress" screen

    Is it possible to replace (in ITS) the current waiting screen (a moving ball or something like that) with something else?
    We have a transaction that takes a long time to display. It's not a problem in the ITS, it's just how the transaction is - assume that it can't be optimized (for many reasons) or changed.
    We want to display (in EP 6) a screen warning the user. This transaction is being displayed with a standard ITS iView (SAPGUI for HTML).
    Can this be done?

    Hi Carlos,
    The content of the waiting screen can be found in a html page called hourglass.html. This file is located where the ITS mimes are stored:
    For ITS 6.20 the path would be:
    ...\sap\its\mimes\system\[theme 99|2002]\page\hourglass.html
    (For the integrated ITS releases the path is similar.)
    You can change this file according to your needs, but please be aware that in case of problems the support will ask you to take back all customization changes first and restore the original files before it will analyse your problem.
    Also with each upgrade to a new ITS patchlevel these files will be overwritten by the installer and have to be changed manually again to get back your customized content.
    Best regards,
    Henning

  • Displaying ABAP transaction In Enterprise Portal

    Dear all,
    We are having one Z-reports in CRM 4.0 .which we want to display in EP portal.
    Is it possible??
    What type of changes needed from ABAP  and EP side.
    with regards,
    Rajesh C

    Hi,
    to achieve this functionality first we have to create a SAP transaction ivew and for then to let this iview communicate with R3 you have to create a system which can do this task. Please look at the below blog.
    Create SAP Transaction iView using SAPGUI for Windows
    and
    Pass Parameter to ITS URL Upadated 21st June 2008
    Regards,
    Srinivas

  • Payment terms display in transaction MIRO

    Dear all,
    When we use transaction MIRO we have the correct display from the payment terms and the display is correct.
    When we use the transaction MIR4 in ordre to see the invoice the value of the payment term (0000, 0060...) has disapear but the number of days are correctly indicated.
    How can we still having the value of the payment terms (0000, 0060...) in MIR4?
    Thanks!
    David

    Hi,
    Please refer this link:
    value in payment terms field not dispalyed in invoice after saving MIRO
    Regards,
    Pramitha.

  • Account Balance - Display Unreconciled Transaction

    SAP B1 2005B PL40
    Click on the arrow of the account balance of COA screen, SAP standard report "Account Balance" will be popped up. After checked the option "Display unreconciled trans. only", the reconciled transactions were shown also.
    Please advise.
    Thanks,
    Vivian

    Chan
    One of my client face the similar kind of problem, was sorted out by SAP
    would be a better option to log a support ticket,
    Rizz

Maybe you are looking for

  • Cannot connect to internet after software update

    I have an old powerbook G4 running Mac OS X 10.3.9 (this is one of 3 macs) I also have an airport Extreme and an airport Express to make a network in my home. Frequently, after a software update to the old computer, it has trouble getting back on to

  • Opening unix executable files

    What application in Leopard can I use to open unix executable files?

  • Looking for specific software...

    Ok....I have looked at a couple of softwares like nike workout & iworkout but neither seem to do what I want. I'd like to have software on my nano that I can set like a boxing timer. (see link) http://store.titleboxing.com/intervaltimer.html Like thi

  • Java Crystal Reports client working on Tomcat 5.0 not on Sun 8.1, AxisFault

    Hi Experts, I am given this task of integrating Crystal Reports in our Sun 8.1 applications. I am using the jars that come with the Business Objects cd (like dsws-session.jar, dsws-publish.jar, axis 1.1.jar etc). I am able to run this on Tomcat 5.0 b

  • How change Gui Status of a Table maintenance

    Hi, I have created a table maintenance generator for a Z table. I want to add my function in gui status. Could you tell me how can do it. Regards, Malnor