Diagnosing if the EUP is up from inside SAP GUI??

What transaction code, will show you if users are logged in through the GUI or the Portal. Through sm04 you can see the session type as being "GUI" but how can I diagnose, from the SAP side whether users are able to get in through the portal. I always thought that a "RFC" (Remote Function Call) would show up as being the session type through sm04, if the user was coming in through the Portal…I'm a SAP Basis Admin, who only comes in through the GUI. Please advise..Thanks.

Hello James,
it depends what iViews are used. If the Users use RFC-IViews then you will see RFC Sessions. When they use a SAP Transactin iView you will see a GUI Session. But they can also use BSP IViews.
Regards
Gregor

Similar Messages

  • Adobe interactive form inside SAP GUI

    Friends,
    We all know that Adobe interactive forms can be called from portals and updated by the users. Is there any possibility that the Adone interactive form can be called inside SAP GUI and updated in the same manner?
    Regards,
    Sam

    Yes you can generate adobe intetractive forms as ABAP report programme outputs. There ares some standards forms available. Please search by FP*.
    Hope i understood yourr question.
    Thanks and Regards,
    Antony John Isacc.

  • Configure Acrobat Reader tool buttons when Reader is started inside SAP GUI

    Hi,
    we have deployed some registry keys in "HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGerneral\cToolbars" to show some tool buttons in Acrobat Reader. This works fine when starting Acrobat Reader as standalone application.
    But in SAP GUI the Acrobat Reader starts with default tool buttons.
    Is there a chance to configure the Acrobat Reader tool buttons when the Reader is started inside a SAP GUI session?
    thanks
    Albert

    These are the settings in the registry to show/hide tools in the Adobe Reader 9 toolbar.
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cBasicTools\cInternalButtons]
    "a0"="Select"
    "a1"="Hand"
    "a2"="Zoomin"
    "a3"="ZoomDrag"
    "a4"="endBasicToolsGroup"
    "a5"="ZoomViewOut"
    "a6"="ZoomViewIn"
    "a7"="ZoomTo"
    "a8"="Zoom100"
    "a9"="FitWidth"
    "a10"="FitPage"
    "a11"="endZoomTypeGroup"
    "a12"="PanAndZoom"
    "a13"="Loupe"
    "a14"="SelectGraphics"
    "a15"="endZoomToolsGroup"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cCommenting\cStamp]
    "bInternalExpanded"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cFile\cInternalButtons]
    "a1"="Print"
    "a2"="Save"
    "a3"="SaveFileAs"
    "a4"="FindDialog"
    "a5"="endDialogGroup"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cPageDisplay\cInternalButtons]
    "a0"="endLayoutZoomTypeGroup"
    "a1"="Fullscreen"
    "a2"="endPageLayoutViewGroup"
    "a3"="RotateCCW"
    "a4"="RotateCW"
    "a5"="Wireframe"
    When starting Adobe Reader standalone this works fine.
    But starting Adobe Reader from a SAP GUI Session (for example in transaction CV03N) the default tools will be shown.
    Is there a chance to configure the Acrobat Reader tool buttons when the Reader is started inside a SAP GUI session?
    thanks
    Albert

  • Changing the label of a field in SAP GUI

    Hello SAP Guys,
    I would like to change the label of a field in SAP GUI.
    I already did it internally because for that field the Shor Text of the label changed:
    I went to SE11, and wrote down the appropriate data element, through Translation I changed the entries of SCRTEXT_L, SCRTEXT_M and SCRTEXT_S and activated this change after saving.
    It is very strange that after making sure that the
    Short Text of that field was changed, I went to trx BP and I could see that the label didn´t change.
    I´ll appreciate any help you can give me,
    Regards,
    Efrain

    Hi Efrain,
    Can you tell me in which screen did you make the screen.
    Moreover the changes are not reflected immediately.
    What you can try is to create a new record of the transaction in which you changed the label and save the recore. After this try to close the session and reopen the transaction and this should work.
    The reason is the label on the screen are not picked up from the data element everytime but from buffer. So when you create a record this updates the database table entry and can also refresh the buffer.
    I had the same problem in BP transaction and the above solution worked.
    Let me know if this helps.
    Jash.

  • Creating CRM 7.0 Activity from ISU SAP GUI (CIC0)

    Hello Guys!
    I need to create CRM 7 Activity from ISU SAP GUI cic0 screen using actiion box. Can any one please help me out what would be the best way calling CRM 7 activity from ISU SAP GUI, with my understanding the CRM 7 would not support sap gui and have to use webclient technology.
    My scenario: Creating activity in CRM 7.0 from ISU GUI.
    Existing process is creating an activity in CRM 4 from ISU SAP GUI, now business would like to move from CRM 4 to CRM 7. I need to find out or give suggestions to business what would be the best approach or solution to create CRM 7.0 activity from ISU point of as business would not like to use CRM WebClient screen to create activities. I need help on how i can suggest the busines.
    Please help me out as i am new to ISU and hope you have understood my requirements.
    Thank you in advance
    Regards
    shankar

    Hi ,
    Kindly use the Transaction launcher service using the Customization :
    SPRO > CRM > UI Framework > Technical Role Definition > Transaction Launcher > Configure Transaction Launcher
    SPRO > CRM > Interaction Center WebClient > Basic Functions > Transaction Launcher > Configure Transaction Launcher (Wizard)
    Kindly read help documentation next to it for details.
    Hope this helps.
    Regards,
    Anup

  • What is the Java runtime version required for SAP GUI 6.20 for Windows?

    Hi All,
    I need the following information:
    1.       What is the Java Runtime version required for SAP GUI version 6.2 for Windows (Platform Windows XP)?
    2.       And is there any problem if we use Java runtime version 1.6 on PC?
    It would be great if anybody can provide the information on the above.

    To run SAP GUI for WIndows -- Java isnt a pre-requisite nor is there any dependency for the same.
    Thanks,
    GLM

  • How to determine the Current Domain name from inside an Mbean / Java Prog

    We have registered an Application Defined MBean. The mbean has several APIs. Now we want to determine the currrent domain using some java api inside this Mbean. Similarly we have deployed a Webapp/Service in the Weblogic domain. And inside this app we need to know the current Domain. Is there any java api that will give this runtime information.
    Note: We are the MBean providers not clients who can connect to the WLS (using user/passwd) and get the domain MBean and determine the domain.
    Fusion Applcore

    Not sure if this will address exactly what you are looking to do, but I use this technique all the time to access runtime JMX information from within a Weblogic deployed application without having to pass authentication credentials. You are limited, however, to what you can access via the RuntimeServiceMBean. The example class below shows how to retrieve the domain name and managed server name from within a Weblogic deployed application (System.out calls only included for simplicity in this example):
    package com.yourcompany.jmx;
    import javax.management.MBeanServer;
    import javax.management.ObjectName;
    import javax.naming.InitialContext;
    public class JMXWrapper {
        private static JMXWrapper instance = new JMXWrapper();
        private String domainName;
        private String managedServerName;
        private JMXWrapper() {
        public static JMXWrapper getInstance() {
            return instance;
        public String getDomainName() {
            if (domainName == null) {
                try {
                    MBeanServer server = getMBeanServer();
                    ObjectName domainMBean = (ObjectName) server.getAttribute(getRuntimeService(), "DomainConfiguration");
                    domainName = (String) server.getAttribute(domainMBean, "Name");
                } catch (Exception ex) {
                    System.out.println("Caught Exception: " + ex);
                    ex.printStackTrace();
            return domainName;
        public String getManagedServerName() {
            if (managedServerName == null) {
                try {
                    managedServerName = (String) getMBeanServer().getAttribute(getRuntimeService(), "ServerName");
                } catch (Exception ex) {
                    System.out.println("Caught Exception: " + ex);
                    ex.printStackTrace();
            return managedServerName;
        private MBeanServer getMBeanServer() {
            MBeanServer retval = null;
            InitialContext ctx = null;
            try {
                //fetch the RuntimeServerMBean using the
                //MBeanServer interface
                ctx = new InitialContext();
                retval = (MBeanServer) ctx.lookup("java:comp/env/jmx/runtime");
            } catch (Exception ex) {
                System.out.println("Caught Exception: " + ex);
                ex.printStackTrace();
            } finally {
                if (ctx != null) {
                    try {
                        ctx.close();
                    } catch (Exception dontCare) {
            return retval;
        private ObjectName getRuntimeService() {
            ObjectName retval = null;
            try {
                retval = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
            } catch (Exception ex) {
                System.out.println("Caught Exception: " + ex);
                ex.printStackTrace();
            return retval;
    }I then created a simply test JSP to call the JMXWrapper singleton and display retrieved values:
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page import="com.yourcompany.jmx.JMXWrapper"%>
    <%
       JMXWrapper jmx = JMXWrapper.getInstance();
       String domainName = jmx.getDomainName();
       String managedServerName = jmx.getManagedServerName();
    %>
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>JMX Wrapper Test</title>
        </head>
        <body>
            <h2>Domain Name: <%= domainName %></h2>
            <h2>Managed Server Name: <%= managedServerName %></h2>
        </body>
    </html>

  • Viewing a report from BW SAP GUI using report_view.aspx doesn't work

    Hello,
    when viewing reports in SAP GUI from our BW system no report as an output is showed. I can only see Infoview page and it doesn't matter whether I insert whole URL with report ID, client etc. or only report basic page.
    http://<server_name>:8080/businessobjects/enterprise115/sap/infoview/report/report_view.aspx?bw_id=<report_id>&sap_sysid=<SID>&sap_client=<client>&language=EN&cmsname=<crystal_server_name>
    http://<server_name>:8080/businessobjects/enterprise115/sap/infoview/report/report_view.aspx
    This URL will prompt for password and then redirect me to Infoview .NET page only without report output. When I click on the report from InfoView everything is working well I can see the report output. Only from SAP GUI the URL link is not working. I configured /crystal/rptadmin details as per SDN Ingo's blog. I also configured SAP roles for folders in InfoView under path /SAP/2.0/. And all other post steps from Installation guide.
    One OSS note 1219551 which refers to this problem doesn't help me either, altough I patched BOE XI R2 with latest SP6.
    Version of Crystal report is BOE XI R2 with SP6. SAP system is NW 04 with BW component.
    Does anyone have the same problem ?
    Thanks.

    Problem solved.

  • In need of help going from Windows SAP GUI to Mac/Java SAP GUI 7.20

    Hi Everyone, first post...I want to thank you in advance for any assistance you are able to provide.
    I got everything working except for 1 out of 6 servers I need to connect to - of course this is the most important one.
    It all comes down to the conversion of saplogon.ini to the new file format, instead of using the GUI to make a list I have created 6 individual .sapc files that I run directly. I found some converters but only had so much success with them, nothing solid and 100% full proof.
    I'm going to post my windows config files and maybe you can tell me why logging into this system GP8 doesn't work from my mac?
    saplogon.ini (I believe it's item 4 that is the full config for the server I'm trying to connect to)
    [Configuration]
    SessManNewKey=80
    MessageServerTimeout=10
    WithWizard=0
    ConfirmDelete=1
    NoEditFunctionality=0
    SapguiHexdumpActivated=0
    SapguiTraceActivated=0
    SapguiTraceLevel=1
    SapguiNTCmdOpts=
    [Router]
    Item1=
    Item2=
    Item3=
    Item4=
    Item5=/H/10.201.200.27/saprouter.fa.de/H/
    Item6=
    [Router2]
    Item1=
    Item2=
    Item3=
    Item4=
    Item5=
    Item6=
    [RouterChoice]
    Item1=0
    Item2=0
    Item3=0
    Item4=0
    Item5=0
    Item6=0
    [Server]
    Item1=171.18.85.21
    Item2=171.18.85.26
    Item3=GI7001.trans.de
    Item4=PUBLIC
    Item5=gtlson10.fa.biz
    Item6=gtlson19.fa.biz
    [Database]
    Item1=00
    Item2=01
    Item3=34
    Item4=88
    Item5=26
    Item6=21
    [System]
    Item1=3
    Item2=3
    Item3=3
    Item4=3
    Item5=3
    Item6=3
    [Description]
    Item1=ASNA PRD
    Item2=ASNA TST
    Item3=GI7
    Item4=GP8
    Item5=JPF
    Item6=JPW
    [Address]
    Item1=
    Item2=
    Item3=
    Item4=141.228.205.97
    Item5=
    Item6=
    [MSSysName]
    Item1=PRD
    Item2=TST
    Item3=GI7
    Item4=GP8
    Item5=JPF
    Item6=JPW
    [MSSrvName]
    Item1=
    Item2=
    Item3=
    Item4=gp8001.trans.de
    Item5=
    Item6=
    [MSSrvPort]
    Item1=
    Item2=
    Item3=
    Item4=sapmsGP8
    Item5=
    Item6=
    [SessManKey]
    Item1=-1
    Item2=-1
    Item3=-1
    Item4=-1
    Item5=-1
    Item6=-1
    [SncName]
    Item1=
    Item2=
    Item3=
    Item4=
    Item5=
    Item6=
    [SncChoice]
    Item1=-1
    Item2=-1
    Item3=-1
    Item4=-1
    Item5=-1
    Item6=-1
    [Codepage]
    Item1=1100
    Item2=1100
    Item3=1100
    Item4=1100
    Item5=1100
    Item6=1100
    [CodepageIndex]
    Item1=-1
    Item2=-1
    Item3=-1
    Item4=-1
    Item5=-1
    Item6=-1
    [Origin]
    Item1=USEREDIT
    Item2=USEREDIT
    Item3=USEREDIT
    Item4=MS_SEL_GROUPS
    Item5=USEREDIT
    Item6=USEREDIT
    [LowSpeedConnection]
    Item1=0
    Item2=0
    Item3=0
    Item4=0
    Item5=0
    Item6=0
    [MSWinPos]
    NormX=324
    NormY=263
    [MSLast]
    MSLast=GP8
    [Utf8Off]
    Item1=0
    Item2=0
    Item3=0
    Item4=0
    Item5=0
    Item6=0
    [EntryKey]
    Item1=
    Item2=
    Item3=
    Item4=
    Item5=
    Item6=
    [EncodingID]
    Item1=DEFAULT_NON_UC
    Item2=DEFAULT_NON_UC
    Item3=DEFAULT_NON_UC
    Item4=DEFAULT_NON_UC
    Item5=DEFAULT_NON_UC
    Item6=DEFAULT_NON_UC
    [ShortcutType]
    Item1=0
    Item2=0
    Item3=0
    Item4=0
    Item5=0
    Item6=0
    [ShortcutString]
    Item1=
    Item2=
    Item3=
    Item4=
    Item5=
    Item6=
    [ShortcutTo]
    Item1=
    Item2=
    Item3=
    Item4=
    Item5=
    Item6=
    [ShortcutBy]
    Item1=
    Item2=
    Item3=
    Item4=
    Item5=
    Item6=
    Another file I think is important: sapmsg.ini
    [Message Server]
    MSS=MSSAP00
    MST=SAPTST00
    MS1=SAPDEV00
    MSX=sapsbx99
    MSU=sapmsu99
    APP=apoapp00
    MBW=mssapbw
    APT=apotst00
    APS=aposbx00
    MB1=sapdevbw
    MBT=saptstbw
    P01=dryrun00
    MS2=sapms299
    MBX=sapsbxbw
    GP8=gp8001.trans.de
    Another file that may be important?
    SAPROUTE.ini
    [Router]
    sapprd=/H/10.201.200.21/H/saprouter.fa.com/H/
    gtlson10.fa.biz=/H/10.200.201.21/H/saprouter.fa.com/H/saprouter.fa.de/H/
    This is what my *.sapc file looks like after changing it up a few times, I am certain it is wrong:
    conn=/H/gp8001.trans.de/&clnt=401&expert=true
    Please tell me from all the info you have here what needs to take place for me to be able to connect to GP8. Can I do it from an sapc file? Do I have to configure other core files and go to my preferences and tell SAP to look at certain configs? I'm sure someone here can help me.
    Thanks so much for your time
    John
    Edited by: nstabl on Feb 27, 2012 10:07 PM

    Hello John,
    please try the "SAP GUI for Java Configuration Generator Scripts" available at http://scn.sap.com/docs/DOC-25456#section9 .
    For using the message server to connect to GP8, the information of the port number of the message server for GP8 is missing. For direct connection to GP8, it might work to use the connection string "conn=/H/gp8001.trans.de/S/3288" .
    Best regards
    Rolf-Martin
    Message was edited by: Rolf-Martin Woersinger
    update link, which was broken after SCN upgrade

  • Can't find the created queries in SQVI after SAP GUI Upgrade

    Hi all,
    I have a problem when I update my SAP GUI (7.10 -> 7.20)
    After the upgrade, I can't find anymore the queries in SQVI. The liste is totally emptied...
    Could you help me to find them? Or plz, just tell me I deleted them T_T
    Thanks in advence.

    Hello Alexander,
    Thank you for your reply, but the situation didn't change... it's really strange...
    We used the same PC to logon with 720, I'm sure that the parameters of SAP GUI are good, everything works correctly except SQVI. No problem with LSMW or SCAT... The most important point, this problem appears on all PC with 720 upgrade! So, it's not a local problem...but we didn't touch anything on server...maybe it was just a coincidence, somebody did something on the server in the same time of SAP GUI Upgrade...
    For now, we copied the lost queries from QUALITY (it's not the last version T_T but it's better than nothing!) And we still don't know where is the source of problem.
    Anyway, thank you for your help.
    Best regards,
    Alu

  • To increase the screen size in ubuntu (Linux) Sap gui?

    Hi,
         I had installed sap gui in ubuntu(linux) version.But after installation, i m getting the screen as half size.I want to know how to increase the screen size (original size).
          Valuable suggestions will be rewarded.

    CLosing thread

  • Finding the custom tag name from inside the tag handler

    Hello,
    I searched the forum, but couldnt find the answer (or in the API). In my custom tag handler, I want to know what the name of the custom tag was. Is this possible?
    Thanks in advance.
    Chris
    ps. Without parsing the .tld file... :)

    Hmm, that's unfortunate. Thanks a lot for your work. I had a feeling since it wasn't in the API that it wasn't possible. Here's why, and maybe they will add this feature later...
    We are making our own tags for buttons on our app (the button will be an HTML table, with a clickable background, that looks like an image, but isnt).
    The HTML designers want tags they can drag and drop to the screen in DreamWeaver, including visual feedback on what they dragged and dropped. So the tag <fast:blueButton>Continue</fast:blueButton> will show a blue button image in dreamWeaver with "Continue" as the text. There are a lot of parameters to set for each button, like height, width, border, etc. that will be configured in an XML config file for each button.
    It would be nice if all the buttons we invent in the tld point to the same generic button class, and when the generic button class runs, sees which button called it, and gets its config from an XML file.
    This way the designer could add more buttons with the tld and XML config, and no more java classes are needed. However, if a generic button is sent with a type param: <fast:button type="blue">Continue</fast:button> then there is no visual feedback in the tool (in the first case we could have set the fast:blueButton to be the image of a blue button) and it cant be picked from a list in the tool (the designer needs to remember which types exist). It seems not important to programmers, but for designers it is important.
    Oh well, I will see if there is another way to NOT have tons of Java classes to support.
    Thanks,
    Chris

  • How can I find the servlet class name from inside a ServletFilter?

    Ive implemented a servlet filter, but need to discover the class name of any servlet class that gets executed.
    Ive dug through the spec and cant seem to find any path to do this.
    Seems the methods needed to do this have been deprecated. (for security reasons?)
    Is there any way to write a ServletFilter to grab this info?
    If not, is there any other way to capture every servlet execution in the container, time its execution, and log the class name along with the execution time?
    (***WITHOUT*** requiring a classpath over ride of any container provider classes)
    Any help is much appreciated. Been banging my head against this for some time now :(

    request.getServletPath() returns the part of the URL which refers to the servlet. It isn't the classname of the servlet but it should be a reasonable surrogate. If you log that, then you could write some code which reads your web.xml and uses the servlet-mapping elements to convert it to servlet class names later.

  • How to download the values to excel from spool sap abap

    Dear All,
    I am facing  a problem in downloading the Zreport to excel file ( where it consists of 95 fields) ,
    1.if am running the report in foreground and downlaod to excel file , the all 95 fields are upadting in excel file .
    2.if i am schecduling the programe in background and saving inspool, then form spool , i am download to excel file , at that time some of the fields are overllapning ,
    for this i want to download t o excel file without overlapping fields,
    can any one suggest , how to do same procedue.
    regards,
    manoranjan

    Hi,
    whenever you click on Excel download option select spreadsheet instead of unconverted
    There is a possibility of download the spool file as txt-file. .
    Use Tranx SP01 - select the spool entry -->"spool request --> forward as text . You will find the file in your SAP work directory as <sid><spool#>.
    or use fm RSPO_DOWNLOAD_SPOOLJOB.
      Download in Background in Excel Format
    How to download the data in excel format directly while executing in background mode? 
    If you will execute it in bacground with ws_download or download, it will be aoutomatically cancel. so what is the procedure to do this.  How is can directly read the spool from program?
    Download from background is possible, if you could setup the environment
    1. create a custom table first
        Table  : Y001
        Displayed fields:   4 of   4  Fixed columns:
           MANDT BNAME       Y_SITE    Y_PATH
           010      <userid>     <site>      cd <novell_path>
    2. rewrite ws_download to z_download (light modification required, see attachment)
    3. ask your basis team to make a copy of command FTP and CHMOD to ZFTP and ZCHMOD resp., make the setting according to your environment.
    Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of code
    Hope this will will helps you,
    Thanks and Regards,
    Manjunath M
    Edited by: manjunath4sap on Dec 23, 2010 6:20 PM
    Edited by: Rob Burbank on Dec 23, 2010 9:02 PM

  • Going Back to the main frame, from inside a movie clip time line.

    In flash CS5 I want to go back to the main time line, from inside a movie clip button, so when i click the the movie clip it goes to another frame on the main time line..
    Can anyone help me?
    Thanks
    Daniel Derrick

    your can use _root to reference the main timeline from anywhere though that can lead to problems if your swf is loaded by another swf.  because of that eventuality, it would be better to use a relative path back to the main timeline.
    so, from a movieclip's timeline (when the movieclip is on the main timeline), you can use _parent to reference the main timeline.
    but even better would be to use no code on that movieclip's timeline and keep all your code on one timeline (the main one).

Maybe you are looking for