Displaying text in BOLD in classical report

Hi all,
I want to display a word as BOLD in classical report.. How to acieve the same in classical report
Regards,
Shanthi

HI,
I m working in ECC 6.0 system only. But still the followinf statement is not displaying the word in bold letters.
Pls tell  me what is wrong in the below code.
FORMAT INTENSIFIED on.
write 'some text'.
FORMAT intensified off.

Similar Messages

  • Display a text as blinking in classical report

    Hi experts,
    I've to display a text as blinking in classical report output.
    Is this possible? If possible, how to do this? Need your help.
    With regards,
    Goutam

    hi goutam
    I am assuming that you want the text as Static and not data from some sap table
    For that
    what you can do is add a png image which is blinking through OAER and call that in your report ..
    Also did you try the Tcode DWDM .. ?
    OR you could use RSDEMO_HTML_VIEWER ...
    Hope this helps
    Regards
    Manthan.

  • Text in bold in normal report

    hi to all,
    plz help me in this issue
    how can we make text heading bold in the normal report
    thanks in advance
    kiran kumar.

    hi,
    If you are using WRITE statements, use
    FORMAT INTENSIFIED ON.
    WRITE : / 'welcome'.
    FORMAT INTENSIFIED OFF.
    rgds
    Anver

  • How to display special characters in APEX Classic Report column

    Ref: Thread: How to display newline characters as new lines
    Version: APEX 3.2
    Hi,
    I have created an classic SQL Report with one of the columns being a decode that gives a value 'Post'(the value should be highlighted in Red) on one condition and 'Pre' on another. I have followed the advice given in the page (URL provided above) , i.e. I have changed Strip HTML to 'No', changed Display as to 'Display as text (escape special characters, does not save state)'. I have also passed this value back to the same page to be stored in a page item each time a link (another column in report) in report is clicked. I have tried passing it as #DEADLINE# and \#DEADLINE#\. The issue I face is, instead of the value being highlighted in Red, it gets passed back as a string holding the value 'Post'. Is there any way I can get this to display as it should without the Strip HTML being changed to 'Yes'.
    Thanks very much.
    Rohi
    Edited by: Rohi on 18-Jul-2012 04:21

    876651 wrote:
    Hi,
    Thanks for your response.
    I am trying to display a page item that is derived from a report column based on a click on the URL link (*view >*>)
    This page item (here, it is Manager_ID) should ideally be highlighted when a particular condition is satisfied (achieved using a DECODE in the report).
    But it is not displayed like it should be.
    I do not want the value to be displayed along with the html tags as a string.
    I want the html tags to take effect and highlight the value within it.
    Initially, I had set Strip HTML to Yes and the value was returned without any highlighting .
    So I changed it to 'No' and and it contained the html tags.
    I am not sure what setting in APEX Report Attributes can help me achieve that effect I want.None of the report settings are relevant. They affect the rendering of the report and none of the columns you were changing the properties of were actually rendered.
    You can't pass HTML and CSS around in URL parameters.
    I suggest you pass *2* values in the column link: the MGR ID and a simple class or colour value computed by the DECODE in the report. I've suppressed the first version of the report and created a new one that does this:
    decode(dept.deptno, '30', 'c00', '000') highlight The link column now passes the MGR ID and the HIGHLIGHT colour (red when the condition is satisfied and black when it is not).
    I created another hidden and protected page item <tt>P0_HIGHLIGHT</tt> as the target for the highlight value, and used the Pre/Post Element Text properties of the <tt>P0_G_MGR</tt> to wrap it in a <tt>span</tt> whose colour is changed using the <tt>P0_HIGHLIGHT</tt> value as a subtitution string:
    <span style="color: #&P0_HIGHLIGHT.;">Having done that, I still don't really get the requirement here. I'm sure that given the full picture I'd be using a completely different approach...

  • Displaying text in bold weight using PL/SQL

    I am trying to display some text using PL/SQL. I would like it to display in bold, but I haven't been able to find anything that will work. I tried using htp and htf which supposedly creates html tags, but I couldn't get that to work properly. I also tried the srw built in package. My code currently looks like this:
    function CF_NUMBER_HOLESFormula return Char is
    begin
    return('NUMBER OF HOLES LOGGED: ' || :number_of_holes);
    end;
    And it only displays if the variable number_of_holes is not null. I want it so that 'NUMBER OF HOLES LOGGED' is bold but the actual output from the database is not.
    Thank you,
    Amanda Stephano

    Hi Alison
    One approach could be:
    Instead of using a PL/SQL formula, follow any one of the two ways suggested above by Vinayak / Sripathy, and make only your Text Bold.
    Then go to the Property inspector of the fields that you have created, and in all the fields (wherever you want) - whether it is a repeating frame, or a boilerplate text or a data field, you choose "Conditional Formatting" from the Property Inspector and do the following:
    New.. > If the value of: > Number_of_holes > Null > Hide the Object.
    This will print the whole text + number only whenever the number is Not Null.
    Navneet.

  • How to print some text in BOLD in a classical report

    Hi,
    I need to print some selected text in BOLD in classical report.
    Went through SDN forum...came across some suggestions like using class cl_dd_document and its functions..
    The problem is that one of its function "add_text" allows to highlight text...but the display function "display_document" requires a container to display, whereas mine is a simple classical report...am i wrong somewhere..or is there any other method to do the same...
    Thanks!!

    Hi Deepti,
      I am not sure that is possible on a classical report ntu you can use colors to highlight a part of the report output in order to check the various options you have with format is to check F1 on format.
    Regards,
    Himanshu

  • Classical report display from an alv list

    Hi, 
    I have an alv report displayed, and for this alv report have a user defined menu. Now when the Save button is clicked on the application bar then in the background we have a set of invoices which are generated for all the values selected from the alv list.
    Now after this a list is to be displayed listing all the items which were selected from the alv(ie the check boxes for the alv selected and not a particular field for selection)  for which the invoices were created. how do we display the list in a classical report format considering that the write statement will not work....???

    Hi
    Try thsi......
    You write the code in some Zreport of your own and from your ALV program pass the values to this ZReport program. You can pass via 2 ways
    a) Pass via  Export to Memory and Import from Memory ID
    b) Call Submit via Selection Screen and return
    Hope thsi Helps
    Anirban

  • How to print logo in printout using classical report.

    Hello Friends,
    By using below code i am displaying logo in output using Classical report.
    What my problem is it is not displaying in print out.
    Please help. or else tell me how to print logo in classical report as well as output print out.
    DATA: docking TYPE REF TO cl_gui_docking_container,
          picture_control_1 TYPE REF TO cl_gui_picture,
          url(256) TYPE c ,
          query_table LIKE w3query OCCURS 1 WITH HEADER LINE,
          html_table LIKE w3html OCCURS 1,
          return_code LIKE w3param-ret_code,
          content_type LIKE w3param-cont_type,
          content_length LIKE w3param-cont_len,
          pic_data LIKE w3mime OCCURS 0,
          pic_size TYPE i,
          repid LIKE sy-repid.
    repid = sy-repid.
    START-OF-SELECTION.
      CREATE OBJECT picture_control_1
        EXPORTING
          parent = docking.
      CHECK sy-subrc = 0.
      CALL METHOD picture_control_1->set_3d_border
        EXPORTING
          border = 5.
      CALL METHOD picture_control_1->set_display_mode
        EXPORTING
          display_mode = cl_gui_picture=>display_mode_stretch.
      CALL METHOD picture_control_1->set_position
        EXPORTING
          height = 100
          left   = 700
          top    = 1
          width  = 200.
      "Position
      IF url IS INITIAL.
        REFRESH query_table.
        query_table-name = '_OBJECT_ID'.
        " Logo Name
        query_table-value = 'ENJOYSAP_LOGO'.
        APPEND query_table.
        CALL FUNCTION 'WWW_GET_MIME_OBJECT'
          TABLES
            query_string        = query_table
            html                = html_table
            mime                = pic_data
          CHANGING
            return_code         = return_code
            content_type        = content_type
            content_length      = content_length
          EXCEPTIONS
            object_not_found    = 1
            parameter_not_found = 2
            OTHERS              = 3.
        CALL FUNCTION 'DP_CREATE_URL'
          EXPORTING
            type     = 'image'
            subtype  = cndp_sap_tab_unknown
            size     = pic_size
            lifetime = cndp_lifetime_transaction
          TABLES
            data     = pic_data
          CHANGING
            url      = url
          EXCEPTIONS
            OTHERS   = 1.
      ENDIF.
      CALL METHOD picture_control_1->load_picture_from_url
        EXPORTING
          url = url.
      WRITE : /'Classical Report Logo'.
    Regards,
    Phaneendra
    Edited by: phaneendra punukollu on Dec 31, 2009 11:38 AM
    Code Formatted by: Alvaro Tejada Galindo on Jan 4, 2010 4:52 PM

    Hello Nidhi,
    Thanks for your sugessition.
    Actual we have data from IDOCS and it is maintained in Ztables
    and need to dispaly in report ( Service centre - Warranty data ).
    The report is completed. So again going to Script means waste of time for us.
    So Plz help me  if possible in Classical report.
    Regards,
    Phaneendra

  • Classic report Photo

    Is there any way to display the employee photo in classic report.
    want to know whether " Dynamic Documents " is applicable for this.

    Hi,
    Refer to this link..[LOGO IN CLASSICAL REPORT|LOGO IN CLASSICAL REPORT] this will tell you how to insert Logo in the Classical Report. Check this might help .

  • How to Print a text in bold format in a classic report ??

    How to Print a text in bold format in a classic report ??

    hi
    u can use
    <b>FORMAT  INTENSIFIED ON.</b>
    regards
    ravish
    reward if useful

  • How to display the  text in a classical report before top-of-page?

    Hi all,
    I am developing a classical report with top-of-page because i want to display the texts of cloumns  even users scroll down the output.
    But here the problem is i have to display a text and selection screen values in the ouput ,Before this top-of-page. But i couldn't find the way to do it.
    Please help me on solving this problem?
    Thanks,
    Vamshi.

    Hi Vamsi,
    whenever there is write statement and you are going to display some thing the system checks for the TOP-OF-PAGE and we are helpless here
    so declare your heading in the TOP-OF-PAGE only
    THIS is SAP provided way of the SYSTEM bahaviour
    Regards
    ramchander Rao.k

  • Bold text in Classical Report

    hi,
    I am developing classical report for printing. In that I want some letters in bold text.
    How I will get that?
    Manoj..

    Hi,
    check out this...
    DATA col TYPE i VALUE 0.
    DO 8 TIMES.
      col = sy-index - 1.
      FORMAT COLOR = col.
      WRITE: /  col              COLOR OFF,
               'INTENSIFIED ON'  INTENSIFIED ON,
               'INTENSIFIED OFF' INTENSIFIED OFF,
               'INVERSE ON'      INVERSE ON.
    ENDDO.
    Regards,
    Venkatesh

  • Bold String in classical report

    Hi Gurus,
    Plz guide me on how to print a bold string using write : kna1-kunnr in the output string in classical retport.
    Customer No- 12446
    I want :
    <b>Customer No- 12446</b>
    Regards
    Rajesh

    Hi Rajesh,
    LOOP AT IT.
    FORMAT INTENSIFIED ON.
    WRITE : 'Customer No - ',IT-KUNNR.
    FORMAT INTENSIFIED OFF.
    ENDLOOP.
    bold report
    Bold font in report output display
    hope it will solve your problem...
    <b>Reward points if useful..</b>
    Thanks & Regards
    ilesh 24x7

  • How to set the number of rows displayed in a classical report at runtime?

    Hi,
    Our customer has several standard client hardware configuration and would like to enable end users to choose their 'display profile' at login time. This 'display profile' would contain predefined values for these hardware configurations and supposed to set various paramters that should define the number of rows displayed in a classical report region.
    I tried to provide parameters on the report region but it refused to accept anything but numerical values. Is it possible to do this?
    Regards, Tamas

    The link is to the closest linkable point in the documentation to the description of the Number of Rows (Item) attribute.
    It sounds like you have been trying to enter&mdash;unsuccessfully&mdash;an item name or substitution string into the Number of Rows attribute. The Number of Rows (Item) attribute is the one that actually allows you to do this. Click on the flashlight icon beside it to get a list of items from the application.

  • END-OF-PAGE not displayed in the last page of the classical report.

    Hi all..
    The END-OF-PAGE is not displayed in the last page of the classical report.
    SY-LINCT value is 30.
    Lines displayed in the report per page is 24.
    [3 for TOP-OF-PAGE and 3 for END-OF-PAGE]
    My Internal table has 6942 records.
    It comes 289 pages with 24 records in a page and 290 th page with 6 records.
    The END-OF-PAGE is not coming for the 290 th page.
    Please help.
    Thank You.
    Karthi M R.

    There are multiple links in SDN on this subject; Please search,
    end-of-page

Maybe you are looking for

  • Pdf live form through sap abap editor to validate user input by java script coding

    I am new to apply a java script in a Adobe form. So i need of help that i have 9 page form of HR module i need to verify every blank field and wrong entry field also. I look around a lot of code but still i am not able to perform good validation in a

  • Row and Column detection of a 2D boolean array

    I use an array as showed by my example (LB8.2). Press a 1 or 0 in the array changes it's value and it gives back the Row and Column (that was changed). I use this to program a 22 channel patterngenerator (GPIB). It sends only the column (channel of p

  • Color separation when exporting a PDF

    It's been driving me nuts, ADOBE seems to have forgotten about color separation when using the export to PDF method.  Even quark has this option. Anyway I was hoping to know if there is a way that I don't know. Cheers

  • Adjusting speed of clips

    Just a quick question, If I adjust the decrease the speed of a clip on a timeline, it pushes all the footage after it forward. This is a bit of a pain when editing to music as it knocks everything out of sync. The method I use is to copy the clip to

  • My website causes Safari to freeze on OSX - PC works fine though!

    HI. My web page (composed on Dreamweaver CS3) at http://kareltests.co.uk causes Safari running on Mac OSX (10.4.11) to freeze up if I try to close the window or navigate away. The page works fine otherwise, as does everything else. Only when trying t