Bigger text in webdynpro

how to make a text bigger in a text field or in a lable in abap web dynpro.
pls help me in this.

Hi Jean,
for webdynpro for ABAP related questions use the WDA forum at Web Dynpro ABAP
regs,
hema.

Similar Messages

  • Howtomake part of text as bold or differnt color text edit-webdynpro abap

    Hi
    How to make part of text as bold or differnt color in text edit-webdynpro abap.
    If we can make it bold then it is ok....or else atleast we have make it into some other color of part of text.
    Note:
    I tried with class char utilities and able to solve the issues like new line and carriage return....but could
    not make this bold or different color.
    Also when I use formatedtextview, I can able to solve this bold issue but I cannot solve this newline or carriage return issue...?
    Can any one help on this ?
    Thanks in advance
    regards,
    Pons

    You have to use the FormattedText UI elements for such a thing.  That is their purpose. 
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/3b/219141c1d0ae5fe10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/2772f505605447e10000000a422035/frameset.htm
    Supported Tags:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/08/5696420cc2c56ae10000000a155106/frameset.htm
    What kind of problem did you have with the Formatted Text?  Line breaks?  Did you try using the br tag?

  • Bigger text in ABAP webdyn

    how to make bigger text in ABAP web dynpro

    Hi Jean,
    there are several options.
    a) as an enduser: use the web browser settings (in IE: menu -> view -> text size)
    b) as a programmer: depending on the type of the view element use different designs. E.g. for the element "TextView" use design "header1"
    c) as an admin / programmer: call the web dynpro application using your own style sheet. 
    Silke

  • How to create a long text in webdynpro for abap?

    Hi Experts,
                      I am new to Web Dynpro for ABAP, I have a requirement for Grievance workflow. For this we have developed a Webdynpro application which appears in portal. Here my issue is user wants to enter a long text on the screen and I have to save this text as standard text. Is it possible to create a text box which we can insert number of lines?
    If so can anybody please suggest me how to resolve this issue.
    Thank You.
    Ranganadh.

    hi ,
    u can use the TEXT EDIT UI element , procced like this :
    1 Right click on Root Element UI container , insert elemnt TEXT EDIT
    2 create a context attribute of type string or string_table
    3 bind value property of ur UI to this attribute
    4 u can get the values entered in the text UI by user , by get_attribute method
    press CNTRL + F7  , select the radio button read context node/attribute , select the corresponding attribute
    The attribute to be bound can be of type STRING or STRING_TABLE. With STRING_TABLE rows from TextEdit are stored as table rows. A line break is always stored as a line feed in a STRING (CL_ABAP_CHAR_UTILITIES=>NEWLINE, ASCII decimal 10). The Web Dynpro framework carries out the conversion for the client platform.
    Note that a string to be displayed in TextEdit, must only use a line feed as a line break.
    refer this online help :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/06/45ee412e5e6324e10000000a1550b0/content.htm
    regards,
    amit

  • Colored text in webdynpro screen

    How to have colored text in the webdynpro screen. I am using formatted text view, but there is no color option and also I want buttons to appear big, but there is no option of height for buttons, it would be great if you could let me know how to do this.
    Thanks.

    hi,
    You can change the appearance in the button properties in two ways.
    - The button 'design' can be changed from standard to emphasized, pervious and next.
    - You can add an icon on the button next to (or instead of) the text. Select an icon from the pre-defined catalogue under the 'imageSource' config.
    Refer Button Layout. (Answer by Phil).
    Thanx.

  • Blinking Text in Webdynpro View

    Hi Guys,
           How to make the blinking text in textView of the webdynpro iview?  I am in need of your suggestions.
    Thanks & Regards,
    Thirumurugan.A

    Hi ,
    If ur html page is test.html
    just fill source as test.html
    In NWDS go to Navigator select your project
    place the html  i.e test.html   in the folder
    src->mimes->Components->com.<folder>
    Regards,
    Sunitha Hari

  • Help Text for Webdynpro Application

    Hi Guys,
    I've created a "Help" link. clicking on it displays a popup  Help_Window. I want to display paragraph of  Text in this Help_Window.
    Is there any element available where i can enter a paragraph of text ?
    ( my goal is to create  documentation for the application. just like we do documentation for se38 programs )
    Your inputs are highly appreciated.
    Thanks in Advance.
    Arun.

    Solution :
    1. Create MIME to import the help.PDF file which contains documentation to your application
    2. In Help_View i have included the element INTERACTIVE_FORM.
    3. In method WDDOINIT of HELP_VIEW  i have included the following code to call the help.pdf file
      data:
        mime_repository type ref to if_mr_api,
        content type xstring,
        url type string value '/SAP/BC/WebDynpro/SAP/WDR_TEST_ADOBE_PDF_ONLY/test.pdf'.
      mime_repository = cl_mime_repository_api=>get_api( ).
      call method mime_repository->get
        exporting
          i_url = url
        importing
          e_content = content.
      wd_context->set_attribute( name = 'PDF' value = content ).
    4. on clicking the help link from my main window i'm calling the HELP_VIEW as a popup window. in this window it displays the help.pdf file which give the documentation about the application.
    check example - WDR_TEST_ADOBE_PDF_ONLY

  • Translation OTR-Texts in WebDynpro

    Hi,
    how can I translate OTR-texts in a WebDynpro? Is there a special transaction?
    BR Alfons

    Hi,
    see the <a href="http://help.sap.com/saphelp_nw70/helpdata/en/0a/784941bb75f623e10000000a155106/frameset.htm">documentation</a>
    OTR texts are translated via SE63
    Regards, Heidi
    PS: See also http://help.sap.com/saphelp_nw70/helpdata/en/f8/dd8a0f276111d5b316000102a3fd99/frameset.htm
    Message was edited by:
            Heidi von Geisau

  • Rename alv header text in webdynpro abap

    Hi ,
    I have created two attribute PART_NUMBER and TERM_CODE in context level with type CHAR10.
    AND in ALV header PART_NUMBER and TERM_CODE is displaying, which is coming from context level.
    i want to rename the header of ALV to PARTNUMBER and TERMCODE.
    could any one send me the sampls code or any solution?
    Thanks
    Rakshar

    First get access to the ALV Model object for your ALV usage:
    data: l_ref_cmp_usage type ref to if_wd_component_usage.
      l_ref_cmp_usage =   wd_this->wd_cpuse_alv( ).
      if l_ref_cmp_usage->has_active_component( ) is initial.
        l_ref_cmp_usage->create_component( ).
      endif.
      data l_salv_wd_table type ref to iwci_salv_wd_table.
      l_salv_wd_table = wd_this->wd_cpifc_alv( ).
      data l_table type ref to cl_salv_wd_config_table.
      l_table = l_salv_wd_table->get_model( ).
    Then access the column you want to change the header on. In addition to setting the text of the header of the column, you must also force off the data dictionary binding for the field property text.
    data l_column type ref to cl_salv_wd_column.
    l_column = l_table->if_salv_wd_column_settings~get_column( 'POSTING_DATE' ).
      data l_header type ref to cl_salv_wd_column_header.
      l_header = l_column->get_header( ).
      l_header->set_prop_ddic_binding_field(
        property =  if_salv_wd_c_ddic_binding=>bind_prop_text
        value = if_salv_wd_c_ddic_binding=>ddic_bind_none ).
      l_header->set_text( `Posting Date` ).

  • Long text in webdynpro

    Dear friends,
    In one of my component, i want to use long text,  user will enter more than 2000 characters, this text i want to save and later i have use in the smart form
    could any one please help me
    Thanks
    Vijaya

    Hi Vijaya,
    Oh, I can create the domain with 2000 chars in my system.
    There are standard domains available with length 2000,
    Try to search the domain as below
         Go to SE11, click on domain and press F4
    Now, type data type as CHAR
    Length as 2000 and click on OK
    Now, you should get some domains, use them
    If you don't find it, we have no choice you have to go with the length suggested by system.
    Hope this helps you.
    Regards,
    Rama

  • Apple Script: Incoming Mail - bigger Text with Rule

    Salve!
    Have some Problems to create an Apple Script. At first - some Mail Accounts from Incoming Mails in Apple Mail App (Mountain Lion) are very fine with Font Size. Some Mail looks like Font Size 6 in the Inbox. Ok, i can size the Font higher with CMD and + ... but it is manual... i dont like this workaround.
    So i create an new Rule in Mail App - Incoming Mail from XYZ and then start this Apple Script XYZ...
    But i am an beginer with Apple Script and it will not work. Can you please help me? I will start the Script with Apple Rule. And the Script must formated the new incomming Mail with Font Size 12 (or 14... or... Number is only one Number)...
    Can you help me please?

    Launch Applications > Utilities > Terminal.app and see if the undocumented defaults setting defaults write com.apple.mail MinimumHTMLFontSize 12 (that's mentioned here) works for you.  That example sets the minimum font size to 12.  You might need to restart mail after the change; I haven't used this setting in a while.

  • Advanced text editing in WebDynpro Java

    Hi,
    Please let me know how can I add advanced text editing (making text bold or italic or changing the font of text ) in WebDynpro Java?
    Is it possible to do it in JSP and integrate in WebDynpro using IFRAME? Please advice me.
    Regards,
    Umapathi

    HI Patana,
    In web Dynpro Java, You can make the text bold but italic and changing the font of text is not possible.
    You can use iframe to do it. but its use is not recommended by SAP.
    It is a depreceted feature of web dynpro.
    reagrds,
    Sarbjeet

  • On a MAC (10.6) I want to make the icons/tool bar text bigger. How???

    Simple. I want to make the icons/tool bar text bigger. i.e., the words "Home" "Reload" "Stop" "History", etc in toolbar are way, too small. I need bigger icons, toolbar text, and bigger text on TABS. How can I do this?

    See:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • I'm brand new to Macs and Air. How do you make the onscreen text bigger overall. The print is super small?

    I am going blind trying to see the tiny text on this laptop. I'm sure there is a way to make it bigger overall.  Also need bigger text (to see as I type) on e-mails? What do I do?

    Overall ?
    Try a different resolution
    Open System Preferences > Displays > Display > Scaled
    For Mail. With Mail open, from the menu bar, click Mail > Preferences then select Fonts & Colors tab.
    Click Select to change the font and font size.
    Message was edited by: Carolyn Samit

  • 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

Maybe you are looking for

  • I need to install CS6 on a replacement hard drive and need help with deactivation/reactivation

    I have had a major hard drive crash that is resulting in my replacing the drive in my Mac with a new one, then re-installing my programs onto it. I have a copy of CS6 on the current bad hard drive that is activated. Do I need to deactivate it before

  • HELP!! I'm not getting the security questions reset e-mail from Apple!! D:

    I got an App Store card with €25 and added it to my Apple ID and it worked but as soon as I wanted to buy something, I had to answer my security questions which I didn't know the answer to so I decided to reset my security questions by sending an ema

  • Multdecl error in algorithm.cc /w SS C++ 5.12

    Howdy, I am running into trouble with multiple declaration errors in the libCstd algorithim.cc file while trying to compile a C++ file. I'm hoping somebody has a clue. Background - I am trying to port a library that was originally written using GNU C

  • How to Read barcode using Gige camera qith vison software

    Hi , I have a Gige vision camera, I need to use this to read the barcode and save it in a file. Is there a way to read a barcode directly from the camera using labview vison software.Please do let me know if there is a way. Thanks, Ankit G Solved! Go

  • Assigning Disks in a Cluster

    Hi, Im new to NetApp and am using the Simulator to help my development. I setup a 7mode simulator with no issues.  I have now setup a DataOnTap 8.1.0, two node cluster.  It has 2 shelves disk ID's are v4.xx and v5.xxx. The v5.xxx disks are assigned t