Frame texts view via web in SAP SEM-CPM-MC

Hi
I have an error message when use the UMM_PRES_WEB transaction for Management Cockpit (BW-SEM-CPM-MC): there are hieroglyphs in frame title instead of normal cyrillic when i'm trying to view some frames via WEB in russian language, or when i'm using english language i see normal text but it does't have right format. Another texts view correct even in cyrillic.
Version of system: SAP_BW 700 0016

Hi
I have an error message when use the UMM_PRES_WEB transaction for Management Cockpit (BW-SEM-CPM-MC): there are hieroglyphs in frame title instead of normal cyrillic when i'm trying to view some frames via WEB in russian language, or when i'm using english language i see normal text but it does't have right format. Another texts view correct even in cyrillic.
Version of system: SAP_BW 700 0016

Similar Messages

  • Font size of text view in Web Dynpro ABAP

    Hi Experts,
    How to increase the font size of a text view in Web Dynpro layout. I have tried the 'Design' property of the text view and made it 'Group Title', But i want even bigger font size.
    Pls suggest.
    Thanks,

    >
    Naresh Kumar Malik wrote:
    > Hi
    >
    >
    >
    >
    > You can use <h1> HTML tag. Here
    > concatenate   '<h1>'  item_eform_reqno '</h1>' into head.
    >   wd_context->set_attribute( exporting name = 'EFORM_HEAD' value = head ).
    >
    >
    > Here attribute EFORM_HEAD is bounded to the text view element.
    >
    > Regards
    > Naresh
    This should NOT work!  The UI elements should safe encode all input values - thereby eliminating the value of any HTML tags. If you system isn't doing this already then it is a bug and if you rely on such a thing it will stop working at some point in the future.
    You are basically restricted to different values available via the design parameter.  The overall font sizes come from the underlying themes and the client applications (browser or NetWeaver Business Client) that host the Web Dynpro Application.  Therefore no direct specification of the font size is possible in order to stay within the controls of theme.  If you don't like any of the designs available, you might consider altering the Portal Theme you are using - but that is a rather drastic approach.

  • How to add many lines in the Text View in Web Dynpro

    Hi friends,
    I have one Text Edit in Web Dynpro. I need to show the result of FM READ_TEXT in Text Edit View element, without lose the text format.
    Cardinality of my node is 0:n and attribute datatype is string_table. after assigning the values using bind_table method, I am getting only the first row of the read_text returns...
    By
    deva

    Hi Deva,
    Text View is not meant to be bound to string_table. Create a string instead and convert that string table into that string with
    <br>
    between each row of string table. TextView component will make <br> into new lines. Code will be similar to following.
    DATA: ROWS TYPE string_table,
          top type string,
          result type string.
          loop at rows into top.
            concatenate result top into result separated by '<br>'.
          endloop.
    Now bind this result string to the text view component. It ll work. Hope it will be helpful for you.
    Regards,
    Fareez

  • Web Cockpit developent (SEM-CPM or VC or something else)

    This question is intended for SAP Development team or Product management team. We are looking to make a strategic decision about the tool set to build BI Cockpit on the Web.
    SAP has competing technologies, which can deliver the cockpit on the web and as a customer we need to make a choice that is right for at least next 3-5 years. We do not want to develop the cockpit using the technology that is not moving ahead with SAP development.
    Our current environment: BW 3.5, EP 5.0 system. Plan to upgrade EP 6.0 in next 3 month.
    As per my understanding, following are the tools that can be used for development of web cockpit.
    1)  Web Application Designer with or without any Java scripting.
    2) SEM-CPM (Corporate Performance Monitor).
    3) BSP (Business Server Pages) /HTMLB - 
    4) Visual Composer with EP.
    Customer’s business team has seen SEM-CPM and inclined to use that. As a IT team we want to choice the right tool set.
    Following are my questions:
    1) SEM-CPM: Does it have good foot print at SAP Customer base? Is it good tool to develop the Cockpits as primary tool set? Is SAP developing this technology in the future? I have not seen any updated white paper or documentations in service.sap.com after 2003.
    OR
    2) Visual composer is the right tool. Visual composer allows the BW and Non BW Data presentation. For our purpose, all data will be in BW and BW queries will be the only source for the cockpit.
    As IT team, we want to avoid using Java Script or other programming process because of the support & maintenance issues involve.
    Please help and provide comment or suggestions.

    Hi,
    SEM-CPM is not a very flexible tool. We have to live with its limitations. We cannot customise to suit client needs. There are limitations in chart types also. If customer uses excel based charts for metrics currently, check whether they are possible thro' CPM. Please also check the latest version of SEM-CPM.
    I would request to considering other alternatives as suggested ike Web cockpit based on Web Application Designer with or without any Java scripting.likes or BSP (Business Server Pages) /HTMLB or VC (not worked on this).
    reg,

  • SAP - SEM-CPM (cockpit)

    Hi all,
    I have implemmented a SEM-CPM system in my company, what ussually was done in a 25 queries, now is done in a cockpit, but it lasts too much (around 8hours), and every user that wants to access to it, has to wait this time. Is there any way to keep these results for different users and sessions?
    I know that it can be calculated evry logic view independiently, but I would like to execute every one at the same time, and keep this data for different ussers and sessions, so they can navigate throught a past calculation of results, and refresh these results as wanted. Is this posible?

    Someone has suggested me "information Broadcasting".
    But Information broadcasting is typically used to publish and persist reports for multiple users. Can this also be applied to SEM-CPM's results for the frames?
    PLease, help me, it is quite important.
    Thanks in Advance.

  • How to allow cleanup actions to be taken by a reentrant clone before it is killed, when viewed via web server, because of a browser close?

    Here is a question I'm having to luck with.  I have a VI, set to be reentrant, which is published via the web server.  The main VI instance is never interacted with: it makes a clone every time someone navigates to the proper URL, and the user interacts with the newly created clone (never the main instance).  A clones is capable of configuring and calling instrument VI's when proper login credentials are entered, which results in browser popups that are controllable on the user's end (though only one user is ever doing this at a time. To clarify, multiple clones can be open simultaneously for login purposes, but only one user is ever interacting with the instruments, which aren't themselves reentrant). 
    If the user clicks my custom logout button in their browser, it is trivial to close these other, independent instruments and clean up properly.  But if the user simply clicks the red X in their browser, there is no graceful shutdown and the instruments which the clone called stay open on the server, when they should be closing.
    My experience so far:
    No panel close? event seems to be triggered in the clone.  The clone simply ceases to be.
    The remote_panel_connections property doesn't seem to work correctly in this instance (I haven't had any luck so far), since it is possible for more than one clone to be active, and the main parent that is spawning the clones stays running but isn't interacted with in any way.
    What I Need:
    A way for the clone VI to recognize that the user has closed their browser, and communicate that it is closing to all active VI's before terminating.
    I would like to avoid forcing the instruments that the clone calls to poll constantly to see if the clone VI is present on the network.  If there is no other solution but this, I would appreciate a suggestion as to the least resource and code intensive way to implement this type of polling, as the instruments are really meant to be totally independent entities after they are called, rather than sub vi's. 
    Thanks for any input, let me know if more information is needed.
    Solved!
    Go to Solution.

    Hey MTdev,
    Panel close? events cannot be triggered on a VI being viewed or controlled remotely. Some more information on that can be found in the help here:http://zone.ni.com/reference/en-XX/help/371361E-01/lvprop/vi_panel_closeq/.  My suggestion would be to set the Title Bar on the front panel of your remote VI to not be visible so that their only option for closing the window is to click the logout button.  Are you using Remote Front Panels(http://zone.ni.com/devzone/cda/tut/p/id/3277) to do this instrument control?  Using remote front panels allows you to manage a lot of the multiple people accesssing at the same-time type issues so it may be something to look into if you are not already using this method.  
    Regards,
    Kevin
    Product Support Engineer
    National Instruments

  • Help with exporting Deski to text file via Web Intelligence

    We are currently converting from BO version 5 to BO XI rev2. I have a report that must be scheduled to a flie in plain text format. I am using a deski report. When I save as to text, the file is fine. When I schedule it in webi, the file seems to be missing the end of line character for each row in the table, so it cannot be used for an import to another program. Can anybody help with this?-

    well, in that case you need to determine if this issue only happens with a perticular report or all of them, if it happens only with reports imported from 5.x or with newly created reports as well.
    Looks like it is happening only when report is exported from Infoview, not in the Deski client. This might indicate a problem at the Web Apllication server (tomcat or one you use).
    If this issue is happening with any report - it might be a bug. In that case you have no options as there are no more patches for XIR2.
    On the other hand - if all you need is to extract data for consumption in another tool , why not use Data integrator instead ?
    Also, if this desn't work in Deski - does it work if you convert your reports to webi and export from those ?

  • Add new Text view in Web UI Transaction

    Dear all,
    In WebUI for Opportunity Entry there is a Notes box (right below Opportunity Details).
    In this Notes we can enter a text and it will saved under first Text ID assign to Text determination for
    this particular transaction type (opportunity).
    Seems that this is the SAP standard, where the first Text ID (according to the sequence assignment in
    Text Determination) will be set for this Notes. We cannot define which Text ID for this Notes box unless
    we set the sequence in Text Determination (set the sequence as 1 or put as first sequence).
    Now my question, can we add another Notes box as and assign it to specific Text ID in WebUI development?
    Rgds,
    Gun.

    Hi Carsten,
    First thanks for the reply and I like the spirit !
    I have few clarification on steps you have mentioned there :
    1. In the runtime repository copy the part for component usage CUGSTextNotes.
        In Runtime Repository Editor I found ComponentUsage CUGSTextNotes but I cannot do any copy here
        I expand the subtree there is Used Component GSTEXT, right-click here also there is no copy option.
    2. look at method WD_USAGE_INITIALIZE for the componenet usage CUGSTextNotes
        Do you mean method WD_USAGE_INITIALIZE from component controller BT115QH_SLSQ ?
        in this case class : CL_BT115QH__BSPWDCOMPONEN_IMPL
    3. In TEXTATTR there is method ON_NEW_FOCUS and inside has following codes:
      ls_attr-textproc = ls_proc_type-text_procedure.
      ls_attr-textobj  = 'CRM_ORDERH'.                          "#EC NOTEXT
      ls_attr-langu_attr_name = 'TDSPRAS'.
      ls_attr-ident_attr_name = 'TDID'.
      ls_attr-lines_attr_name = 'CONC_LINES'.
      ls_attr-parent_entity   = lr_ent->get_related_entity( 'BTHeaderTextSet' ).
      ls_attr-parent_relation = 'BTTextHAll'
      Does it mean I have to specify myself a text ID (for example text ID Z001 ) ?
      something like these (which one ?)
      ls_attr-FILTER_IDENT = 'Z001'.
    OR
      ls_attr-TEXT_IDS = 'Z001X'.     '(this is line type)
    Regards,
    Gun.

  • Connecting to exchange server via web interface?

    Employer's exchange server has IMAP disabled and IT will not consider adding activesync for iPhone 2.0. Using the web interface via Safari is way too hard on an iPhone to be practical except in emergencies.
    Question: The new version of Entourage allows for retrieval and sync through a connection to the exchange web interface. It behaves just like it's connected directly to the exchange server, but is hitting exchange's web server.
    Is there anything like this for iPhone? Any way to retrieve mail into the native mail application (rather than web app) by polling the exchange web server?

    A few things. Neither will give you the functionality you seem to be after.
    1) Use Exchange OMA service (text based view via web) very quick compared to the full image web based application. Has read/write functionality but you are not going to want to write an email via this.
    2) Outlook 2007 supports http: access. You could use that to pull the data from your work account to say a home PC and sync your iPhone (albeit once a day).
    3) Ask them to install iTunes 7.7 on your work PC so you can sync (I think I know how this would go down in a company )

  • Org Management Update via web

    does anyone know a solution to update org. mgt data via a web serice (some kind of PPOME via web) ?
    --> SAp service available ?
    --> supplyer ?
    --> specific developement ?
    thanks in advance for your answers.
    KR
    Joachim

    Hi Joachim,
    Nothing in the SAP Standard and also Org.Publisher is only for Publishing not editing.
    Also the third party certification available now with HR-OCI (see note 846057 and 931794) are only for displaying not editing.
    Might be that all the checks that have to be done to validate the input end up in more or less what PPOME is.
    Regards,
    Michael

  • Event for text view

    Hi Experts,
    Is it possible to trigger an event , such that when one of the data in textview is double clicked , in the event i want to capture the value of the data
    that was double clicked , for example if I have a data '20' , it should trigger an event when it is double clicked and in the event is should be able to hold the value of 20
    and pass this to some local variable for further processing .Please let me know if this is possible .
    Note: TextView is created dynamically
    Regards,
    Sanju

    Hi Sanju,
    As per my knowledge there is no action available for Text view in Web Dynpro for ABAP.If you want to know about this you can check in this class CL_WD_TEXT_VIEW here you dont any have method of thpe Event Handler.
    Also check properties of Text view you dont have any action for this UI element.
    Thanks
    Suman

  • How to find a text in the Frame maker document via script?

    How to find a particular text in the Frame maker document via script?

    johnsyns wrote:
    Why it doesn't work for the other days? When i tried to change the days other than wednesday. it return nothing.
    Reason why Justin's code does not work for other days is date format mask DAY returns day blank padded to 9 characters which is the longest day name which, yes you guessed right, is WEDNESDAY. You either need to blank pad or use format modifier FM:
    SQL> select *
      2    from (SELECT TO_DATE(SYSDATE+ROWNUM, 'DD-MON-YY') dt
      3            FROM DUAL CONNECT BY ROWNUM <= 27)
      4  WHERE TO_CHAR(dt,'DAY') = 'TUESDAY'
      5  /
    no rows selected
    SQL> select *
      2    from (SELECT TO_DATE(SYSDATE+ROWNUM, 'DD-MON-YY') dt
      3            FROM DUAL CONNECT BY ROWNUM <= 27)
      4  WHERE TO_CHAR(dt,'DAY') = 'TUESDAY  '
      5  /
    DT
    07-APR-09
    14-APR-09
    21-APR-09
    28-APR-09
    SQL> select *
      2    from (SELECT TO_DATE(SYSDATE+ROWNUM, 'DD-MON-YY') dt
      3            FROM DUAL CONNECT BY ROWNUM <= 27)
      4  WHERE TO_CHAR(dt,'FMDAY') = 'TUESDAY'
      5  /
    DT
    07-APR-09
    14-APR-09
    21-APR-09
    28-APR-09
    SQL> SY.

  • SAP BW query view deletion in Web/ "Delete Query view" in web

    Dear All,
    We are using the standard template: BW web analyzer (0ANALYZER). In this standard template, SAP provided two links "Save View" and "Open View" for creating new query views and opening existing query views respectively. However, no oppurtunity was provided to "delete query views".
    We would like to have an oppurtunity to delete the query views as well from Web. (currently we are deleting the unwanted query views from Bex analyzer, as per the request from business users - who have access only to the web reports).
    Would be great if you can suggest some solution to this problem.
    By the way, We would not like to use the standard "Query view selection" web item. (as it creates user specic local views only).
    best regards.

    Hi atlaj
    There is a Function Module called
    CALL FUNCTION 'RZX2_OBJECT_DELETE'
    you can make yourselves a little ABAP with.
    Hope this Helps.
    Best Regards
    Armin Baggenstos

  • EXCEL Web Query  - load into SAP via Web dynpro or standard ABAP

    Hi everybody
    I was wondering if you can run an EXCEL WEB Query from abap and then upload the data retrieved from the web into SAP using either a web dynpro application or standard SAP.
    For standard ABAP one could probably run the EXCEL web query by executing some code such as
    call method cl_gui_frontend_services=>execute
    exporting
    document = 'your excel web query file'.
    You could then save the data and using GUI_UPLOAD get it into sap.
    I'd really like to do it via a web dynpro application.
    Any ideas anyone.
    For guys who've never used EXCEL web queries --quite easy.
    Open EXCEL
    go to Import External Data
    Choose New web query
    Enter URL of where you want to retrieve your data from such as YAHOO finance etc.
    For example to get the components of the Dow Jones Composite Index (^DJA) use this url
    http://finance.yahoo.com/q/cp?s=%5EDJA
    click the yellow arrow on the table data you want to import. The arrow will turn Green and press IMPORT
    Then enter the cell number where you want to start importing data
    Hey presto you've got your data from the web.
    Cheers
    jimbo

    when you create a new webquery, in the properties, you can set when the page should refresh (data fetch to happen), you can set that to refresh at file open.
    then you can use either OLE or gui_upload to upload the excel to read the data.
    have couple of question:
    why do you want to choose excel webquery ?=> is it because the ability to get unstructured data from the web?
    what sort of data you are trying to read from the web?=> most of data centric sites (forex, stock quotes) will have either RSS feeds or some web APIs to get data which can be easily consumed by ABAP
    Regards
    Raja

  • Deletion of QUery view via Query Designer or via Web interface

    Hi,
    We have deployed SAP BI 7 with Web access only for user.
    Only some Key users are allowed to use Query Designer.
    In fact, all users can create view through Web analyzer. However, they have no way to delete these views.
    It appears that view deletion is only available through Bex Analyzer...
    Does anybody know a way to delete view from Web analyzer or at least through query designer ?
    Thanks for your answers,
    Regards
    Erick

    hi,
    If you want to delete the view in web then you need to change your web template
    http://help.sap.com/search/highlightContent.jsp
    Check the following links
    Web Application Designer for Beginners
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    Web Application Solutions: A Designer's Guide
    http://www.lukew.com/resources/webapplicationsolutions.pdf
    http://sap.ittoolbox.com/groups/technical-functional/sap-solution-manager/bw-web-application-designer-1955944
    Feautures of WAD in 7.0
    http://help.sap.com/saphelp_nw70/helpdata/en/88/4d354277dcb26be10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5c46376d-0601-0010-83bf-c4f5f140e3d6
    regards
    abi

Maybe you are looking for

  • Output from Web Analysis Related Content will not Export to Excel

    I have Web Analysis reports, data in which is sourced from an EIS database. I have drill thru reports that are accessible from "Related Content". The resulting report is created fine, but cannot be exported into Excel. Specifically, I'm prompted for

  • Error in Simple Search

    i have created simple page with simple emp search. i have created query region(construction mode is autocustomizationcriteria, for that i have created query components(simplesearchpanel and simplesearchmapping) and i am searching based on empno. when

  • Fastest way to load csv into oracle BE table

    I have csv file which is having 10 million records in it . what is the fastest approach to load this data to oracle BE table . I am using Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Min

  • Encapsulating Data in XML Output in CDATA tags

    Hi, I have a simple pdf fillable form that I created in LiveCycle Designer ES that saves/submits form data as XML for parsing into a database.  The database parser requires all form data to be encapsulated into CDATA tags inside the XML fieldnames or

  • ESS Leave Request in UWL not launching

    Hello, We are trying to configure ESS\MSS, and currently stuck at the step of Leave Request\UWL configuration.  u2022     We have configured UWL with the backend system (WebFlow Connector).  We can register the system successfully. u2022     In IMG,