SAP Transaction via WinGUI

Hi,
we have got the following issues with the build in SAP Transaction iView:
If you create a SAP Transaction iView using the iView Wizard the WinGUI is displayed within the portal frameset. The "Create a new session" button is disabled.
- Is it possible to display the WinGUI as common as a separate window?
- Is it possible to enable the "Create a new session" button?
Best Regards
Mike

Hi,
  You can display the Page in another Window by setting "Launch in New Window" to the value 'Display in Separated Window' but <b>it will still be embedded in a browser window</b> !
   As far as I know, even doing this, it won't enable the "Create a new session" button.
  What you would need is to launch the SAP GUI rich client from the Portal in a separated process... Does someone know how to do that out there ?
Best regards,
Guillaume

Similar Messages

  • Passing Parameter to SAP Transaction via AppIntegrator

    Hi,
    I created an AppIntegrator iView that calls a R/3 Transaction. The iView is running correctly.
    Now I want to pass a dynamic parameter to the Transaction so that it skips the first screen of the transaction.
    For this purpose there is the iView Parameter "AutoStart" that has to be set to true in SAP Transaction iView. Furthermore I have to set parameter "ApplicationParameter" in the follwing manner "<Screen_field1>=<Parameter1>" according to help.sap.com.
    Lets assume that the transaction I want to call is <b>SU01</b> and the screen field is <b>USR02-BNAME</b>.
    So the iView parameter "ApplicationParameter" has the value "USR02-BNAME=MyName".
    This works fine but is not dynamic.
    I then called my iView using the follwing URL:
    http://.../irj/../portal_content/.../R3_iView?param=MyName
    and changed the value of "ApplicationParameter" to ""USR02-BNAME=<Request.param>".
    This does not work. The input field of the R/3 Transaction contains "<Request.param>" instead of "MyName".
    My Question:
    Does the Template Processor of AppIntegrator not work for the Parameter "ApplicationParameter"?
    Help is most welcome
    Helmut

    Me actually,
    Hi Helmut!
    Im using a very similar technique heavily in a customer project for jumping into several transactions from an iView.  Instead of expicitely creating an iView i directly call the respective master iView
    "com.sap.portal.appintegrator.sap.Transaction"
    Then I append the required parameters as GET parameters:
    ?System=<system alias>&Technique=[SSF|SSD]&TCode=<exec first screen?>SU01 param=value;param=vaue;param=value&GuiType=[WinGUI|WebGUI|JavaGUI]
    GuiType should be clear, technique defines the startup behaviour of Wingui (being either as an activeX control (SSD) or using SAP shortcuts (SSF) ). If you want to submit the first selection screen, simply add a "*" to the Tcode. Also note that there is a space between the tcode and the param list.
    This should resolve the issue. Good luck with it,
    (and see you somewhen again in "real life"
    Dominik

  • Missing permission when calling sap transaction via composer

    Hello,
    we have created a complex model. in this model some sap transaction are called.
    With Administrator rules everything is working fine.
    but when portal role is assigned to a normal user, only real composer parts are working and all url ivew calling an sap transaction are failing.
    where do I have to adjust permission ?
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): portal_content/com.sap.pct/templates/iviews/com.sap.portal.sap_transaction_iview).
    Exception id: 11:20_14/02/08_0022_6998651
    See the details for the exception ID in the log file
    Thanks

    Hi Uwe,
    i guess you're calling the "pcd:portal_content/com.sap.portal.migrated/ep_5.0/templates/com.sap.portal.appintegrator.sap.bwc.TransactioniView" with some parameters (system, tcode, etc.). You have to add this iview to your models role (our change the permissions of the iview). To hide in the navigation, edit the iview preference: com.sap.portal.navigation.Invisible (German: Unsichtbar in Navigationsbereichen) -> change it only in the role->iview, do not change it in the iview itself.
    Hope that helps!
    Benny

  • Running SCM 5.0 transactions via winGUI: problems with /SAPAPO/SDP94

    I am able to access the following system fron winGUI 640
    System-ID: HU8
    Client: 800
    Application type: SAP SCM 5.0
    Application Server: iwdf2053.dmzwdf.sap.corp
    System No.: 02
    but when I try to launch the "interactive demand planning" (transaction /SAPAPO/SDP94) the system does not respond (the system shows a "sandglass" for ever...)
    If I logon on the ERP 2005 system all transactions work fine.
    Can you help ?
    Thanks

    Hi Marco,
    I am also trying to use APO planning transactions in the ES Workplace.  Did you find a solution?
    Best regards,
    Chris Gibson
    Philadelphia

  • Call SAP Transaction Variant from Iview

    Hello,
    I know we can pass parameters into a SAP transaction via the 'Application Parameters', but this does not always work especially for complicated selection screen options.
    Can the actual transaction variant ID be passed instead?
    Regards
    Mr.T

    Hi,
    You may refer this
    Passing Variant's value to a transaction iview
    Thanks
    Prashant

  • Start/Stop a tablespace via SAP transaction

    Dear All,
    I'm just wondering about start/stop a tablespace via SAP transactions. Is it possible? At the moment i'm working on SAP Netweaver (DB Server:DB2 8.1/z/os 1.7, AS:AIX 5.2).
    Many thanks for your help.
    Regards,

    Thanks Thomas for the fast answer!
    Starting right now to write my commands
    Best regards,
    Andrea

  • Triggering Webdynpro via an SAP Transaction?

    I have heard that it is possible to create a transaction in SE93 to trigger your SAP ABAP Webdynro, instead of using iView in the portal...Is this true? If so can anyone detail the instructions?
          Thank-You

    Yes, there is a standard SAP transaction called WDYID that can open a Web Dynpro ABAP application within the SAPGUI or in a new browser session. You won't be prompted to login to the application again because the SAPGUI will generate a SSO Ticket off of your SAPGUI login. 
    You can create a parameter transaction for WDYID and supply a value for the screen field APPLICATION (the WDA you actually want to run).  You can check the Skip initial screen value to directly launch the WDA.  If you have a late enough SP level, have a look at the SOAMANAGER transaction code as an example of how to do this.
    You can also directly link a Web Dynpro ABAP application into a PFCG role.  It will appear on the main menu of the SAPGUI and launch using the same mechanisms as the WDYID transaction code.

  • SAP Transaction in WebGui ?

    Hi,
    I call a SAP Transaction within a GP Callable Object of type SAP Transaction. I whant to use the WebGUI for starting the transaction and not the WINGUI, which will be started by default.
    How can I change this ?
    Regards,
    Gerald

    Hi Gerald,
    Yes, that's indeed an interesting question and SAP's CAF team knows that implementing such a requirement would be really helpful.
    However, at the moment there is no possibility to switch a flag or a parameter to tell the SAP transaction callable object that it should use the Web- or WINGui.
    From the technical point of view, it would be sufficient to change a parameter in the URL that calls the SAP transaction. Unfortunately that's not possible with this type of callable object, the URL is generated and cannot be changed via the user afterwards.
    Nevertheless you can use another callable object type: the iView (for this, the Portal is necessary) because with the help of this Callable Object it's possible to generate own URLs.
    Regards,
      Jan

  • Transaction iView (WinGUI): "Create Session" opens blank GUI

    Hi All,
    we are using a SAP Transaction iView which displays the WinGUI in the portal and directly opens a SAP transaction.
    The users are used to getting a new session with an already opened navigation tree (SMEN) by clicking "System --> Create Session". However, if the WinGUI is opened in the portal via a Transaction iView, "System --> Create Session" opens a blank GUI session where the users have to manually execute "SMEN" to get to the tree.
    Is there any way to get the usual "Create Session" behavior as if the WinGUI were launched outside the portal and the transaction were entered manually?
    Thanks,
    Jens

    Hi,
    first of all: Apologies... I had found another thread before which described the procedure you were hinting at (manipulating the PAR file) and I even had already downloaded the file from the PCD. But the user in the thread I found described another problem (the menu entry "Create Session" was missing altogether) so I thought this wouldn't solve my problem since we weren't missing this menu entry.
    But you are right: I changed the parameters, deployed the PAR and restarted the portal - the problem is solved! New sessions now automatically show SMEN.
    Thanks a lot!
    Jens

  • SAP Transaction within GP

    I have created a GP using SAP Transactions.  I have two problems with them.
    1)  It is using guitype=WinGui instead of WebGui.  I do not see a place where I can set that.
    2)  The size of the screen showing the transaction is not stretching to show the whole screen, yet there is no variable to set like I have seen on other objects.

    Hi Gerald,
    Yes, that's indeed an interesting question and SAP's CAF team knows that implementing such a requirement would be really helpful.
    However, at the moment there is no possibility to switch a flag or a parameter to tell the SAP transaction callable object that it should use the Web- or WINGui.
    From the technical point of view, it would be sufficient to change a parameter in the URL that calls the SAP transaction. Unfortunately that's not possible with this type of callable object, the URL is generated and cannot be changed via the user afterwards.
    Nevertheless you can use another callable object type: the iView (for this, the Portal is necessary) because with the help of this Callable Object it's possible to generate own URLs.
    Regards,
      Jan

  • How to call a sap transaction in Internet Service

    Hi,
    I have a requirement to call a sap transaction code in the Internet Service. By donig this, the SAP transaction will be called in the web browser via ITS.
    Internet Service has HTML Templates - inside html templates I want to call the sap transaction based on a button event.
    Below is the transaction code. When I enter below link in the browser then it works fine. The same I need to call progrmatically in html template on some event.
    http://xxxxxxxxxxx/sap/bc/gui/sap/its/webgui?~transaction=me23n
    Thanks,

    Hello Sal.
    This does not look like an ABAP issue, but rather JavaScript, JQuery or whatever you are using to handle the button-click-event in your "Internet Service" web application.
    You might try window.open("http://xxx...me23n","_self").
    Best regards,
    Frank.

  • Creation of "Web Dynpro for Java"  for SAP transaction

    Hi All,
             In EP when we create SAP transaction iView for SAP transaction,
    a)ITS server is required if we choose SAP GUI Type as WebGui(Performance wise as well as some other issues)
    b)SAP GUI has to be installed if we choose SAP GUI Type as WinGui.(User has to install SAP GUI).
    Can we overcome these two issues by creating Web Dynpro application for SAP transaction in quicker way. Any suggestions are appreciated.
    Thanks and Regards,
    Gangadharayya.

    Hi,
    It is not possible to display a transaction directly in a java web dynpro. If you do not want to use a transaction iview the only other possibility is to create a web dynpro that uses BAPI's as models.
    Regards,
    Christophe

  • Adding field in standard SAP transaction output results.

    Hi,
    I have to add a new field in standard SAP transaction output results.
    Can any one tell me what are the ways (brief explanation) that I can do this?
    If using exists - then what kind of exists I have to use? And how to find out the possibility with user exists?
    Thanks for your time.
    Thanks.
    Chris.

    Hi,
        There are so many ways to find out the user exits.
    Hi,
    To see SAP Exits -> Use Tcode SMOD
    To See create a project for Customer Exits -> Use Tcode CMOD
    There are projects to which Exits are assigned. Selects the relevant projects.
    What is User Exit:
    http://www.sap-img.com/abap/what-is-user-exits.htm
    How to find then:
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    All Exits List:
    http://www.easymarketplace.de/userexit.php
    Do a search on SAP Exits, Customer Exits, enhancements, etc
    Step 1 :- Execute transaction
    step 2 :- Click on Status Menu
    step 3 :- Double click on the program (screen) __?????___
    Step 4 :- Search source code for the 'Customer-Function' string using the find button. Remember to select 'In main program'.
    Step 5 :- A list of search results should be displayed indicating where all function exits can be found.
    You can now double click on each of them to go to its position in the source code. This also
    allows for the insertion of breakpoints so that you can test if the exits are called in the
    appropriate place.
    Step 6 :-Once you have found the Function Exit within the source code (Find Function Exit) you need to
    access the actual function module it executes. This is done using the following steps:
    Step 6.1 :-
    Step 1
    Locate desired 'Call Customer-function' statement within source code.
    Step 2
    If code is not within main program (module pool) e.g. SAP* then you will need to find this
    out by selecting 'Main Program' from the 'GOTO' menu. The Main program for transaction
    Step 3
    The actual function module name can now be calculated based on the information retrieved,
    it is defined by the following format:
    EXIT_<Program name>_<Exit number>
    eg :- 'EXIT_SAPLMR1M_004'.
    Step 7.1:-
    Once you have found the Exit function module
    Step 1
    Execute transaction CMOD
    Step 2
    Select 'SAP Enhancements' from the 'Utilities' menu.
    Step 3
    Select 'All selections' from the 'Edit' menu.
    Step 4
    Now populate the Component name field with the exit function module and press
    the execute button.
    Step 5
    A list of all Exits(Enhancements) containing that function module should now be displayed.
    Step 5
    You can now double click on the desired exit to display a detailed description of its uses and a list of all
    components contained in it.
    Implementing Function Exit
    This is required in-order to activate Function exit:
    Step 1
    The first step is to enter source code into function module in the usual way i.e. via SE37.
    There will already be an include declaration within the code with the following
    format: Include zx*.
    Double click on this to create it, source code can then be entered within here.
    Although it is good practice to create another include with this to store your
    code, this allows separation of difference enhancements allowing them to be easlity
    removed without de-activating the enhancement.
    Step 2
    Execute transaction CMOD and create new Enhancement. Enter name and press the create
    Button.
    Step 3
    The following screen should be displayed, enter short text then click on the 'Enhancement
    Step 4
    Now enter the Exit name (enhancement) which contains the desired Function Exit.
    Step 5
    Return to initial screen of CMOD and press the activate icon. The exit is now ready for use.
    Please Mark The Helfull Answers & close the thread.
    regards
    dj
    reward for all useful answers.

  • MATMAS01 IDOC not reaching to SAP XI via report program.

    Dear Experts,
    WE are facing small challenge.
    I searched on SDN on scenarios: IDOC not reaching to SAP XI. But could not find exact solution t oour scenario.
    Problem:
    MATMAS01 IDOC is not reaching to SAP XI via report program and is in status of 03 on SAP system. And there are not entries under SM58.
    Under SAP XI system IDOC entry is not reflecting under IDX5 transaction, I tried to delete meta data of MATMAS01 thru IDX1 and uploaded again but still IDOC is not reaching to SAP XI.
    The strange is that MATMS01 IDOC is reaching to XI via WE19 test tool. So PORT and RFC destination settings betweeen R3 and XI is also correct.
    What could be the wrong ?
    Thanks
    Divyesh

    When sending Idoc from R/3,
    Settings at R/3
    create one port at WE21,
    Create Partner Profile for Outbound Message type in WE20.
    settings at XI
    Create one port in IDX1
    Import Matadata in IDX2.
    Create complete scenario in ESR for Idoc sender, also import IDoc in Imported Objects.
    Check these settings & send test idoc using WE19.

  • Open a transaction via url, passing a parameter/value and SEND THE OK CODE

    Hello Guys,
    I'm trying to open a transaction via a hyperlink (System Action). That works so far, but my problem is that there is no button on the dynpro which triggers the going on. I have to press ENTER or the green hook in the corner of the gui. The transaction I'm opening is IE02 with an equipmentno. The value is in the destination field and the only thing what has to happen know is to trigger the next step (namely opening the "change equipment" dialog). Is there a standard OK-Code for the ENTER-Key or green hook ?
    Greetings,
    Jochen

    hi...
    I can't find that parameter in my Visual Composer environment. I tried to put it in my calling URL but it didn't work either. My URL looks like this:
    '/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.bwc.Transaction?System=' & STORE@systemalias & '&TCode=ie02&GuiType=' & STORE@guitype & '&DynamicParameter=RM63E-EQUNR%3D' & @EQUIPMENT & '&PROCESS_FIRST_SCREEN%3D' & 'YES'
    Instead of the last parameter "PROCESS_FIRST_SCREEN" i could use a ok-code, but in transaction ie02 there is no ok-code to commit the screen, because there is no button...
    Any ideas?
    Greets,
    Jochen

Maybe you are looking for

  • Project takes a long time to open

    I have 19 projects. One of them takes longer to open each time I open it. Once the project is open, I can work in it just fine. But it also takes forever to generate my primary layout and any of my printed documentation layouts. Deleting the .hhc and

  • New Page Format in Smartforms

    Hi All, I am working on smartforms. I have created a new page format of width 25 cm and width 30cm according to client's requirement. Smartform is  for customer invoice which is a pre-printed and i have to get data into that. In sform i have given th

  • MATLAB Support in Photoshop CC

    Hello, Using this page: Downloadable content (plug-ins) I was able to download Photoshop MATLAB Toolbox. I used to work with it in Photoshop CS6 Extended. Yet now, After upgrading to Photoshop CC it doesn't work anymore. Is there a way to enable it i

  • Macbook Pro power adapters and signal voltage

    Hi all I'm looking for fairly technical details about how a Macbook interacts with it's power adapter. My theory: If wikipedia is anything to go by,  when a Macbook power adapter is "on" but there is on load (no place to the send power, a.k.a the ada

  • Subcontract Challan Reconciliation

    Dear Sir, We have a following scenario : We created a Purchase Order for Subcontracting (item category L) for an Item COMP-PM25  qunatity 1 number . To make the above Item , it need input item RM-IRN-01 of quantity 50 meter . We had transferred RM-IR