Internationlization of webdynpro comp

Hi All,
what do u mean by internationlization ?
How can we achieve the internationlization of webdynpro component means  availability of comp in multiple languages?is that right?
Regards,
Lakshmi.

hi,
Go through this link, ihope this will help u.
http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm.
If you use OTR texts only, you have the advantage that your Web application will be language-independent. All the texts defined in the OTR are displayed at runtime in the logon language. If the texts are not yet available in the logon language, they are displayed in the system language. The OTR texts that you create are automatically translated, or are forwarded to the translation transaction (SE63) and are entered in the translatoru2019s worklist
Regards,
mahalakshmi

Similar Messages

  • Download ABAP WebDynpro Comp/Int

    Hi
    Is there a way to download ABAP webDynpro Comp/Int.
    Thanks,
    Gokul

    Hi,
    I hope you can do this using SAPLINK and its [ABAP Webdynpro Plugin|http://code.google.com/p/saplink-plugins/downloads/list?can=2&q=wdyn&colspec=FilenameSummaryUploadedSizeDownloadCount].
    For more details see;
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/saplink
    http://code.google.com/p/saplink/downloads/list
    http://code.google.com/p/saplink/wiki/pluginList
    Regards
    Karthik D

  • No webdynpro comp/inter

    iam working on ecc5.  there is no option of
    webdynpro comp/inter in object navigator SE80 drop down list which contain PROGRAMS,PACKAGE,INTERFACE,FUNCTIONS etc.
    plz help me

    Hi Vijay,
    WDA is quite a huge development with tons of classes and ddic entities. Furthermore, enhancements had to be done in other areas of Netweaver, such as the workbench. This means, that it is quite impossible to provide it as a patch. As Rich said, it is available starting with Netweaver 2004s. You can try it by downloading the Sneak Preview of NW 2004s here from SDN.
    Best regards,
    Thomas

  • Not able to see the added Used DC webdynpro compoent in used Webdynpro Comp

    Hi All,
    I have three DC's, A,B,C
    I have declared as B and C components as public parts,
    I have have added the B,C as used DC's in A dc.
    Now i tried add B as used webdynpro component in A dc, by using "used Webdynpro Component".
    I am able to  add B as used webdynpro component. But when  chooose "Add used component" -> then browse -> i am able to see only B componet , C component is not visible.
    I have added the C component as used dc in A dc.
    Can any body tell me what could be the problem.
    Actually A dc is in SCA file. and B and C dc's are different SCA files. These B&C  .SCA files defined as dependencies for A dc SCA file.
    Regards
    Vijay

    Hi,
    Please ensure that you have created two Public Parts per DC.
    In the Wizard that will help you create the Public Parts - you will find a radio button (one for API and one for SDA).
    You need to create both for each of the components B and C. And if you still dont see any change then the Public Parts are not being created correctly.
    To correct this - I usually delete the public parts and the usages. Then close both the probjects and reopen them. Then recreate public parts and the usages. (Its a silly suggestion I know - but it seems to work!)
    Hope that helps.
    Thanks.
    p256960

  • Dropdown field in table - Values are not shown..

    Hi,
    My Query is i am not able to push values into dropdown table field.
    My data comes from config part (through OADP Provider). When i click on MSS-> Performance Management link in portal a new screen gets triggerred which displays the required table fields.
    I have to display one table field as dropdown. i am able to display all the values correctly. I need to display one column as drop down. i am able to show that table column as dropdown but i am not able to push values into the table field.
    The reference Webdynpro Comp/ int is OADP_TEST
    Plz find below the code i have written and help me in this regard..
    The code written in WDDOBEFORENAVIGATION
        lr_oadp->set_app_col_cell_editor_type(
        column_name = 'ZPM_PERMRAT'
        cell_editor_type = cl_oadp_cell_editor_type=>DROPDOWNLISTBOX ).
        lr_oadp->set_app_col_data_type( column_name = 'ZPM_PERMRAT' data_type = 'STRING' has_unit = abap_false has_currency = abap_false ).
          clear lt_dropdown_values.
          create object lr_dropdown_value.
          lr_dropdown_value->set_key_value( '1' ). "#EC NOTEXT
          lr_dropdown_value->set_text( 'E' ). "#EC NOTEXT
          append lr_dropdown_value to lt_dropdown_values.
          create object lr_dropdown_value.
          lr_dropdown_value->set_key_value( '2' ). "#EC NOTEXT
          lr_dropdown_value->set_text( 'S' ). "#EC NOTEXT
          append lr_dropdown_value to lt_dropdown_values.
          CALL METHOD LR_OADP->SET_APP_COL_DROPDOWN_PARAMS
            EXPORTING
              CELL_CHANGE_EVENT_ON = abap_true
              COLUMN_NAME          = 'ZPM_PERMRAT'
              DROPDOWN_VALUES      = lt_dropdown_values.
    Kindly help in this regard...

    After updating data into table add patialTrigger to table component.
    You can do this by doing this. In table Behavior property section contains property call Partial Triggers in here you
    can set from which component partial triggers this component you can select your command button.

  • GP - Sequential Block Problem with input structure

    Hi all
    My scenario is as follows:
    I have three Actions A1 , A2, A3
    every action has collable object of type WebDynproComponent : CO1 CO2 CO3
    CO1 has only output parameters that i have mapped to input parameters of CO2 . 
    Output parameters of CO2 are apped to input parameters of CO3 . 
    I have created sequential block with Actions A1 , A2, A3.where target of A1 is A2 and that of A2 is A3
    I have created IVIEW of this GP process .
    when i open iview , ideally it should directly open the webdynpro comp of collable object CO1.
    *But my problem is its before instantiation asking me to fill values for  input parameters of CO2 which is in sequence to CO1.*
    *Is there any setting that i have missed while creating block?*
    Regards,
    Sheetal

    Hi,
    If you expose parameters at the process level, it will ask you to provide values while instaniation.
    If it is not a mandatory parameter, you can proceed with out providing values.
    The best way is don't expose paramters, if is not required at process level.
    You have to expose a parameter at process level, only if you want to use that parameter in other processes.
    by default, it will be exposed. You have to uncheck it, If you don't want to expose it.
    thanks

  • Add field in Service Family ESS

    Dear All.
    I am using ESS WDA. ERP 6.0 ehp 6.0
    In the system backend have created an enhacement to the infotype 0021 for add the field ID Personal of the family and this work fine..
    In this moment my client want that this field can be update in the portal of ESS.
    My country not have a version delivered by SAP.
    My question is:
    What are the steps (Tables) that I should customize for that this field customer Z,  appear in the screen in the ESS and that this can be updated in the portal.
    Thanks
    Regards

    Hi Juan
    To create a new field in the std ESS screen you need to modify the Configuration Component "HRESS_CC_PER_CONFIG" & if you activate this BADI "HRESS_PER_CONFIG_KEY" it uses the webdynpro component HRESS_C_PERSINFO_CONFIG filter value. This uses the Interface IF_HRESS_EX_PER_CONFIG_KEY & provides the following methods GET_CONFIG_KEY as we need to use this key at the time of customizing the UIBB.
    Step1: Goto SE80
    Webdynpro comp/int: FPM_FORM_UIBB
    select the std component of the country version you are working for & make a copy of it by clicking on start configuration & copying the name.
    Ex: HRESS_CC_PER_DTL_FAMILY_XX(ur country version) to ZHRESS_CC_PER_DTL_FAMILY_XX
    here add the new field which you want to view in the ESS screen. Make sure that u do modifications on the custom one "ZHRESS_CC_PER_DTL_FAMILY_XX"
    Step 2: SE80
    Webdynpro comp/Int: FPM_OVP_COMPONENT
    select the std component "HRESS_CC_PER_OVP" and make the copy as said earlier in same procedure to "ZHRESS_CC_PER_OVP"
    click on display-->global settings & change the Configuration name as per your custom one.
    Step 3: SE80
    Webdynpro comp/intf: HRESS_C_PERSINFO_CONFIG
    Copy the std component "HRESS_CC_PER_CONFIG" to "ZHRESS_CC_PER_CONFIG" and click on start configurator.
    this is the process of getting a new field in your custom application. Check this link for UIBB customization
    Creating a Form UIBB Configuration - Reusable Objects and Functions for the BOPF Environment (CA-EPT- - SAP Library
    Hope this Info serves u the best.
    Cheers
    Pradyp

  • GP: Display Collable Object, what does it do exactly?

    Hi all,
    does anyone remember what a Display Collable Object is good for? You can add it to an action (in addition to the Execution Callable Object).
    So what is the purpose of the Display Collable Object?
    Could it be, and that's my own guess, just any kind of CO you define, which will be performed when you return to the respective action, once you have finished it earlier?
    And then, does it have access to any parameters in GP context?
    I mean, if I use the same CO as Display CO and Execution CO and having them acccessing the same data, the display CO could serve as a history record of processed steps, right?
    Thx
    Xiaoi

    Hi Xiaoi,
    your suggestions are absolutely correct.
    You should just take in mind, if you put the same CO, which you have attached in execute mode into the display mode and lets say it is a WebDynpro Comp. with process controls buttons (GP Interface), you will also see the buttons in the display mode (when returning to the executed step) and by pressing them, GP will through an error, because the object is already executed (=locked).
    Regards,
    Salvatore

  • RE: Component to Component navigation in WD for Java

    hi all,
    Can anybody tell me the advantages of navigation between the different components in the same application.
    what is the use of using many components in WD Java....

    Hi
    Its because of Reusability of the components.For example if i have a seperate component like EmpSearch Component.I can use when ever a employee information is required in any other applications.
    The generic functionality normally we implemented as a seperate components(DCs or a seperate webdynpro comp)
    This can be used any where else.
    Regards
    Kalyan

  • Requirements to work on Web DynPro for ABAP

    hi all,
    what is it required to work on Web DynPro for ABAP. i have got ECC 5.0 installed in my system but i dont find "WebDynpro Comp/Intf" under the "Repository Browser" in SE80(ABAP WorkBech).
    How should i proceed further??
    waiting for replies...
    Regards,
    Ajay

    Hi,
    for Web Dynpro ABAP you need NW2004s and AS ABAP, see http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm
    Regards, Heidi

  • Question regarding local J2EE WAS in JDI

    Dear Sirs,
    We are considering implementing JDI in our system landscape. In the JDI papers you are advised that every developer has access to his/hers WAS on a local PC for testing purpose.
    There are however a few downsides with this; you can download the slim edition (Developer Workspace) with a 90 day trail period, and then you have to start paying a license. How big is this license? (guess I'm told to contact my local SAP office, but it will be interesting to know a rough estimate. Are we talking 100$, 500$, 1000$, ...)
    In addition running a WAS on the developer PC, requires a lot from the developers computer.
    How does people overcome the challenges of running a local WAS? Can an alternative to a local WAS, be to install a “separate” WAS, which acts as a local WAS for the developers?
    The way I see it there is a need for a place where developers can test more freely than in DEV, and this way reduce the number of activities on the CMS.
    Best regards,
    Jørgen

    Hi
    An additional input on the central server for development , I think if you add more server process , then you get more ports to debug on thereby isolating a debug sessions between developers.
    No of simultaneous debug session = No of server process?
    Just a theorectical guess..
    On the confuguration side , I use a 1.6 Ghz Pentium M processor , with 2 GB RAM and its okay to develop Portal components and not so heavyweight webdynpro comps. But putting mods on to some of the ESS comps really slows it down.
    The new Intel Core Duo processors with 3-4 GB RAM I heard is like lightning fast ...!!!
    Regards
    Pran

  • How to make a view created using enhancement framework as Interface View

    Dear Experts.
    I Created A  new View and window  by using Enhancement Framework for a standard webdynpro comp. Now i want to use the same window as a  UIBB in FPM , since in window properties interface view check box is unchecked it's not allowing me to use a UIBB in FPM.
    Kindly answer for the following.
    1) Is there any way to make a view a interface ( whcih is by default in nature but while creating from Enhancement framework behaivng Strangly).
    2) If there is no way then how to use enhanced (additional View Created  in Standard WDA comp) further like in FPM ( UIBB ).
    thanks in Advance.
    Best Regards,
    Kranthikumar Palle

    >
    kranthi9121 wrote:
    > Dear Experts.
    >
    > I Created A  new View and window  by using Enhancement Framework for a standard webdynpro comp. Now i want to use the same window as a  UIBB in FPM , since in window properties interface view check box is unchecked it's not allowing me to use a UIBB in FPM.
    >
    > Kindly answer for the following.
    >
    > 1) Is there any way to make a view a interface ( whcih is by default in nature but while creating from Enhancement framework behaivng Strangly).
    >
    > 2) If there is no way then how to use enhanced (additional View Created  in Standard WDA comp) further like in FPM ( UIBB ).
    >
    >
    > thanks in Advance.
    >
    > Best Regards,
    > Kranthikumar Palle
    Hi,
    Please see [https://cw.sdn.sap.com/cw/docs/DOC-21546|https://cw.sdn.sap.com/cw/docs/DOC-21546]
    windows created through enhancement are local to component and hence they are not visible outside.
    You need to find other way to provide your interface view to UIBB.

  • How to create Contextual Panel?

    Dear Friends..
    I want to make Contextual Panel in WD4A..
    But I don't know..how to create Contextual Panel..
    Please answer me..^^
    Thanks..

    Oh... I'm Sorry.
    I can't write english well..and I can't understand Navigation list and contexual panel.
    So.. I can study that.
    But..
    I make Contextual Panel reference CTX_NAV_PANEL View in WDR_TEST_EVENTS Component.
    'com.lang.abap.sap' line has right arrow just like '>'
    i think.. '>' click then.. another action happens..
    for example.. display sublist..
    'comp.lang.abap.sap.webdynpro'
    'comp.lang.abap.sap.webdynpro.viewdesigner'
    'comp.lang.abap.sap.webdynpro.runtime,X'
    'comp.lang.abap.sap.webdynpro.libraries'
    and so on..
    But nothing happens..
    How can I display sublist..

  • How to debug during Web Dynpro Test...from SAP Pop-Up Window?

    How can I go into SAP logic in test mode when my WebDynpro is being displayed with an SAP Pop-up? I want to jump into SAP debug from there into SAP code....Thank-You.

    In the Popup application that opens in the web, right click on any UI element in the window.
    The right clicked context window displays an option "More help field"
    Click on that.
    Here you are given the Technical Information for UI Element.
    Here you would be given the webdynpro Component name and the webdynpro view name
    Now logon to the SAP system, click on SE80
    Select the menu tab repository browser
    In the drop down select the WebDynpro Comp/Intf
    Input the webdynpro name here
    Look for the view that was displayed in the technical component under this component
    Click on the view and navigate to the Methods tab.
    Double click on the WDDOINIT method and place a breakpoint here. This is the first point thats hit after the event handler of the inbound plug is executed.

  • Calling a Webdynpro Application in using WDURLGenerator.getApplicationURL

    Hi,
    I have to call a webdynpro application in an external window using the application name. Please note that no iViews are created out of the application which i am going to call.
    I have DC1 and DC2 and from the Comp Controlller of DC1 , i need to invoke the application in DC2.
    String depObjectName =wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
    WDDeployableObjectPart depObjectpart=WDDeployableObject.getDeployableObjectPart(depObjectName,"TestApp",WDDeployableObjectPartType.APPLICATION);
    String url = WDURLGenerator.getApplicationURL(depObjectpart) ;
    window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,"Test View");
    window.show();
    Is this the correct API to get getDeployableObjectName which is in the different DC.
    Please let me know the correct API which i can use to get the getDeployableObjectName and the subsequently the Application which is availbale in the different DC.
    Thanks and Regards,
    Sekar

    Hi Chintan Virani,
    Thanks for your reply.
    Is it possible to get to know through the APis that the Webdynpro Application Deployed in the server is started.
    I hope some API's will be available.I need to open this application only when it is started.
    I tried this,
    IWDDeployableObject deplObj = WDDeployableObject.getDeployableObject("TestApp");
    if (  deplObj.getState() == WDDeployableObjectState.STARTED ) {
        // do something
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object TestApp' since it is not a Web Dynpro object.    null
    Thanks and Regards,
    Sekar

Maybe you are looking for

  • Problem with Recent Purchase?

    I recently had a problem with a purchase and didn't know it, and was wondering how I get that resolved?

  • Attention! For the visually impaired users of OS X!!!

    Just wanted to bring this to the attention of all users of Universal Access Zoom feature in OS X. There is a bug in OS 10.4.8 that basically defaults amount of magnification to "0" each time Zoom is switched On and Off. It can be quite a time waster

  • Game Heap Space - Out Of Memory Error

    Hi there, Ive completed my pacman/space invaders hybrid game- which has a main game and two playable videos. Its all fine, but when I go to run it it says; Exception in thread "Image Fetcher 1" java.lang.OutOfMemoryError: Java heap space Exception in

  • Problem viewing data in forms completed on Macs

    I have forms loaded on our website for clients to download, complete and email back to me.  They work fine until filled out on a Mac.  For some reason, the fields are all blank but when you click in them, the data the client has input is visible.  Cl

  • CSA Agent not registering with CSA MC

    I have downloaded and installed my agent kit on a WinXP machine. But for some reason it is not registering with the CSA MC. Any idea why? The CSAMC is in a different subnet, but 443 is open for communication. Does the MC need other ports open to talk