Regarding Assigning Package to OTR Text

Hi All,
I've created one webdynpro Component and saved it in Local Object. Inside that component i've created OTR Text...
But nw i want to assign Package to that Webdynpro Component. I assigned Package to that Component.But I cant able to assign Package to that OTR Text.
Wat should i do for assigning package to the OTR text ?
Regards,
Padmam.

Hi,
1. Go to TCode: SOTR_EDIT
2. Select Short Text and click button Find
3. Select Object Type and search your OTR Text
4. Go to: Menu -> Concept -> Reassign.
5. Choose your new package.
Regards,
$=====$
Are you newbie? Check this out: [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

Similar Messages

  • Access multiple OTR texts at once

    Hi,
    I need to access multiple OTR texts in my Web Dynpro view at once,I know the method CL_WD_UTILITIES=>GET_OTR_TEXT_BY_ALIAS will retrieve one OTR text when alias is provided.
    I need to pass multiple aliases to retrieve their respective OTR texts.
    Can any one let me know how to get this done?
    Thanks.
    Regards,
    Salma

    Get all the OTR texts by passing all the alias...
    I don't think we can get all the OTR texts by passing all the alias one time..If we does want all the texts, i think we can only use the Internal table..For example:
    Loop at lt_table into ls_table.
       CL_WD_UTILITIES=>GET_OTR_TEXT_BY_ALIAS( ls_table-alias ).
    Endloop.
    So sorry for my Joke..._..
    Best wishes..

  • How to create a OTR Text in Web Dynpro ?

    Hi All,
    Please help, How to create a OTR Text in Web Dynpro ?
    Urgent.
    Thanks in advance.
    Kaleem.

    Hi Kaleemullah,
    To create OTR Text, T-Code is SOTR_EDIT. If you run this transaction then one screen will appear. There you can choose Long Text or Short Text based on your
    Text. You can choose language also. In Text field you can enter your text. You can put WDYV in your Object Type field. In Text block Length can be increased to 25 as it may be problem if language conversion of Text happens. You must fill your package field and save the OTR.
    I hope you can be able to create OTR Text now.
    Best Regards,
    bansidhar

  • How to use OTR text in normal ABAP UI (Not in webdynpro)

    Hello ,
    I hav a requirement to assign an OTR text to a UI element in ABAP screen. How can we do that...?
    I tried the syntax $OTR:<pkgname>/<aliasname> in the properties tab of the UI element,
    But on executinf the screen am gewtting the syntax itself as tooltip....
    Please give some inputs...
    Linda.

    Hello
    I am not sure whether we can assign it at the screen properties level. But you can do one thing, call the FM SOTR_READ_TEXT_WITH_KEY by passing the context of the SOTR you want to read and get the text associated back in the ENTRY structure.
    You can have a I/O field which is output only on the screen. And in the program you can assign the OTR text to this I/O field so that the OTR text will be displayed.
    Regards
    Ranganath

  • How to use OTR Text!

    Hi gurus,
    I am using the CRM Survey Suite to create a Survey form.
    I am supposed to create a PBO through which the OTR Texts will be displayed based on conditional checks.
    I have also created the OTR Texts via transaction Sotr_edit and  I am able to retrieve them via FM sotr_get_concept.
    Pl. let me know how I can show them on the web page, i.e. my survey form.
    I have searched and found that they can be used readily in BSP but how to use them in a Survey Form.
    Regards
    Atul

    Hello
    I am not sure whether we can assign it at the screen properties level. But you can do one thing, call the FM SOTR_READ_TEXT_WITH_KEY by passing the context of the SOTR you want to read and get the text associated back in the ENTRY structure.
    You can have a I/O field which is output only on the screen. And in the program you can assign the OTR text to this I/O field so that the OTR text will be displayed.
    Regards
    Ranganath

  • OTR text not displayed correctly

    Hi,
    I have view in which there are 3 tables with 3 colums each.
    All the data binding etc is fine and it is displayed correctly in the portal.
    My issue is with the OTR texts maintained. The text for column headings in the table is binded with the OTR texts (created through transaction sotr_edit) $OTR:<package>/<alias> in properties value field.
    We have an option to change the language in the portal. So when a language is selected, the texts for these column heading is displayed in the corresponding language selected.
    But for some langauges selected, the texts show some random language instead of the one selected.
    Any idea on how this can be corrected.

    Thanks for the reply Thomas.
    And sorry for delayed reply.
    I could see that the binding of the OTR was not correctly done with the texts.
    After i made the changes, the languages were displayed correctly.
    My concern here is that i have made the changes as this is a custom development and the issue was solved.
    But this same issue is seen in a standard component where the text was not displayed in the language selected and this issue is coming only for the users assigned to a particular role. And for all others, the texts are displayed with the language selected.
    Any inputs on this would be helpful.
    Thanks.

  • Best practice with otr texts in wd

    hi,
    when I enhance a wd component I want to work with otr texts and I have two questions:
    1. Is the best way to store the otr texts in a separate new package or in the still existing package of the enhanced wd component?
    2. Makes it sense to fetch even the static texts in the abap coding (not the ui elements) like message manager from the otr or is it then overacting?
    thanks

    Hi,
    Answer to your questions.
    1. Is the best way to store the otr texts in a separate new package or in the still existing package of the enhanced wd component?
    A. You can create OTR texts any where as long as the transport goes along with the webdynpro component. Its always good to have the OTR in the same package. Its more like the text element concept in ABAP.
    2. Makes it sense to fetch even the static texts in the abap coding (not the ui elements) like message manager from the otr or is it then overacting?
    A. Its a good habit to fetch all the static text from OTR. this helps in several ways.
       a) If the message is used n number of times then you just have to change the text in OTR and it reflects all
       b) If the message needs to be displayed in a different language then just the OTR needs to be maintained for the alias in a different language.
    Regards,
    Kinshuk

  • Transporting OTR texts

    Hi
    Normally , all the translations of OTR will get reflected in all the system after translation.Else one request will be generated automatically .
    But in my case , no request has been created. So am unable to get the translated text in other systems .
    I have tried adding all the OTR text of that Package to a request through SE03 using both the logon languages .still translated text are invisible in other system
    Any other solution ??
    Please help me in this regards.
    Meikandan.

    Hi,
    Activate the BSP after the transport.
    Reset the otr after the transport. Below are the steps.
    1. Reset the OTR (Online Text Repository) buffers with /$OTR.
    2 Setting the flag correctly: Execute the SOTR_DEFAULT_CONTEXT_FLAG_SET report, 3. then reset the OTR buffer with /$OTR.
    Hope this helps.
    manasa

  • OTR  text display

    i have this code
    htmlb:label for  = "<%= CL_BSP_HAP_DOCUMENT_CS=>C_BSP_INPUT_APPRAISAL_NAME %>"
                     id   = "INPUT_DOCUMENT_DESCR"
                     required = "<%= l_mandatory %>"
                     text ="Document Name"/>
    i need to  make the  translation so that when the client is opened in different language it should display translated version of the
    <b>"Document Name"</b> in that respective language.I gone through some forum threads but could not able to get the out put.
    help me out
    Thanks

    Hi,
    try this:
    Change the Text "Document Name" to
    "<%= otr(ZPACKAGE/DOCUMENTNAME) %>" where ZPACKAGE is the Package of your BSP. Doubleklick on the OTR Element and fill the text.
    After that you can translate the OTR-Text with transaction SE63_OTR.
    Hope this help.
    Best regards
    Renald
    PS: Ooops, Eddy was faster
    Message was edited by: Renald Wittwer

  • Regarding inserting a field or text in template cell

    Hi Experts,
    Please let me know how to insert a field or text in the Cell in template.
    I created  template
    C1     1     14                             20.00     MM     8.00     CM     4.00   CM 4.00     CM                CM
    i have 14 lines and 3 columns in it
    i need to insert the feilds and text in it.
    Please let me know ,how to proceed.
    Thanks in advance.
    regards
    Vishnu

    Hi,
    To insert the text and field value inside the template you need to add insert the text inside the tempate node.
    assign the text or field into the text and then decide the position of the ext in the templete in output condition tab or text.
    insert the row and column number in the this to filed where you want to display the text.
    for e.g if field needs to displayed in the 2nd row and 3rd column then mention line = 2 and column = 3 in the output tab of the text.

  • Change to OTR Text in Title changes UI look and feel

    We are running:
    ECC 6 EhP3
    NW7
    LSO 603
    We were asked to change the title of
    Package:  LSO_FRONTEND
    Alias: LSO_FRONTEND/ACTIVITIES
    When I tried to change it in the OTR it allowed the change but removed the tray around the title in the portal screen. 
    We do not have the most current version of R3trans Transport Program.  The version we use is Release 700 May 3, 2009.
    What is the process to correct the loss of the UI elements?
    Points will be awarded for instructions to correct the problem.
    Thanks,
    D. Maupin

    The following SAP Notes have been reviewed and none of these solutions worked:
    NOTE               Title                                                                             Date
    1247020            OTR: Texts are not transported                                      4/08/09
    575367              Text changes are not transported                                   9/24/08
    1102260            UI element texts are not transported                               10/11/07
    997513              Changed UI element texts are not transported                 11/13/06

  • Can we replace OTR text with Images?

    Hi All,
    I just wanted to know can we replace OTR text with Images?
    or
    Can we define an image as an OTR text? so that it can be placed in the page where OTR text is used.
    regards...
    Ravi

    Hi Ravi,
    it is possible to replace an OTR Text with an image.
    You first have to define the Link in the OTR Text where your image is located. This can be everywhere in the Internet or better on a secured intranet server which everyone can reach easily without permission problems. Maybe in the DMZ.
    You can even link it into the MIME Repository of your SAP System as well.
    Then you have to put that OTR Text into a
    <htmlb:textview> Tag and ensure that the switch
    " encode = "TRUE" is enabled.
    Well thats all.
    Keep in mind that the a different language, set in the Internet Explorer or other viewing instances, disables the link if it not "translated" into that language.
    This can also be an advantage if you got multilingual fixed pictures with drawn text in it.
    I suggest you put all your links ( with a Value Field and at least a name field) into a seperate table into the repository for easy maintaining.
    Greetings,
    Dominik
    Edited by: Dominik Lemke on Dec 19, 2007 12:02 PM

  • Multi line tool tip / OTR text

    Hello experts,
    do you know a possibility to apply a multi-line tool tip to a ui element in abap web dynpro ?
    The OTR compresses multiple lines to one long line...
    Thanks in advance.

    Hi,
    I realize this is a very old thread, but in case others, like myself, finds it, here's a simple fix for this. In the OTR text add a constant for the desired linefeed - for example "\n":
    Alias ZPACKAGE/ALIAS: Line 1\nLine 2
    * Generate tooltip text
    DATA:
      lo_el_ui TYPE REF TO if_wd_context_element,
      lv_tooltip TYPE string.
    lv_tooltip = cl_wd_utilities=>get_otr_text_by_alias( 'ZPACKAGE/ALIAS' ).
    REPLACE ALL OCCURRENCES OF '\n' IN lv_tooltip WITH cl_abap_char_utilities=>newline.
    lo_el_ui->set_attribute( name = 'TOOLTIP' value = lv_tooltip ).
    The same technique can be used for tabulators (using constant
    cl_abap_char_utilities=>horizontal_tab), however, there's no guarantee how this will presented in the browser.
    Best regards,
    Jacob Laursen

  • Assign Package  for Different Teams

    Hi,
    I have a Problem in assigning different package to different Teams. I am assigned to the following,
    1. Task Profile with all 3 Admin tasks enabled
    2. Member access Profile with R/W access to all secured Dimension Members.
    3. Not assigned to any TEAM.
    in my system.
    The Problem is, when i try to assign Package for any end user Teams using "eData --> Manage Team user package access". i dont get any team in the window comming.
    And if modify my account, such that assigning my ID to some TEAM say ADMIN which has access to same task and member access profile which i have, then if i try  "eData --> Manage Team user package access" i get the ADMIN team in the window.
    Please let me know how to get all the teams present in the APPSET or what should be the access provided so that i can get all Teams.
    Thanks in Advance,
    Regards,
    G.Vijaya Kumar.

    Have you tried assigning your ID to all teams?
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Translation of OTR Text

    Hi all,
    I have created a OTR Text in sotr_edit. Now I want to translate this. How Can I do so? In transaction se63?? How??
    Regards
    Anna

    Hello,
    that is the problem. Which object do I have to enter there????? In sotr_edit I got no Object name after creating the otr!!!!??? That is the problem I'm fighting with...
    please help
    Thanks

Maybe you are looking for

  • Batteries not being recognised after update!!

    My OS seems to be messed up! I updated my battery while running on 10.4.3, and it asked me to remove battery and plug it back in and restart. I did that, but now my battery is simply not recognised??? I tried plugging in the other battery but that to

  • Pdf file on media card

    Is there a way I view a pdf file i loaded on my media card. I can't seem to find a menu item to use to access this file.

  • CONNECT A B210 TO A WIRED NETWORK

    Hello. I  want to connect  my HP  B210  printer  to  the  wired  network.  I just get a  USB  to  ethernet  converter?

  • Is it possible to compare two parameters type dateTime in switch- component

    Hello, i have a synchronouse prozess with one switch component. In the switch component i want to compare to parameters type dateTime. While execute the prozess alwayse the <otherwise>- sector is executed, but never the sector with the condition. But

  • How many storage unit type per Material code

    Dear ERP Expert we are running SAP ECC 6.0 with decentralized Warehouse Management System (WHP). In material master data of WHP, view Warehouse Mgmt 2, there is the "Palletization data" box, with the following column: Loading equipment quantity 1 Uni