FormattedTextView in NW 7.0?

Hello!
If and when will the UI elements FormattedTextView and FormattedTextEdit be available in Web Dynpro for Java 7.0?
I have played around with them in NWCE 7.1 and I have seen documentation for them in WDP Abap NW04s, but I cant find the ui elements in NW 7.0 ehp1.
Thanks in advance!
PS.
Here is the documentation for NWCE 7.1:
http://help.sap.com/saphelp_nwce711/helpdata/en/44/4f68fb6fc30a65e10000000a422035/frameset.htm
Edited by: Richard Linnander on Jul 7, 2009 9:24 AM

According to my investigation FormattedTextView/Edit contols are available in WebDynpro for Java beginning from release 7.0 EHP1. See https://cw.sdn.sap.com/cw/docs/DOC-15696
I tested 7.0 SP23 and FormattedTextView/Edit was not available.

Similar Messages

  • Newline in formattedtextview

    Hi,
    I have a formattedtextview UI element that I want to fill with certain values at runtime.
    All these values should be on different lines . How do I use the new line character to achieve this.
    I tried to append these values in a String (displayText)  and used \n for new line. I then converted this to formatted text using:
    IWDFormattedTextFactory instance =
              (IWDFormattedTextFactory) WDHelperFactory.getInstance(IWDFormattedTextFactory.class);
              String value = displayText;;
              IWDFormattedText formtext = instance.fromPlainText(value);
         wdContext.currentContextElement().setFoTxt(displayText);
    This however does not work.The data comes on one line
    Can someone suggest.
    TIA.
    Regards,
    Himanshu

    Sorted....
    We need to use
    IWDFormattedText valueOf(String text)
    and not
    IWDFormattedText fromPlainText(String text)
    Instead of "\n" use "<br></br>"
    Regards

  • HCM Processes and Forms - Confirmation Text Formatting

    Hi All,
    I am attempting to use the Confirmation Txt in the Scenario Steps of a form. When the editor comes up, there are not options for formatting available. According to the help system, the text editor provides you with XML formatting options as below.
    http://help.sap.com/erp2005_ehp_06/helpdata/EN/85/4850649d694b40b9157f16e1c5f2ec/content.htm?frameset=/en/4f/27bcc535a218c3e10000000a421937/frameset.htm
    Below is a screen print. Notice that a very limited toolbar is available with no formatting options:
    Has anyone had experience with this and if so, were you able to format the text? Any help would be greatly appreciated.
    Our system is ECC 6.0, EhP 6.
    Thank you,
    Mark

    Have not tried using this.
    However check if using tags mentioned here FormattedTextView -  Web Dynpro ABAP - SAP Library help.
    Regards.

  • HTML Tags in Text View

    Is it possible to use HTML tags to format a string displayed
    within a text view.  If so how?

    Jonathan,
    No, this is impossible for TextView.
    In WD ABAP it is possible using FormattedTextView UI control.
    See my post that describes workaround for WD Java: /people/valery.silaev/blog/2005/11/23/display-formatted-text-using-webdynpro-for-java
    VS

  • Display HTML in Web DynPro Java View

    Hi,
    I have a data in HTML code. It is a full HTML code with the body, head, html.... Now in my Web DynPro i have a section whereby it displayed the message that store in the database table. In that column store all the HTML code. So now in my Web DynPro im using a TextEdit to display the message. It will showed all the HTML code in the TextEdit.
    For example
    <html>
    <head>
    </head>
    <body>
    <p>Testing</p>
    </body>
    </html>
    Is it possible in Web DynPro to display the HTML just like a webpage? As it will convert the HTML code to a readable format.
    Thanks.

    Hi Adrian,
    In case you have formatted text that you wish to be rendered on a Web Dynpro view (but not shown as is) then you should use the FormattedTextView UI element.
    Follow these steps:
    1. Insert a FormattedTextView element in your view.
    2. To define the content of the FormattedTextView, select the text property of your FormattedTextView element and bind the text property to the context attribute which has your HTML content
    When the application is run,  the HTML will be shown as a web page.
    Event onAction is triggered when the user clicks on a link (<a> tag) inside the FormattedTextView. The parameter contains the href attribute of the triggered link.
    The TextEdit UI element will not serve your pupose. Hope this helps.
    Best Regards,
    Supriya

  • How to display a file system in tree view

    Hi all,
    I Developed an application (APEX 3.2) to track incoming and outging mail. Incoming mail is scaned and saved on "ARCHIVE" server directory structure as the following
    Incoming**2011*
    ** 1
    **2
    **3
    **4
    2011 is the year and numbers from 1 - 4 are letters ID. I have no problem to link the incoming mail with the image on file server (each letter must have an image)
    Some letters may have attachmentms (different format pdf, word, jpg, etc.)
    attachment*2011
    **2
    **4
    I would like to enable attachment link only for for letters with attachment in above case letter 2 and 4 and the directory where the attachment saved to be displayed in TREE view.
    Thank you.
    Ribhi

    Hi,
    have you tried
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9d/a6884121a41c09e10000000a155106/frameset.htm">TextView</a> or <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/3b/219141c1d0ae5fe10000000a1550b0/frameset.htm">FormattedTextView</a> ?
    You could also make a development request.
    Regards, Heidi

  • Rich Text editor in Webdynpro

    Hi,
    With the new FormattedTextView in 2004s one will be able to render xhtml compliant rich test in Webdynpro.
    This however only covers the rednering of rich text.
    There still does not seem to be a rich text editor control available for webdynpro applications, which I think might be a common requirement for document centric applications.
    I was wondering :
    1 - will there be a richt text editor control available for WDP in the forseeable future ?
    2 - if not, are there any workardounds available to allow for the generation of rich text ?

    Hi Valery,
    Well, I already thought of that kind of solution, but I do not consider it a very clean solution. I know WDP supports portal eventing. On the other side of such a scenario you could even do without a 3rd party wysiwyg editor, cause SAP does offer an html editor control in its set of HTMLB controls.
    We intend to use WDP as a UI layer on top of SAPs KM. Our scenario involves template based publishing of structured documents (we first looked at xml forms, but they showed too many limitations). The idea is to model the document structure and content at runtime as WDP context structures (based on xml schemas) and then to serialize WDP context into XML content and metadata, with KM acting as business and persistence layer. Markup and insertion of images into the different text parts of the document however has become an additional requirement, which is why we are looking for a ways to fit that in our current design.
    You could indeed think of some kind of data exchange between a regular portal component and the wdp application, but I am not too confident whether that is going to be a reliable solution.
    PS : for the serialization of WDP context, your post in a different thread on this forum helped me a lot in my first attempts to create KM documents from data wdp runtime data (context). The link provided to the online book and your little example was very welcome. Thanks for that !

  • How to display a file content in view

    hi team,
    I have files which are already uploaded in SAP. I can read the contents of the file but
    I can't find the UI element where I can display the content of the file.
    I have heard that IFrame can be used to solve the purpose. But using IFrame I am only
    capable to show files which are in MIME objects.
    Can anybody give suggestions how to achieve it?

    Hi,
    have you tried
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9d/a6884121a41c09e10000000a155106/frameset.htm">TextView</a> or <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/3b/219141c1d0ae5fe10000000a1550b0/frameset.htm">FormattedTextView</a> ?
    You could also make a development request.
    Regards, Heidi

  • Display HTML code in TextView

    Helo everybody,
                     I wanna apply <marquee> tag in WebDynpro View.....
    what i did:
    1. Created Attribute with STRING type,
    2. bound to FormattedTextView UI element.
    3. set value as '<html><body><marquee> my message </marquee></body></html>'.
    when i run this, it is showing '<html> tag is not allowed'.
    any other possible ways.. Please describe be clearly i.e step by step process.
    Moderator message: this is the wrong forum, please have a look in the "Web Dynpro ABAP" forum.
    Edited by: Thomas Zloch on Jun 6, 2011 9:30 AM

    Helo everybody,
                     I wanna apply <marquee> tag in WebDynpro View.....
    what i did:
    1. Created Attribute with STRING type,
    2. bound to FormattedTextView UI element.
    3. set value as '<html><body><marquee> my message </marquee></body></html>'.
    when i run this, it is showing '<html> tag is not allowed'.
    any other possible ways.. Please describe be clearly i.e step by step process.
    Moderator message: this is the wrong forum, please have a look in the "Web Dynpro ABAP" forum.
    Edited by: Thomas Zloch on Jun 6, 2011 9:30 AM

  • PDF locking when displaying it in iFrame in browser

    Hi guys,
    I have a webpage written in ASP.NET which displays a PDF in the browser using an iFrame. Relevant ASPX code is below:
    <iframe id="ifrmPDF" src='<%=sFile %>'></iframe>
    Where the variable sFile is the path to the PDF that I am displaying.
    But for some reason displaying the PDF in this way is having the effect of locking the file so it cannot be updated on the server while somebody is viewing it. I was under the impression that when you view a PDF in a browser a copy was downloaded to the local machine and it was that which was being viewed but this doesn't appear to be the case.
    Can anyone tell me of another way to display a PDF in a browser which will allow the file to be overwritten in the background?
    Any help would be greatly appreciated and if you need anymore info then please let me know.
    Thanks,
    Al

    Hi,
    have a look at following message
    This UI element is too broken to be really useful and cannot be fixed.
    For integration of non-Web Dynpro applications, please use the Enterprise Portal instead.For embedding (help) texts and the like, please use the appropriate mechanisms, e.g. TextView, FormattedTextView, Explanation etc.
    Portal layouts are way to presenting your iviews in portals.
    Ashu

  • Abap vs java in webdynpro

    hai..
    creating webdynpro in ABAP
    creating webdynpro in JAVA
    which one of the above is a better option....I mean which has a better future...
    Please someone put me out of this confusion.
    will be rewarded if helpfull.
    Regards,
    Jhansi

    Hi,
    In most areas Web Dynpro Java and ABAP are alike, they are based on the same programming model.
    In WDA you have the advantage of the integration into the complete development infrastructure, with transport system etc.
    As to functionality, there are some UI elements in WDA that are not yet there in WDJ e.g. FormattedTextView.
    Web Dynpro ABAP, on the other hand, does not support mobile devices.
    For more information on WDA, Refer these threads..
    /people/oliver.mayer/blog/2006/06/14/web-dynpro-abap-or-java
    Web Dynpro ABAP Documentation
    http://www.edv-buchversand.de/sap/productinfo.php?cnt=productinfo&id=gp-038&type=0&lng=1
    http://searchsap.techtarget.com/searchSAP/downloads/SAPPRESS.pdf
    http://www.eclipsecon.org/2004/EclipseCon2004-Descriptions.pdf
    http://searchsap.techtarget.com/searchSAP/downloads/chapter-june.pdf
    Hope this helps !!!
    Cheers
    Alfred

  • Web Dynpro ABAP - Using Formatted TextView

    Hi,
    I created a  Web Dynpro ABAP application.  I need to display user information (i.e. address, phone # etc) on the home page after user logs in to the portal.  I created some Formatted TextView elements in the view and trying to change their text during the runtime.  Can someone please let me know how to change the text of the field in runtime.  If some one can provide pseudo code with sysntax, it would be great help.  Sorry, if it is a very basic question.
    Thanks.

    Hi Shan,
    There is nothing special about how you can work with the text of FormattedTextView UI element. You just need to bind the "Text" property of this element to a context attribute of type STRING. So whatever value you maintain within this attribute would get displayed in your FormattedTextView. So in order to dynamically change the text you would just have to do a SET_ATTRIBUTE on this context attribute. If you want to know as to how you can do it via the methods of FormattedTextView class then you have a method by name SET_TEXT in the class CL_WD_FORMATTED_TEXT_VIEW. You can call this method using the reference of the FormattedTextView on your view & pass the desired text as input to the parameter "VALUE". However keep it in mind that you are better off binding the "Text" property to a context attribute & changing the attributes data rather than directly using the SET_TEXT method to change the data.
    For any example over FormattedTextView you can check the standard component: WDR_TEST_MISC.
    Regards,
    Uday

  • Multiline text in cell of the table

    Hi Experts,
    I have internal table wich has field (type STRING).
    Value field is for example '  <?p?>?line1?<?/?p?>?<?p?>?line2?</p>?' Without '?'
    It means that value in one cell of the table should be so :
      line1
      line2
    I cannot to use FormattedTextView for table column.
    What I can to use instead this?
    Thanks in advance
    Evgeniy
    Edited by: Evgeny Vazhev on May 5, 2011 2:03 PM
    Edited by: Evgeny Vazhev on May 5, 2011 2:04 PM

    Since you can't use the formatted UI elements, you will need to remove the XHTML formatting.  I would suggest perform text replacement and removing the
    <p>
    completely and replacing the
    </p>
    with cl_abap_char_utilities=>cr_lf. 
    Try that with the textView. If the carriage return isn't used in the text view, you might swap the UI element to a disabled textEdit UI element instead.

  • Bold Text from Standard Text

    Hi All
    I am using standard text using READ_TEXT and create_From_sapscript methods. Some text in standard text contains BOLD, this is showing in SO10 print priview as well, but in webdynpro BOLDis not coming?? How to create Bold using STandard TExt... pelase help..
    Thanks,
    kris.
    Edited by: kissnas on Oct 20, 2010 8:29 AM

    Hi,
    It should be in the formatting of the SO10 text. Maybe you can save your SO10 text like this:
    This is normal text, but <strong>this word</strong> is bold.
    You can then set this values in your context element and bind it to your formattedtextview.
    Regards,
    Roelof

  • Displaying transaction  in IFrame

    Hi All,
       Is it possible to display SAP transaction in IFrame UI control in webdynpro application, If so can some one explain me how to do that.
    Regards,
    Tarun.

    Hi,
    have a look at following message
    This UI element is too broken to be really useful and cannot be fixed.
    For integration of non-Web Dynpro applications, please use the Enterprise Portal instead.For embedding (help) texts and the like, please use the appropriate mechanisms, e.g. TextView, FormattedTextView, Explanation etc.
    Portal layouts are way to presenting your iviews in portals.
    Ashu

Maybe you are looking for

  • BEFW11S4 ver.3 - NETWORK CABLE UNPLUGGED

    My father-in-law gave me a BEFW11S4 ver.3 router and said that it was working fine.  I downloaded the user guide from Linksys and follwed the instructions to hook it up through my DSL modem but it keeps saying "NETWORK CABLE UNPLUGGED".   I'm trying

  • Can I embed web page in Keynote presentation?

    I am working on a Keynote presentation, I am a novice, but this is for a very important presentation. Whatever way possible, I need to show current, active webpages in my presentation. Can a webpage be embedded in Keynote? If absolutely not, can i ta

  • Using Spring beans from EJB MDB

    I have a situation where I need to use spring beans from an EJB 3.0 MDB. The project does not have any webapps or anything, it will be only a MessageBean facade that needs to call spring beans. It is meant to be a service, that can be called by usign

  • I want to do some trick in adf af:table insertion.

    hi jdev experts, i am using jdev 11.1.1.5.0-adfbc-oracle db10g-mozilla firefox9.0 what i did, drag and drop the one of dcontrol as af:table .and drag and relavent insertion operation. ok. the thing is. the af:table holds 70'records only. when i click

  • Wont update message displays: An error has occured while downloading software .......

    please help!!  Iam trying to update my playbook 16GB but each time i accept and try to apply the update i get a pop up in middle of screen saying: An error has occured while downloading software for your device. Please verify your internet connection