Possible to change the charset of a Web Dynpro Application ?

Hello All,
  Does anyone knows if this is possible ? To be able to change the charset of a Web Dynpro application or even changing it dynamically ? Thank you.
from
Kwok Wei

Hello Anilkumar,
  Sorry for not elaborating further again (This is getting to be a habit ;p).
  I have the document on "international of wed dynpro application" but it appears to be more on customising the label fields to reflect the corresponding text in different languages. This is indeed a very cool idea. However, the reason why I am asking if it is possible to change the charset is because (do correct me if I am wrong)I need to display japanese and english characters and to do that I need to change the charset so that Web Dynpro can have them displayed properly. Is this assumption correct ?
  I have actually log a CSN ticket on this query as well and this is the reply "...... My understanding is that with Web Dynpro Java being based on Unicode, we don't need to charset settings. One should be able to display both Japanese and other characters in parallel, automatically, without problem."
  Your comments please. Thank you.
from
kw

Similar Messages

  • Is it possible to change the display order of Apple TV applications on my home screen?  i.e. move Watch ESPN toward the top, move the WSJ to the bottom, etc.

    Is it possible to change the display order of Apple TV applications on my home screen?  i.e. move Watch ESPN toward the top, move the WSJ to the bottom, etc.  That way you won't have to scroll all the way down to the bottom to access an applicaton you use most often.

    Yes. Just select and hold until the app starts to jiggle and then you can move it.

  • Delete a file from the KM in a Web Dynpro application

    Hello,
    We need to delete a file from the KM in a Web Dynpro application.
    We have a file name (filename.txt) and its path (/documents/Test/), how can we completely delete the file from the KM?
    Thanks,
    Gil

    Hi venkata reddy,
    You wrongly mentioned  system admin instead of content admin
    Go to Content administration not in the system administration
    if u delete the file manually in the portal  you can go with
    go to Content administration  -> KM Content -> go to Particular document -> just tick the check box which doc u want delete -> go to selection -> u will find delete .
    Regards,
    P.Manivannan

  • Subtotaling on the fly in ABAP Web Dynpro Applications

    I know that I can programmatically add totals and subtotals to a WD ABAP report, but is there anyway for the users to do it ad hoc?  If not, does anyone know if this is coming in any future release of WD?

    Hi,
    Please see this thread Thomas Jung reply.
    [Arithmetic Operation in ALV|Arithmetic Operation in ALV]

  • Is it possible to change the background of Web Dynpro Views in MDE apps ?

    Hi Team,
    Is it possible to change the Background color of Web Dynpro Views in Mobile Device applications ?
    I have been able to change the cellBackgroundDesign from Transparent o fill1 etc and this change is visible in the desktop application.
    But whenever; I am running this application in Mobile Device, the color change is not visible.
    Also, there is an earlier post given by me for changing the color of rows in Table UI in SAP SRS Mobile Device Enabled.
    Color code logic not feasible in Pocket Browser
    Our Mobile Devices are:
    http://emobilescan.co.uk/downloads/manuals/ppt8800.pdf
    The OS is: Windows 2003
    and the Browser is: Pocket Browser.
    Please give me in any suggestion which I can implement to see the background color change w.r.t, Mobile Devices.
    Thanks & Regards
    Kaushik Banerjee
    SAP Portal

    Hi,
    Have you uploaded your Photobook to Kodak Gallery or Shutterfly?

  • Automate Web Dynpro Application

    Hi
    I was wondering if there is any way to automate the start of a Web Dynpro Application?
    What I need to do is this. I need to basically poll an MS exchange inbox for a mail with a particular PDF attachment and then, if found, upload and save the data to the backend. - with as little user interaction as possible.
    Does anybody know if automating the application can be done and how to do it?
    Thanks in Advance
    Anton Kruse

    CAF Guided Procedures is one solution
    [Documentation|http://help.sap.com/saphelp_nw04s/helpdata/en/33/198141f906040de10000000a1550b0/frameset.htm]
    [Implemeting dynpro callable object|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59]
    [Access Running CAF from Dynpro|The specified item was not found.]
    good luck
    nikhil

  • Problems using remote debugging for Web Dynpro applications

    Hello All,
      Have anyone ever encounter the above mentioned problem ? I am not able to step through my codes nor break @ my breakpoints using the debugging features despite many attempts following the tutorial on "Debuggng Web Dynpro applications". The problem always occur when I click on the Run -> Debug -> "Click on Debug". The debug perspective will show the threads running but my application window dows not appear. Should attempts  be made to "Terminate All" threads and relaunch my apllication again, I will get an error message   saying "Deployment of archive file already running : XXX.ear" Then I will need to wait some 15 mnutes or so before I can try again. Any suggestions ? Thank you.
    The status of my J2EE engine is as stated in the tutorial:
    1) State = "Debugging"
    2) Debug Mode = "On"
    3) Restricted Load Balancing = "Yes"
    4) Productive Use = "No"
      I have posted similar queries under "JDI" and "Web AS General" but did not receive and sugestions.
    from
    Kwok Wei

    Hi
    You should Create and Deploy if you want to reflect the code changes that you just did. However if you just want debug to an existing code then you need not Create and Deploy.
    This can also be done as a two step process where you first deploy from NDS and launch Debug without create and deploy.
    Is the issue that after you launch debug that it does not launch the application window.
    Regards
    Pran

  • Securing Web-Dynpro application with Netegrity

    Hi,
    I'm developing a web-dynpro application that will be secured by Netegrity SiteMinder. SiteMinder is a reverse-proxy that authenticates the user and adds the user details as additional headers to the HTTP stream. According to the documentation I found in SDN with regards to JAAS and NetWeaver it looks like SAP has added callbacks so that I can retrieve HTTP headers in my custom login-module. I've implemented a simple login-module and deployed it, but now am stuck with the following issues:
    (1) I can't seem to be able to debug the module (even when I create a simple HelloWorld.jsp and require the use of this module in the visual administrator, the debugger seems to ignore the break-points).
    (2) I can't find any possibility to configure the engine so that this specific module is required for authenticating my deployed web-dynpro application.
    My questions are as follows:
    (1) Is it possible to use standard JAAS authentication with web-dynpro applications?
    (2) How do I debug JAAS login modules?
    Regards, Chris.

    <b><b>Hi Adrian
    During the Life cycle of your application Your connection will be Released when it is inactive for particular Time (The inactive time limit will be specified in the JCo Pool Settings that would be in milli seconds)
    The RFC Connection can be Monitored using the Gateway process .
    There are Some Predefined Connections in the Gatewway Process and each connection Requires approximately 200Kb of Memory.
    So the memory cosumption of the Gateway process is proportional to the number of Active RFC Connection.
    For More Details Check This
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/85a483cb-0d01-0010-2990-c5168f01ce8a">JCo Connection Pools</a>
    Regards
    Chandran S</b>

  • Call ESS FPM CATS Working time application from non FPM web dynpro application on click of button

    Hi,
    My requirement is to launch ESS Working time application HRESS_AC_CATS_1 from custom web dynpro application.
    ESS CATS working time application is configured in LPD_CUST launchpad.
    I tried using method  cl_hr_navigation_services=>navigate in my custom web dynpro but it did not work.
    Regards,
    Ibrahim

    In case you want to use Launchpad, you can use ABAP class CL_APB_LAUNCHPAD_API. If choose not to use Launchpad, you can use method CONSTRUCT_WD_URL of ABAP class CL_WD_UTILITIES to generate the URL. Specify Web Dynpro application and Web Dynpro Configuration as parameter. Finally create an external window using method CREATE_EXTERNAL_WINDOW that points to that URL.

  • How To Consume UME services in Web Dynpro applications

    Dear Friends,
    I am developing a new web dynpro application in which i want to get the user related information in my dynpro code. I have used com.sap.secuirty.jar file in class path -> lib of my project.
    I have written code sth like this.
    IUser user = null;
    String username = user.getCurrentUser().getSAPUser();
    and defined sap.authentication as a application variable to fetch user creadentials from portal run time.(user logs in to the portal and dynpro application fetches user credentials from portal). When i do this, the login window appears twice and user needs to enter his credentials more than once. If I remove sap.authentication parameter from the application then i am not able to get the user credentials. Could you please tell me the right method of fetching the user credentials in web dynpro application? Do we need to use sap.authentication? do we need to include sharing reference of the usermanagement in our application?
    kindly share your knowledge.

    These might be good places for you to start.
    [User|http://help.sap.com/saphelp_nw04s/helpdata/en/80/45da9619d24b61bb869c31ef3b780a/frameset.htm]
    [Protecting Access to the Web Dynpro Application Using UME Permissions|http://help.sap.com/saphelp_nw04s/helpdata/en/f3/a64d401be96913e10000000a1550b0/frameset.htm]
    -Michael
    Edited by: Michael Shea on Sep 2, 2008 8:24 AM
    Edited by: Michael Shea on Sep 2, 2008 8:25 AM
    Fix link

  • Calling a Web Dynpro application from a web application

    Hi everyone, I've got a problem I hope someone can help me resolve.
    What I wanna do is to show a login form, which is part of a J2EE web application (contained in a SAP Web AS), an after the user submits the required information, I have to redirect the user to a Web Dynpro application, which is contained in the same Web AS, but I have to redirect this user using single sign on.
    I'm not sure about what I have to do, I'm new in these technologies, I think I need to use UMFactory, but I have made some investigation and I'm not so sure about what I have to do yet, can anyone give me a hand with this?

    Hi Joel,
    Please follow the documents below
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/80fbc690-0201-0010-1aba-93d5c8232b4a
    http://help.sap.com/saphelp_nw04s/helpdata/en/b0/4d2b418a3edb2be10000000a1550b0/content.htm
    Hope this helps.
    Regards,
    Kiran Kandepalli.

  • Error when initially calling Travel Trip Form Web Dynpro application

    Hello all,
    we are facing a problem when calling for the first time the Travel Trip Form Web Dynpro application.
    In the trace file we get the following error message:
    application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: com.sap.tc.webdynpro.services.sal.core.DispatcherException: Wrong Web Dynpro URL: "../WebDynpro/Servlet/<deployableObject>/<application>/xx?..". xx is not allowed without exchange key. Retrieved URI path: /sap.com/esstratri/TripForm/~wd_key890_1246626831816/background.gif.
    Exception id: [001E680CB1CE0078000002A600007B4A00046DCCEE3F358A]
    This appears when a trip has been initially created and if the user wants to display a travel trip form.
    However, this does not appear anymore, if you click on the travel trip form again.
    Best Regards
    Philipp

    Hello Philipp,
    We are having same problem. Please let me know solution....
    Som

  • Is it possible to change the formating of a template.

    I am new to iweb & working on a heavy web site. I use Template "modern" & Blog page for the entries.
    1. Is it possible to change the Heading colour & size to a different one in the template, without changing it in each & every Blog entry.
    2. I want to remove the "Read More" text from the main Blog page & want to link a PDF file in that location. Is it possible.
    Please help
    Thank you

    I could not find any way to do that. There is no way access the song information like you do through iTunes.

  • Is it possible to change the colors of the tabs in the pannelTabbed comp

    Hi Experts,
    Is it possible to change the colors of the tabs in the pannelTabbed component.
    suppose for the selected tab we need white color and non selected we need brown color.
    How can we achive this using ADF.
    Regards
    Gayaz

    [url http://download.oracle.com/docs/cd/E14571_01/web.1111/b31973/af_skin.htm#BAJFEFCJ]skinning

  • Is it possible to change the HD ?

    hi there
    1.8" SATA HD 5400 rpm can be now found on some websites
    i was wondering if it's possible to change the HD of the MBA rev B ?
    because even in SATA, the 4200 rpm drive is really too slow
    thx

    Yes, it's possible. Video and instructions litter the web. It's not too hard, it's just not designed for user upgrade, and it will clearly void your warranty.
    If I were you, I'd put a 128GB SSD device in it if you're concerned about speed. 1.8" 128GB SSD are showing up for reasonable prices. 64GB SSDs are downright cheap now. But in an Air, with almost no headroom and limited heat tolerances, etc., I would not put an out-of-spec drive in it. An appropriate SSD will fit the spec.

Maybe you are looking for

  • Help moving itunes library from old PC to new mac

    Well, I followed the online directions for moving my ipod library from an old pc to my new mac. It says files have been copied and now I see all the song files in the music folder of my new mac, but they won't show up in i tunes....what's up? Afterwa

  • Help me! Adobe Media Encoder: configuration error

    Hello! I have a problem when initializing the Adobe Media Encoder, whenever I try to start it, I get the following error message:                                                                                                                     Conf

  • Java.lang.AssertionError: WSDL not found in the class file "processes

    Hi, I am using WLI 10.3 workshop to build process application. I have designed one JPD which inturn call another process JPD. So i have used worklist process control to create the process and tried to access the process. When i am executing the code,

  • ALV Grid display in the middle of window

    Hi all, When I m refering to the past queries in the forum I read that specifying these values I_SCREEN_START_COLUMN I_SCREEN_START_LINE I_SCREEN_END_COLUMN I_SCREEN_END_LINE in the FM reuse_alv_grid_display we can display the output of alv in the mi

  • We need JDK in zip Format

    We are developing Java application in restricted env where in we will not be able to install any software. We require the last JDK for windows in zip format for our testing purpose. I would be gr8 if sun continues supporting zip format too along with