Changing the text element in RM08RL82

Hi All,
  I have added the field(BEDNR) in RM08RL82.Now i need to change the text element in selection screen but it is showing BEDNR i need change that into Tracking Number.Could any one can help me out from this issue.
Thank You,
Usha.G

use below f.m
data: lt_btext     type textpool occurs 1 with header line.
CALL FUNCTION 'RS_TEXTPOOL_READ'
  EXPORTING
    OBJECTNAME                 = v_program
    ACTION                     = ' '
    LANGUAGE                   = SY-LANGU
  TABLES
    TPOOL                      = lt_btext
EXCEPTIONS
   OBJECT_NOT_FOUND           = 1
   PERMISSION_FAILURE         = 2
   INVALID_PROGRAM_TYPE       = 3
   ERROR_OCCURED              = 4
   ACTION_CANCELLED           = 5
   OTHERS                     = 6.
IF SY-SUBRC <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
read table lt_btext with key id = 'S' key = lt_selopt-selname.
lt_btext-entry = 'TRACKING NO'.
modify table.
Edited by: Niki on Jan 24, 2009 12:02 PM

Similar Messages

  • How to change the Text  description on screen...(not the Data Element)

    I want to change the just text of one of the label on one of the screen. I don't want to change the Data Element, as the same data element is used in multiple places, but I want to change only at one particular screen, at one particular spot
    Any suggestion....?

    a)If you change the Text in a LABEL manually, then translation of the text can't be done.
    Better create a new structure which will be used in all such cases where u can't change the data element.
    Create fields in the Structure with your newly created data element and refer the field in the Label.
    b)IF the translation is not an issue then manually enter the text.

  • Changes in the Text element of Bex Analyzer result Informaton tab

    Hi Expert,
    How can we make changes in the display of the Text element of the query result in the Information tab and save it? For eg. The User wants to display STATUS OF DATA TO rather than STATUS OF DATA in the Information tab of the query result.
    The query is based on Multiprovider so it has Text Element of STATUS OF DATA
    In the Workbook its easy to do, how do we do the changes in the query result in Analyzer and save it, so it always displays the chosen text element?
    I dont want to create a workbook for the query, so is there any way to replace any of the Text Element with another existing standard Text element.

    Hi Ray,
    Thanks for your reply.
    The change is required in the Text element of information tab (once query is displayed there are buttons for Graph, Information), so the changes are required there for the text element and  not for Characterstics and KF.

  • Change the Data Elements Text (Label and Description)

    Hi,
    I need to change the data elements label and short description in Development and transpot it into quality and Production system.
    I could change the label and short description using the Menu Goto --> Translation. But the system does not prompt for the transport request. Can you please any one help me how to attach a transport request to the changes (Translations) done on the Data Elements? It would be a great help!.
    Thanks andn Regards,
    Kannan

    I'm not getting a transport request either.  Any I know it is not a local object and not already on a transport.  To attach it to a transport.   Now on the first screen of SE10, there is  a "tool" icon, click it.  In the next screen,  put your cursor on the "Include Objects in a Transport Request and click execute.  On this screen, select the radiobutton for "Selected Objects".  Now in the row for data element, check the check box on the left, and enter the name of the data element on the right.  click execute.  In the next screen, put your cursor on the data element  click save in request.  Here you can create a request.
    Regards,
    Rich Heilman

  • How do I change the text on a label for a SAP delivered WD view

    Hi,
    I need to change the text that is being displayed for a label in a SAP delivered WD ABAP View. When I look at the properties for this label, the Text property is currently empty, so I assume that the text that is being displayed in the view is coming from the dictionary. I was hoping to change the text of the label via the Enhancement Framework. I created an OTR entry, then went into SE80 for the WD Component, I navigated to the view in question, I pressed the Enhance button and entered $OTR:<package>/<alias name> in the text property for the label. Finally I saved and activated and was prompted to create an Enhancement Implementation, which I did and I selected it. Everything seems to be fine (no errors or warnings). I then ran the WD application. My change was not there. I then went back into SE80 for the WD Component that I created the enhancement. I navigated to the View and looked in the text property of the label and saw that my change was not there. I repeated this process several times and each time when I added the OTR entry to the text property of the label, it saves and activates without issue (in enhancement mode), but when I run the WD App the change does not show up and when I go back to the WD View, my change to the text property is gone. I know that if I really wanted to I could register the object and add the OTR entry to the text attribute of the label, but I am trying to perform this change using a modification free enhancement. Can this be done via an Enhancement, or do I have to register the object and make my change using a modification?

    Hi Gregg,
    excellent question. I had the same problem as well before.
    What I have learned is that you cannot change a UI Element via Enhancements.
    You can add new UI Elements (e.g. new label) or remove existing elements, but you cannot change them (except the layout properties (e.g. colspan) maybe).
    The only possibilities I see is
    1. Remove the existing label, and add a new label with your desired text
    2. Do it as a modification
    3. Do it as a configuration (This means you go to the webdynpro application in SE80, right click and select "Create/Change Configuration)
    4. Do it as customizing (This means you add the URL parameter sap-config-mode=X to the URL, navigate to the label, right click on it, and select "Change Settings for Current Configuration").
    The disadvatages of 3) and 4) are
    - texts in configurations and customizing are not translatable (as far as I know)
    - if you have multiple configurations, you have to change the label multiple times
    Hope this helps a bit,
    Daniel

  • Is there a way of just changing the text to the main menu..but not the submenus?

    Is there a way of just changing the text to the main
    menu..but not the submenus?
    Also i have looked at in the browser and when i glide over
    the menu catergories or click on them they dont show the
    submenu...what can i do to solve this?

    Does the example described at
    http://labs.adobe.com/technologies/spry/articles/menu_bar/index.html
    work for you?
    What are you doing that's different from the example?
    When you say you just want to change the text of the main
    menu without changing the submenus, do you mean you want to do so
    dynamically, at some later stage after the page has loaded?
    If so, you could try retrieving the main menu elements you
    want to update from the DOM and updating them from your script's
    event handler for whatever event it is that you want to update them
    in response to. This presumes the widget will detect this and
    update appropriately, which I can't say for sure since I haven't
    actually tried it.
    Hope that helps!
    Rob

  • How to display the text as a Bold in the Text Element of a Smart Form

    Hi,
    I created one Smart Form.
    In that i created the Text element.
    I provide some data also in that.
    It is coming as a MS WORD.
    I executed my smart form.
    Customer Number:  &WA_KNA1-KUNNR&
    it display the data of the particular customer.
    But i need to display the Customer Number as BOLD or else Increase the Size.
    For this also I created one SMARTSTYLE.
    In that I created the Paragraph and Character Formats also.
    Now i assignee that SMARTSTYLE in the Output Option Tab of the Text Element also.
    But i unable to get the CUSTOMER NUMBER in Bold.
    In MS WORD we have BOLD button.
    I selected the Text and Press the BOLD button. At that time it is Highlighted.
    Whenever i press the SAVE Button.
    Then it is not saved with BOLD.
    It is coming in Normal Format.
    In the ECC 6.0.  I am unable to get the Text as a BOLD.
    This text Element is like a MS WORD.
    Can you please tell me how to display the Data with BOLD. please tell me. I am unable to get that one.
    Thank You.
    Regards,
    B. Krishna.

    Hi,
    Check where u have given BOLD. In character Format or in Paragraph format.
    In SMART FORM,
    1. Change to OLD EDITOR if u are confused with the new one.
            (This can be done by clicking the button left to new editor ).
    2. If it is PARAGRAPH FORMAT,
               Give the name of paragraph format in the editor.
                P1         &WA_KNA1-KUNNR&
        If it is CHARACTER FORMAT,
                             <C1> &WA_KNA1-KUNNR&
    Thanks,
    Nithya.

  • How to change the text alignment of an adf table column

    Hi everyone
    I have a read only adf table that uses banding. What I want to do is change the text align property of one of it's columns but the task seems not at all trivial.
    I tried entering a value for the text-align property in the inline style of the specific af:column tag and failed. I then tried to do the same for the af:outputText element inside the column but still nothing worked. I even created a css style and changed the StyleClass attribute on each or both elements without any luck.
    Can anybody shed some light here ...
    Thanassis

    Specify the text-align in a css.
    Re: styling column headers in adf table

  • How to change the text of a tabstrip?

    Hallo Experts,
    There are 3 tabstrips in Screen Painter with the name tabstrip1, tabstrip2 and tabstrip3. The default text ist: customer_fields1, customer fields2, customer fields3.
    Now I want to change the text of tabstrips in real time. E.g. text of tabstrip1 should be "Financial Data".
    How can I do it?
    Thanks,
    Rujing

    Well, I've tried out some possible solutions, but none of the worked, I could not change the text dynamically during runtime.
    You have some alternate solutions: create more tabs, and show hide them during runtime. For this you can use the dynpro's PBO event, and within the LOOP AT SCREEN... ENDLOOP. statements.
    And an another one (that's absolutely not an elegant soluton
    - create a DDIC structure (in SE11 transaction), with a field, like ZMYSTRUCTURE-ZMYFIELD. This field should refer to a data element, like ZMYDATAELEMENT. Here you can set a default text for this data element.
    - assign this ZMYSTRUCTURE-ZMYFIELD field to the name of your tabstip's tab.
    - when you wanted to change the text, you have to change the text, you update the text of your data element ZMYDATAELEMENT, in the table DD04T.
    This might work... I'm not sure about it, but you might give it a shot.
    Regards
    Tamá

  • Change the Text in Linked TFL on the fly

         I have 3 TFL fields on the stage. They are linked so the text overflow from the first spills into the subsequent fields 2 and 3. I want to change the text dynamically but when I do the overflow text do not "overflow" into the other fields. It is as if they were not linked at all.
    For instance, when I call:
    textField1.htmlText = "bla bla bla......" 
    the first text field displays the text just fine but the "overflow" does not display in textField2 and textField3 eventhough they are linked on the stage and the initial text displays just fine.
    Can this be done?
    \\Nick

    Do you mean TLFTextField in Flash pro? If you are talking about TextField, there is nothing about TLF.
    TextFlow can flow through linked containers. You can make it on linked Sprite. TLFTextField is a kind of Sprite. You need not to use TLFTextField to implement such a feature.
    Sample code:
        import flash.display.Sprite;
        import flashx.textLayout.compose.StandardFlowComposer;
        import flashx.textLayout.container.ContainerController;
        import flashx.textLayout.conversion.TextConverter;
        import flashx.textLayout.elements.TextFlow;
        import flashx.textLayout.edit.EditManager;
        import flashx.textLayout.container.ScrollPolicy;
        public class ContainerControllerExample1 extends Sprite
            private const textMarkup:String = "<flow:TextFlow xmlns:flow='http://ns.adobe.com/textLayout/2008' fontSize='8' " +
                    "textIndent='10' paragraphSpaceBefore='6' paddingTop='8' paddingLeft='8' paddingRight='8'>" +
                "<flow:p paragraphSpaceBefore='inherit'>" +
                    "<flow:span>There are many </flow:span>" +
                    "<flow:span fontStyle='italic'>such</flow:span>" +
                    "<flow:span> lime-kilns in that tract of country, for the purpose of burning the white" +
                        " marble which composes a large part of the substance of the hills. Some of them, built " +
                        "years ago, and long deserted, with weeds growing in the vacant round of the interior, " +
                        "which is open to the sky, and grass and wild-flowers rooting themselves into the chinks" +
                        "of the stones, look already like relics of antiquity, and may yet be overspread with the" +
                        " lichens of centuries to come. Others, where the lime-burner still feeds his daily and " +
                        "nightlong fire, afford points of interest to the wanderer among the hills, who seats " +
                        "himself on a log of wood or a fragment of marble, to hold a chat with the solitary man. " +
                        "It is a lonesome, and, when the character is inclined to thought, may be an intensely " +
                        "thoughtful occupation; as it proved in the case of Ethan Brand, who had mused to such " +
                        "strange purpose, in days gone by, while the fire in this very kiln was burning.</flow:span>" +
                "</flow:p>" +
                "<flow:p paragraphSpaceBefore='inherit'>" +
                    "<flow:span>" +
                        "The man who now watched the fire was of a different order, and troubled himself with no " +
                        "thoughts save the very few that were requisite to his business. At frequent intervals, " +
                        "he flung back the clashing weight of the iron door, and, turning his face from the " +
                        "insufferable glare, thrust in huge logs of oak, or stirred the immense brands with a " +
                        "long pole. Within the furnace were seen the curling and riotous flames, and the burning " +
                        "marble, almost molten with the intensity of heat; while without, the reflection of the " +
                        "fire quivered on the dark intricacy of the surrounding forest, and showed in the " +
                        "foreground a bright and ruddy little picture of the hut, the spring beside its door, the " +
                        "athletic and coal-begrimed figure of the lime-burner, and the halffrightened child, " +
                        "shrinking into the protection of his father's shadow. And when again the iron door was " +
                        "closed, then reappeared the tender light of the half-full moon, which vainly strove to" +
                        "trace out the indistinct shapes of the neighboring mountains; and, in the upper sky, " +
                        "there was a flitting congregation of clouds, still faintly tinged with the rosy sunset, " +
                        "though thus far down into the valley the sunshine had vanished long and long ago.</flow:span>" +
                "</flow:p>" +
            "</flow:TextFlow>";
            public function ContainerControllerExample1()
                // create the TextFlow, containers, and container controllers
                var textFlow:TextFlow;
                var container:Sprite = new Sprite();
                var container2:Sprite = new Sprite();
                var controllerOne:ContainerController = new ContainerController(container, 200, 210);
                var controllerTwo:ContainerController = new ContainerController(container2, 200, 220);
                // import the text flow from markup using TextConverter and assign a StandardFlowComposer
                textFlow = TextConverter.importToFlow(textMarkup, TextConverter.TEXT_LAYOUT_FORMAT);
                textFlow.flowComposer = new StandardFlowComposer();
                addChild(container);
                addChild(container2);
                container.x = 25;
                container.y = 100;
                container2.x = 280;
                container2.y = 100;   
                // add the controllers to the text flow and update them to display the text
                textFlow.flowComposer.addController(controllerOne);
                textFlow.flowComposer.addController(controllerTwo);
                textFlow.flowComposer.updateAllControllers();
                textFlow.interactionManager = new EditManager();
                //controllerTwo.verticalScrollPolicy = ScrollPolicy.ON;

  • How to transport the text elements in  Reports?

    need answer to this question.
    how to transport the text elements in the reports?
    Edited by: venkata kumar on Feb 18, 2008 1:33 PM

    Hi Venkata,
    Text Elements are a component/part of the SAP script and are not individual ABAP objects within the SAP environment hence they cannot be transported independently.
    You would need to make changes in your text elements in the SAP script which would result in the SAP script being saved under a transport and moving the transport across the landscape would result in the text elements also getting transported.
    In short: Move SAP script - to move text elements.
    Cheers,
    Aditya

  • Changing the text of Text field in standard SAP transaction.

    Hi expert,
    I have a requirement in which i have to change the text of Text field in standard SAP transaction.
    Is it possible? If so, how?
    Any pointers will be highly appreciated.

    Hi,
    I think you want to change the field label of the text field.
    For ex in tcode MM01, you can change the field label of Material text field.
    The description of the field label comes from the data element it is associated with. To change the text of the field label, you have to change the field label of the data element.
    But it will effect all the fields associated with this data element.
    To change the field label of the data element go to tcode CMOD. Then click on GOTO->TEXT ELEMENTS->KEYWORDS->CHANGE.
    Then enter the data element which is to be changed. In the next screen, change the field label and save it.
    Regards,
    Vinod

  • How to display query variable in text element and format the text element

    Hi All,
    I want to display the value of the value of variable against fiscper3 and the value of the variable against 0fiscyear in the web application template from the query in the text element in the web template in BI 7 Web application designer.
    Also, in the web application designer I need to format the text element in the web application designer to set the text element to center the display change the size and make it bold. I am bit lost I cannot find these properties in the web application designer against the text element.
    Appreciate if you could kindly help.
    Thanks
    Karen

    Hi
    hope below tags would help you
    Re: Search by text on a variable
    Re: Need to display text part of TEXT variable in query designer
    regards
    nag

  • Smartforms - Change a text elements character Format

    Hello,
    I need to modify a Smartform by increasing the font size on some text elements.  When I highlight the text element to change and then click the dropdown for Character Format I can click the format I would like but it never changes.
    I've also tried resetting the character formats but it always gets back to it orginal size/settings.
    How can I change the character format in a text element?
    Thanks,
    Matt

    It appears I have to delete the field then change the character format to the font I want and finally drop the field back into place on the screen.
    If there is another way to do it, I never found it.
    Switching to the classic editor may work as well.  Worth trying.
    Thanks,
    Matt

  • How to change the text in the legend of a graph programmat​ically in labview

    I have many graphs in one plot and want to show the legend the name of the graph (i.e. the filename). How do I change the text in the legend programmatically?

    Create a property node for your graph. Use the property node "Active Plot" to define which plot (or line) you want to rename. Then write the new legend label to the property node "Plot.Name". See attached.
    Tim
    Attachments:
    legend.vi ‏12 KB

Maybe you are looking for