Dynamic text in Data elements

Hi all,
          Can we populate the data element text dynamically.
         For eg: we have field  TXT whose data element is ZTEXT and the short text that appears in the table is TEXT.
        Now we want to create two other fields TXT1 and TXT2 and the text that needs to appear should be other than TEXT (could be TEXT1 & TEXT2) is it possible to do such kind of modifications..
      To boil down, we want to use one data element across different fields but that text needs to be diffferent.
Thanks in Advance,
Regards,
Kishore Yerra.

The text is inherited from the data element. While creating tables you have 2 options 'Data Elements'   OR  'BUILT-IN  / PREDEFINED' see the button next to SEARCH HELP button in the table - toolbar.
In such case why you want to use the Text element, you can use th BUILT-IN  / PREDEFINED Types, You can direcly give the field name and type along with required texts.
Hope it will help.
Regards,
Vishal

Similar Messages

  • Dynamic Text for data series ?

    Hi, is posible setting dynamic text in data series when use dynamic value ?
    We need show Actual Year value and Last Year value in Label for Series.
    Thank you.

    This is not possible unless you have enhancement pack 1 for visual composer which I think is still in rampup...
    Here is the enhancement noted in the article below.
    Taken from blog:
    Option to dynamically define element titles
    For chart views, form views, table views, HTML views, nested iViews and popup iViews (popup signal), you can now define dynamic titles using the Expression Editor. A new (ellipsis) button to the right of the field in the Configure Element task panel displays the Title Editor dialog box, in which you enter either or define a custom expression.
    /people/judy.kestecher/blog/2008/08/26/whats-new-in-visual-composer--enhancement-package-1-for-sap-netweaver-70

  • Getting short text of data element

    Dear Friends,
    Is there is a function module,where if a field is
    given the corresponding short text of the data element
    is got.
    kind regards
    kaushik hegde

    Hi,
    -> select table DD04L / DD04T
    -> or fm DD_DTEL_GET
    regards Andreas

  • Using loadVariables() to populate a Dynamic Text in a MovieClip

    Hello everyone,
    I am trying to populate a Dynamic Text with data from a
    remote database. I have no problem populating the Dynamic Text with
    the data from the remote database if the Dynamic Text is placed in
    the main timeline using the following code.
    loadVariables ("php/attorney.php", "");
    Once I move the Dynamic Text into a Movie Clip with instance
    name of “MC_But_1” I am only able to populate the
    Dynamic Text if I place the above code in the movie clip. Since it
    is going to take sometimes for the data to be transferred from the
    remote database I rather to do this on the main timeline before the
    MC_But_1 is shown. I have used the following code but for some
    reason it is not working.
    loadVariables ("php/attorney.php", _root.MC_But_1);
    Can someone be kind enough to tell me where I am going wrong?
    Thank you very much and have a great day.
    Khoramdin

    > Since it is going to take sometimes for the data to be
    > transferred from the remote database
    That is one of the best arguments for abandoning
    loadVariables() in
    favor of LoadVars(). Check that out in the manual. It's
    better because
    there are events that get triggered when a data transfer has
    completed
    and you can write an event handler script to deal with server
    responses.
    Christian Scholz-Flöter

  • Dynamic Text in Form Results

    Anyone know how do I include the dynamic text box data in a
    form? The user clicks on a picture when then populates a dynamic
    text field box with the text using external txt files. I then want
    the user to be able to email the form with some input fields filled
    out (which is working fine), but I cannot get the text from the
    dynamic fields to come through in the email. Thanks

    lcameron@cameronsolutions
    <[email protected]> wrote:
    > Thanks Franz for all your help, sorry I wish I knew
    something about
    > PHP but never needed it before. I tried the code with
    not much
    > success but I think I have entered it in all wrong? Do
    you think you
    > could show me to whole code it should be? I have put...
    >
    > <?PHP
    > while (list($myName, $myValue) = each($_POST)){
    > $myMessage .= $myName."\n";
    > for($i = 0; $i < strlen($myName); $i++){
    > $myMessage .= "=";
    > }
    > $myMessage .= "\n";
    > $myMessage .= $myValue;
    > $myMessage .= "\n\n\n";
    > }
    >
    > $to = "[email protected]";
    >
    > $shape = $_POST['shape'];
    > $coping = $_POST['coping'];
    > $name = $_POST['name'];
    > $email = $_POST['email'];
    >
    > $subject = "Website Enquiry\n";
    > $myMessage .= "Website Enquiry\n\n";
    > $myMessage .= "Shape: $shape\n";
    > $myMessage .= "Coping: $coping\n";
    > $myMessage .= "Name: $name\n";
    > $myMessage .= "Email: $email\n";
    > $mailheaders = "From: $name <email>\n";
    > $sentOk = mail($to,$subject,$myMessage,$mailheaders);
    > echo "sentOk=" . $sentOk;
    >>
    >
    > The results that come through in the email are;
    >
    >
    > loadText
    > ========
    > start=&onLoad=%5Btype%20Function%5D
    >
    > name
    > ====
    > Lisa
    >
    > email
    > =====
    > [email protected]
    >
    > Website Enquiry
    >
    > Shape:
    > Coping:
    > Name: Lisa
    > Email: [email protected]
    Acually this seems to be just fine. All the underlined words
    are variables,
    sent from Flash to PHP.
    Your variable loadText seems to be shaken a little. Is this
    variable the one
    you`re looking for?
    Freundliche Grüße,
    Franz Marksteiner

  • Use of documentation flow in data element!!!!

    hi experts,
      what is the use of documentation flow in data element.
    if that field is selected then where will be changes reflected ?
    thanks in advance,

    Hi,
    Changing Data Element documentation (F1 help text)
    SAP allows you to modify data element documentation (F1 help text), this could be useful if you want to add/remove information from the F1 help text. E.g. If you are using the field to store info it was not intended for.
    Step 1
    Using transaction CMOD chose the following menu option
    Menu Goto->TExt Enhancements_>data elements->list cust docu.
    Enter the data element that you wish to change the documentation text for, then click the change icon(Pencil in 4.6c and tick in 4.6b). You will then be presented with the following screen, which allows you to create new versions of the data element documentation. Simply click on the Change button and enter a name within the customer name range.
    Regards

  • How to control required and optional data elements

    I am developing a web service using a stateless EJB. By default, when I use servicegen, the WSDL contains nillable="true" for all elements. How can I modify my EJB code so I can specify which elements are required vs optional?
    Thanks.

    Hi,
    Use Function Module READ_TEXT to retrive the long text.
    Pass below values for parameters
    text name - <data element name>
    text id - 'TX'.
    text object - 'DOKU'.
    <b>Reward points for helpful answers</b>
    Satish
    Message was edited by:
            Satish Panakala

  • Dynamic text element (Text Symbols)

    Hi,
    How can we make text element dynamic?
    Ex:
    If I want a text "Consider date g_date" where g_date is populated from program. Can I pass g_text like <b>text-001 g_text</b>?
    Thanks.

    If you need it for a message, just use a predefined generic one, i.e
    MESSAGE s000(0k) WITH 'Consider date' gdate '' ''.
    Then you don't even have to define 'Consider date' as a text-symbol. But you can. Then it is
    MESSAGE s000(0k) WITH text-001 gdate '' ''.
    Regards,
    Clemens

  • Linking a class to a dynamic text field to load XML data.

    Hi,
    I'm quite new to ActionScript and would be grateful for any help here.
    I want to load text into a dynamic text field (called 'about_tab') using  a class depending on the language selected (by clicking on a flag icon)  by the user.
    I managed to get this to work when the ActionScript was written directly  in the timeline, but am having problems with doing the same thing via a  class.
    This is my class file:
    package
    import flash.display.SimpleButton;
    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    import flash.net.URLRequest;
    import flash.net.URLLoader;
    import flash.events.Event;
    public class ChangeLang extends SimpleButton
    public function ChangeLang()
    addEventListener(MouseEvent.CLICK, switchLang);
    trace("ChangeLang class working");
    public function switchLang(event:MouseEvent):void
    var lang = event.target.name;
    var req:URLRequest = new  URLRequest("languages/"+lang+".xml");
    var loader:URLLoader = new URLLoader();
    var substance:XML;
    function xmlLoaded(event:Event):void
    trace("function xmlLoaded is running");
    substance = new XML(loader.data);
    about_tab.text =  substance.about_lbl;
    loader.addEventListener(Event.COMPLETE, xmlLoaded);
    loader.load(req);
    Here's one of my XML files (the other is the same except "About" is  written in German):
    <substance>
    <about_lbl>About</about_lbl>
    </substance>
    When I run it, it returns my trace statements that the class ChangeLang  and the function xmlLoaded are running, but no text appears in the  dynamic text field (I should/want to see the word 'About'). I get this  error message:
    1120: Access of undefined property about_tab
    The problem, I'm guessing, is in the part in red in my code. I think I need to target the text field in the display list by creating a  reference to it. If so, could someonw point out how I do this, or perhaps a tutorial that would help. I've tried adding the word stage (i.e.,stage.about_tab.text =  substance.about_lbl; ) but it still doesn't connect. I guess there's something really simple I'm missing, so I  apologize if this comes across as a stupid question
    Thanks for any help.

    Hello flashrocket!
    I'm also new to AS3 and I've just started using external classes and I think I know what you should do to put your code to work.
    Instead of using the text field you created inside your flash file, why don't you use the "TextField" class to create an instance of this object? It's the exact same thing as when you create and instantiate a new text field inside Flash.
    First, import flash.text.*; (includes classes like TextField, TextFieldAutoSize, TextFormat, TextFormatAlign, etc)
    Than you just have to create a var like
    public var about_tab : TextField;
    or
    public var about_tab : TextField = new TextField();
    then, to adjust the properties of this tab you use dotsyntax as if it where on your stage like:
    about_tab.x = 50; about_tab.alpha = .5; etc...
    you can even create a function to "config your textField"
              private function createAndConfigTextField() : void {
                   about_tab = new TextField(); //you only need this line if you
              // only typed something like "public var about_tab:TextField;
              // if instead you used "public var about_tab:TextField = new TextField(); outside
              // this function, just skip this first line because you already have an instance of
              // text field named "about_tab"...
                            about_tab.autoSize = TextFieldAutoSize.CENTER;
                   about_tab.background = true;
                   about_tab.border = true;
                   var aboutTextFormat : TextFormat = new TextFormat();
                   format.font = "Arial";
                   format.color = 0x000000;
                   format.size = 11;
                   format.bold = true;
                   format.align = TextFormatAlign.CENTER;
                   about_tab.defaultTextFormat = aboutTextFormat;
                   addChild(about_tab);
    This is just an example of what you can do... I hope you get it... let me know if you have any doubt...

  • How to populate data dynamically in WSelect web element.

    How to populate data dynamically in WSelect web element. what is the syntax of WSelect web element to populate data from the database

    Hi Jamie,
    There is no Url to download ackage, instead the link is taking here
    Crystal Reports webElements
    Can you give me correct link?

  • How to create hyperlinked text in F1 help of a particular Data Element.

    Dear Guru
    I have encountered an issuse regarding to create hyperlinked text in F1 help of a particular Data Element.
    For Example what i am trying to do is ---
    If you open a particular data element say "ATNAM" in se11 you will found the below documentation available for ATNAM -->>
    DE ATNAM
    Text
    Characteristic Name
    Definition
    Name that uniquely identifies a *characteristic*.
    >> The "characteristics" comes in hyperlinked bluecolor and if we press this it linked to below --- >>
    Definition: characteristic
    Classification (CA-CL)
    Property for describing and distinguishing between objects, such as length, color, or weight.
    Profitability Analysis (CO-PA)
    I am able to make 1st part of the documentation using SE61.
    But I am not able to make Hyperlinked part of that documentaion .
    please show me some way to develop this
    Thanks & regards
    Saifur Rahaman

    HI,
    you can give the hyperlink in the documentation by going to the path below
    MENUBAR ----> INSERT -----> TEXT -----> HYPERTEXT.
    this will solve the issue
    have a good day
    regards
    sarves

  • 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.

  • Displaying XML data in dynamic text box

    I'm attempting to display external XML data in a dynamic text box. When I test preview my code, the information that I want to display shows up in the Output window, so I know that its linked and works. My trouble is creating the code that will link to my (txtBox) and displaying when previewed. Please take a look at the files below if you have any time to offer suggestions.
    Thank you!
    Andy

    That's not an error, it's just a warning and flash is suggesting that if you use appendText vs. +=, that your results may display faster
    if you don't want to see the warning, you can take the suggestion and use:
    txtBox.appendText(bldg.S11[i].SF.text());
    txtBox.appendText(bldg.S11[i].Tenant.text());
    txtBox.appendText(bldg.S11[i].Status.text());
    ~chipleh

  • Change VTTK-TEXT1 Data Element Display text

    Hi All,
    Can any one please tell me is there any way that i can change the Display Text of the Data Element VTTK_TEXT1 without getting an access Key from SAP .
    Thanks ,
    Dilum

    Hi Dilum,
    You can do this using TEXT-EXITS
    TOCDE: CMOD
    GOTO---> TEXT ENHANCEMENT--->KEYWORD----> CHANGE( Give Data Element name )    SAVE
    Best Regards,
    Pravin

  • Finding Short Text for selected Data Element

    Hi all,
    I need to find the short description using a data element (technical name) as a search criteria, where you can use trxn SE12 to search for its short description.
    e.g. KEY = 'Synchronization key'
           SPRAS = 'Language Key'
           VBELN = 'Sales and Distribution Document Number'
    In my ABAP program, I have a list of data elements (technical name) but I want its short description to be displayed.
    Can someone shed of light of how to achieve the above?
    Thanks and regards,
    Patrick

    Field DDTEXT Table DD04T will return the short description of the data element. Also pass language 'E' in DDLANGUAGE field and data element name in ROLLNAME.
    For short description use field: DDTEXT
    For Short Field Label use field : SCRTEXT_S
    For medium Field Label use field : SCRTEXT_M
    For medium Field Label use field: SCRTEXT_L
    For heading Use Filed: REPTEXT

Maybe you are looking for

  • My photoshop won't open, it says that the preferences file has been deleted. What do I do?

    I was just working in my photoshop with no problems, I had just downloaded a free trial pluggin (Filter Forge) but that wasn't working, so I tried to close photoshop to re open it and it wasn't responding so I had to force quit it, and when I went to

  • Html5 audio doesn't work for mp3s.

    I can't seem to get tag <audio> working with mp3s on my system(FF 24, Win 7 x64). I tried some wav files, those work ok. But whenever i try to play mp3 file, the html5 player just flashes for a few milliseconds and then disappears. So, is there a bit

  • I'm unsuccesfully trying to update Creative Cloud (Photoshop CC)

    Dear You I have received a notification, that the is an essential update that I ned to execute. When I click the Update button in the Creative Cloud Window, the downliad start, but reaching 62% progress, I'm told that the update was unsuccesfull and

  • HT1178 Backed up files on a time capsule

    Hi, My hard drive was reformatted whilst being repaired wiping all of my data. And then rebooted without re-installing my files from my Time Capsule. So how do I now re-instal my files from my last back up? And when I re-install those files, will the

  • Oracle VM Server for SPARC Management Platforms

    Upon doing some nominal research, I see that the Oracle VM for x86 platform is significantly more robust (at least at first glance) with regards to migrations/interface/etc. Where is the equivalent of Oracle VM Manager for SPARC? Is the Oracle Enterp