SLCM BSP Applications and Firefox 2 Support

Hi,
I have looked through the Web browser support grid in the NW 7 documentation from the Product Availability Matrix, and also have read note #598860. From these I was unable to infer what the current and future status of Firefox 2 support is for the SLCM BSP applications, especially PIQ_AUDIT (and the Advisor UI that is supposed  to be available).
Is there any definitive source of information about Firefox support in SLCM 6.x? (Firefox 2 support is broken for the PIQ_AUDIT application in SLCM 4.72, and I need to make sure that students with this browser can use PIQ_AUDIT for self-service in SLCM 6.x.)
Thanks,
Eric
P.S. I saw the information about how Safari is treated as IE 6. But, it would be nice to know explicitly that this browser is fully supported as well.

Note #598860 has apparently been updated, and Firefox >= 2.0 is considered officially supported for DESIGN2003-based BSP applications.
Chances for official Safari support do not look good however.

Similar Messages

  • BSP Applications and Validations

    Hi Gurus,
    To find all the  Custom  BSP Applications and Validations ,is there any table to get all that stuff.
    Regards,
    Venkat
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 15, 2011 2:06 PM

    Note #598860 has apparently been updated, and Firefox >= 2.0 is considered officially supported for DESIGN2003-based BSP applications.
    Chances for official Safari support do not look good however.

  • File Upload in BSP Applications and store in Application server

    Hi we have requirement to store the attachments from BSP application into the external/internal storage space connected to application server.
    I search for weblogs and all talking about <a href="http://help.sap.com/saphelp_me21sp2/helpdata/en/eb/8c683c8de8a969e10000000a114084/content.htm">File Upload in BSP Applications and store in MIME Repository</a>.
    But our requirement is upload and store(no need to read the file content) attachments from BSP page into file server, and then make a link back in BSP page to open.
    I know we can handle documnets in R/3 using DMS, but our system is SRM.
    Please give a suggestion and solution.
    Thanks,
    Giri

    Hi,
    I faced a similar problem some time ago (uploading a file via BSP, storing it to the application server and then linking the archived document to a business object.
    Here is the coding I used:
    when 'SubmitUploadFile'. "OnInputProcessing
        DATA: data_fileupload TYPE REF TO CL_HTMLB_FILEUPLOAD,
              l_filename type string,
              l_archiv_doc_id type SAPB-SAPADOKID,
              l_content type string,
              l_file_ixos(100) type c value '/transfer/PV2/aus/IXOS/',
              l_file(200) type c,
              tbl_bin TYPE STANDARD TABLE OF tbl1024,
              wa_bin type TBL1024,
              l_xstring type xstring,
              l_arc_doc_id type SAPB-SAPADOKID,
              l_doctype type TOADD-DOC_TYPE,
              l_filename_e type DRAW-FILEP.
    upload the file from the BSP web interface (e.g. file C:TempSUTestPDF_SU.pdf)
        data_fileupload ?= CL_HTMLB_MANAGER=>GET_DATA(
                                           request = runtime->server->request 
                                           name    = 'fileUpload'
                                           id      = ‘InputFieldFileUpload’
        IF NOT data_fileupload IS INITIAL.
          l_filename         = data_fileupload->file_name.
          l_content      = data_fileupload->file_content.
          l_content_type = data_fileupload->file_content_type.
        ENDIF.
    The uploaded file is returned as XSTRING, so we have to convert it to BINARY
    (or STRING alternatively)!
        l_xstring = l_content.
        CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
          EXPORTING
            BUFFER          = l_xstring
            APPEND_TO_TABLE = 'X'
          TABLES
            BINARY_TAB      = tbl_bin.
    split path for storing the file to the application server
        l_filename_c = l_filename.
        CALL FUNCTION 'CV120_SPLIT_PATH'
          EXPORTING
            PF_PATH  = l_filename_c
          IMPORTING
            PFX_FILE = l_filename_e.
    write the uploaded file to the application server
        l_filename = l_filename_e.
        concatenate l_file_ixos l_filename into l_file.
        open dataset l_file for output IN LEGACY BINARY MODE.
        loop at tbl_bin into wa_bin.
          transfer wa_bin-line to l_file.
        endloop.
        close dataset l_file.
    store the uploaded file on the IXOS-archive
        l_doctype = l_content_type.
        CALL FUNCTION 'ARCHIVOBJECT_CREATE_FILE'
          EXPORTING
            ARCHIV_ID                = '2T'
            DOCUMENT_TYPE            = l_doctype
            PATH                     = l_file_arc
          IMPORTING
            ARCHIV_DOC_ID            = l_arc_doc_id
          EXCEPTIONS
            ERROR_ARCHIV             = 1
            ERROR_COMMUNICATIONTABLE = 2
            ERROR_UPLOAD             = 3
            ERROR_KERNEL             = 4
            OTHERS                   = 5.
    link the archived document to the business object ‘DRAW’
        CALL FUNCTION 'ARCHIV_CONNECTION_INSERT'
          EXPORTING
            ARCHIV_ID                   = '2T'
            ARC_DOC_ID                  = l_arc_doc_id
            AR_OBJECT                   = 'DRW'
            OBJECT_ID                   = g_object_id_arc
            SAP_OBJECT                  = 'DRAW'
           DOC_TYPE                    = l_extend
         EXCEPTIONS
           ERROR_CONNECTIONTABLE       = 1
           OTHERS                      = 2.
    Remark: It´s vital to convert the uploaded file from XSTRING to BINARY. Otherwise the file cannot be stored/archived properly.
    The archived document can then be displayed by inserting the (IXOS-web client-)link to the BSP page (e.g. http://193.228.208.78:4060/archive.dll/get?arc=2T&doc=44439F1B4F701E65E1000000C1E4D00A).
    Hope this helps!
    Regards,
    Ulli

  • Fonts under gtk2 applications and firefox

    I got a 23" wide screen LCD monitor (I used to be on a 17" LCD monitor).
    fonts in Qt4/KDE applications look wonderful on both screens.
    KDE and the fonts are just beautiful now on a wide screen.
    But gtk+ applications and firefox fonts look like poo (used to look fine on old screen). I'm guessing this is a limitation in pango?
    if so, how do I work around it? any patches or whatever for pango?
    Last edited by hussam (2013-02-27 11:24:51)

    Put this in .Xresources (create it if it isn't there):
    Xft.autohint: 0
    Xft.antialias: 1
    Xft.hinting: true
    Xft.hintstyle: hintslight
    Xft.dpi: 96
    Xft.rgba: rgb
    Xft.lcdfilter: lcddefault
    Adjust according to preferences: hintslight, hintfull, hintmedium, rgb, grayscale and so on. Basically, recreate the values in your KDE font preferences panel. Run
    xrdb -merge .Xresources
    . If it still doesn't work, create a file named .fonts.conf in ~ and put this in there:
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font" >
    <edit mode="assign" name="rgba" >
    <const>rgb</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hinting" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hintstyle" >
    <const>hintslight</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="antialias" >
    <bool>true</bool>
    </edit>
    </match>
    <match target="font"><edit mode="assign" name="lcdfilter">
    <const>lcddefault</const>
    </edit>
    </match>
    </fontconfig>
    I'm guessing your LCD filter value isn't set. You may need to log out and back in. I had the same thing happen in Gnome. Vanilla freetype has better rendering than any of the patched packages IMO, it's just a matter of tweaking.
    Last edited by elkoraco (2013-02-27 12:13:03)

  • Table to store the list of BSP Applications and View Names

    Hi,
    Please let me know the tables used to store the list of BSP Application and the corresponding View Names.
    Thanks and Regards,
    Pavithra

    Table name is O2PAGDIR.
    ~Salil

  • I use Norton Security, a pop window appears to enter my password so that all log-in names & password will be automatically entered for all applications, will Firefox 4 support this feature?

    In Norton Security, there is a feature called "Web Protection Log In" where a pop window appears then I enter a password only once as soon as I log in. This feature will automatically fill in my log-in name and password to all applications I use just as ATT.net. Will I be able to have this feature in Firefox 4 ?

    You're welcome.
    Please click the '''Helpful''' button next to the answer that solved your Firefox support issue, '''when you are logged in''', so this thread gets marked as '''Solved'''.

  • Photoshop CS is a Powerbook application and isn't supported in Lion

    Is there anything I can do? I just bought a new MacBook Pro today because my MacBook Air (Snow Leopard) is having problems (my fault), and I discover that Photoshop application (CS1) doesn't work in Lion. I can't afford to buy another Photoshop and I only use it for my own personal use, not for work or anything, and the CS1 version has been excellent for that over the years. I am really disappointed by this, and I really did not want to change operating systems for this reason (because of compatibility issues arising).
    Is there any program like Rosetta that I can install? I don't know much about Lion. I am familiar with Snow Leopard as I've used it for three years and it has been really good, no compatibility issues with programs from my old Powerbook.
    If I can't use Photoshop that will mean a lot of decrease in the quality of the utility of using this new computer. I wish I had bought a second hand MacBook Pro or something like that with Snow Leopard on it. As I've said I've had VERY few issues with Snow Leopard.
    There are other applications that are cheap or free that I can use instead of PS but I have gotten used to PS and I don't really want to learn how to use another application.
    Is it possible to use PS by sticking the external hard drive with the backup of Snow Leopard stuff from the MacBook into the USB port of the new computer and then using it that way? I can move files I need to work on over to the external drive.

    I tried to get an upgrade. I was told in an email that it's not possible to upgrade to CS 4 or 5 from CS1. I wasted a lot of time trying to upgrade because on the Adobe website, they say it's possible but you can't find the upgrade. I spent two days trying to buy and download the upgrade, and then sent an email to Adobe support. That was their reply.

  • ADF 11.1.1.6 application and IE 11 Support

    Hi All,
    I have application developed using Jdeveloper-11.1.1.6. As per the current understanding application developed using this version will be supported only upto IE 10.
    Now the Issue is we would like to support our application for IE 11. Is there anyone who has came to same situation and got the solution.
    Thanks in Advance.
    Vijay

    Fresh from support.oracle.com: Patch 17959515: MERGE REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 17236592 17723555
    You need to open a SR and ask for the patch.
    Timo

  • Interfacing in BSP application and MS Outlook

    Hi All,
    I am working on an application that requires interfacing with outlook to retrieve mails.
    The exact requirement is:
    1. the application should be able to read all unread mails in the MS-Outlook.
    2. the mail contents should be analyzed.
    3. contents and the attachments should be posted to the application
    Any help will be appreciated.
    Thanks in advance
    Pragya Vatsa

    Hi Eddy
    Thanks for your response.I have followed the weblog. But my problem is still not solved.
    I did the following:
    1. I set the user.
    2. I configured the SAPConnect Node in Transaction SICF.
    3. I have created an exit as mentioned in weblog to      create reply mails.
       and also set that exit in SCOT-Settings-Inbound   Processing.
    but I am not able to recieve the replies.
    Could you suggest me how to debug and get to know whether my exit (that I have set in Inbound Processing) is being processed or not on receiving mails.And if that is not being processed how can I come to know the root of problem?
    Thanks and Regards,
    Pragya Vatsa

  • BSP application and IC WinClient - put parameters

    hi,
    We are working with the IC WinClient (transaction CIC0),
    We know how we can get parameters from url:
    http://host.domain.ext:port/url.htm?p1=v1
    via
    request->GET_HEADER_FIELDS
    But, we dont know how we can PUT parameters from IC WinClient to BSP URL  p1, p2....
    for example we want put partner to URL from cic0.
    Does anybody know if we have to modify the standard transaction to do that? how? is there another way?
    Thanks a lot.

    Closed.

  • Javascript error calling a bi 7.0 webapplication from a bsp application

    Hi everyone,
    This is the scenario we're facing a javascript error :
    Enterprise Portal is calling a custom bsp application ( via an iview in the enterprise portal ) in the bi system with a parameter "template_id" and a value, which is the technical name of a bi web application.
    The bsp application is evaluating the parameter by some custom code and creating a html page with a redirect or a maintenance message to the bi web application passed with the parameter "template_id".
    The html link to the bi web application is created according to this documentation :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/03d4ac801467e6e10000000a1553f6/content.htm
    Purpose of the bsp application :
    in the bi system there is a database table to maintain a flag for each webtemplate and infocube, which should not be called via the enterprise portal for a certain time ( some kind of maintenance switch ). The bsp application then decides to show a maintenance page for the called webtemplate or to send the redirect page to the client.
    The process described above is :
    working with the bi 7.01 sp7 in the bi ( enterprise portal sp22 ) in the productive system.
    working in the Q&A system bi 7.01 sp8 with bi 3.5 web applications.
    not working in the Q&A system bi 7.01 sp8 with bi 7.0 web applications.
    The javascript error calling bi 7.0 web applications is :
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET4.0C; .NET4.0E)
    Timestamp: Mon, 6 Jun 2011 09:11:04 UTC
    Message: Object doesn't support this property or method
    Line: 96
    Char: 11
    Code: 0
    URI: https://mlptb1.mlp-ag.com:58001/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=B_221_002_KUNDEN_POSTEN_AD
    We've opened a message. Support center is saying that this method isn't supported by sap. We should ommit the bsp application and the used functionality.
    Is there any way to find out, what is causing this object is missing ?
    Is there another way than a bsp application to use this custom maintenance function in the described system setup ?
    system components :
    production system
    SAP NetWeaver 7.0 Portal SP22
    SAP BI 7.01 SP 7
    q&a system
    SAP NetWeaver 7.0 Portal SP22
    SAP BI 7.01 SP 8
    Kind regards.
    Dirk

    Hello everyone,
    we did some further analysis on this problem und we think we found the problem.
    The error occurs while trying to execute the standard url for web templates inside a Enterprise Portal Frame, for example
    https://XXX:XXX/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=XXX
    While executing the URL a HTML-Page with some embeded Javascript-code is sent back to the browser.
    In this Javascrip-Code, the method-call "dsmObj.registerAll" leads to a script error in Internet Explorer.
    dsmObj.registerAll("pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex", "GUSID:6FC9SuhGDPIMMLwOdeHEIg--_7WQud13yeLJDz2kYoQFSg--", "1307605928212");
    In SP7, the method "dsmObj.registerFullKey" is called instead of "dsmObj.registerAll". This has changed in SP8.
    dsmObj.registerFullKey("GUSID:iBPvyska9*xE_JBalkQG2g--YyKv2C3NToP0I79Mw7EO8w--", "1307606479963");
    The object "dsmObj" seems to reference the parent frame of the Enterprise Portal.
    Has anyone seen this before? Any ideas how we can fix this?
    Kind regards,
    Matthias
    Edited by: Matthias Keller on Jun 9, 2011 2:07 PM

  • Rename a BSP Application

    Hi All
    Is it possible to rename a BSP Application
    I have right clicked on the BSP Application and i didn't the rename option available there.
    Thanks and Regards
    Veda

    This operation is not supported for BSP's. You can just copy the current BSP to the required name and delete the old one (or leave it as it).
    Regards, Kathirvel

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting value from portal or bsp application to selection screen parameter

    Daer SDNer's.
                           Is there any possibility of getting value from bsp application and that value to be passed to selection paramater of bw query varaiable.
    concept as follows.
                                    report is based on vendor related information. particular vendor having user id in bsp or portal for accessing reports. if he selects bw query in portal or bsp dash board. that same vendor name or id shoukd be pass to default vendor selection entry in bi... so only that particular vendor details should display.....
    Harikrishna

    Dear Arun,
                      thanks for the reply. can i dynamically get the values to selection parmaters from bsp or else i need to mantain those user ids(vendor name) in bw. could you explain on it. if possible provide some sample code on it.
    Thanks
    Harikrishna N

  • Create a table view in my BSP Application!.

    Hi All,
    I am using CRM version 4.0 here i want to crate a new table view in my own BSP Application and want to display in the CRM_IC Application.
    The problem now i am facing is.. there is now provision to create the table view via the wizard. I tried to copy the BSP code, changed the code accordingly also i changed the inheritance for the context node class from
    CL_BSP_WD_CONTEXT_NODE to CL_BSP_WD_CONTEXT_NODE_TV.
    i also copied the iterator attribute.
    still the view is coming with an error saying that page have some problem.
    can anyone suggest any easy method to create the table view!.
    or else can you tell me what i have to do further!.
    Thanks n regards,
    sudeep v d.

    Hi,
    The problem is not only at the .htm page!. I think some changes are required at the context node level. for
    here is the BSP code I m using for displaying the table view..
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <%@extension name="xhtmlb" prefix="xhtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <%@extension name="CRM_BSP_IC" prefix="crmic" %>
    <crmic:tray2 id     = "MoreFields"
                 title  = "<%= otr(crm_ic_appl/BuPaAccount) %>"
                 height = "100%,603"
                 width  = "100%" >
      <crmic:trayBody2>
        <crmic:gridLayout cellSpacing    = "1"
                          columnSize     = "1"
                          rowSize        = "10"
                          height         = "100%"
                          width          = "100%"
                          widthPredefine = "TRUE">
        <crmic:gridLayoutCell columnIndex = "1" rowIndex    = "4" >
            <crmic:tableView design          = "STANDARD"
                             width           = "100%"
                             id              = "Address"
                             table           = "//Address/Table"
                             visibleFirstRow = "3"
                             visibleRowCount = "4"
                             selectionMode   = "LINEEDIT"
                             onRowSelection  = "select"
                             fillUpEmptyRows = "TRUE"
                             headerVisible   = "FALSE"
                                           >
              <crmic:tableViewCols>
                <crmic:tableViewColumn columnName = "STREET"
                                       title      = "<%= otr(CRM_IC_APPL/BuPaStreet_t) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "POSTL_COD1"
                                       title      = "<%= otr(CRM_IC_APPL/BUPAPOSTCODE_T) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "CITY"
                                       title      = "<%= otr(CRM_IC_APPL/BUPACITY_T) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "REGION"
                                       title      = "<%= otr(CRM_IC_APPL/REGION) %>"
                                       edit       = "TRUE" />
                <crmic:tableViewColumn columnName = "REGIONNAME"
                                    title      = " "
                                       edit       = "FALSE" />
              </crmic:tableViewCols>
            </crmic:tableView>
        </crmic:gridLayoutCell>
       </crmic:gridLayout>
      </crmic:trayBody2>
    </crmic:tray2>
    In the above code i have given
    table    = "//Address/Table"
    here the 'Address' is defined as a page attribute type ref to the context node class ( CL_CRM_IC_BUPAMOREADDRESS_CN01 ).
    the same class is used in the CRM_IC application works fine!.
    also i entered the attribute entry for the 'Address' in the _CTXT class the view.
    still the same error 'page  cannot be displayed'.
    what could be the problem anyone plaese help!.
    Thanks n regards,
    sudeep v d.

Maybe you are looking for

  • Samsung 4K Tv and MacBook Pro Retina 15" Late2013

    Hello there, i have: This MacBook Pro: http://store.apple.com/us/buy-mac/macbook-pro?product=MGXC2LL/A&step=config This Samsung 4K TV :http://www.samsung.com/it/consumer/tv-audio-video/smart-tv/smart-tv-uhd/UE40HU69 00DXZT I tried to connect the MacB

  • Gradient Tool Bug: Highlights 'Square'

    I was using the gradient tool to reduce some patches of highlights - so I set Highlights to a negative value and as I painted on them - a strange expanded "square" surrounded where I was painting (about 1" square). It mirrored my brush movements and

  • SDO_MAX_MBR_ORDINATE Error

    Hi- We are getting an error when we attempt to use SDO_MAX_MBR_ORDINATE, but not when we use SDO_MIN_MBR_ORDINATE. For instance, this query works: SELECT MIN(SDO_GEOM.SDO_MIN_MBR_ORDINATE(siteGeom.GEOM, 1)) x1, MIN(SDO_GEOM.SDO_MIN_MBR_ORDINATE(siteG

  • Change Tracking many tables

    Hi, I have a number of tables that are all related in some way or another. Lets say there are 20 tables in total here. I need to track changes as they all ultimately will need their changes sending to some other remote database. Is it ok for me to us

  • Preview keeps crashing and there's no preference plist file for Preview in Library. What should I do?

    Everytime I tried to open Preview, it displayed a dialogue saying: "Mac OS X needs to repair your Library to run applications. Type your password to allow this." However, as I typed my password and clicked Repair button, Preview keeps crashing. I tri