<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: BOLD text in OOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583727#M2009468</link>
    <description>&lt;SPAN class="mention-scrubbed"&gt;divsmart&lt;/SPAN&gt;&lt;P&gt;If the answer is correct, could you please accept it?&lt;/P&gt;&lt;P&gt;Note that I can find many answers for code, even blog post, with below search:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"cl_salv_table" "create_label" site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 24 Aug 2022 07:11:18 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2022-08-24T07:11:18Z</dc:date>
    <item>
      <title>BOLD text in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583722#M2009463</link>
      <description>&lt;P&gt;Experts,&lt;/P&gt;
  &lt;P&gt;I am developing an Report using &lt;STRONG&gt;SALV factory,&lt;/STRONG&gt; Here i need to make &lt;/P&gt;
  &lt;P&gt;1. Title (TOP of page) as bold in character. How to do it. &lt;/P&gt;
  &lt;P&gt;2. Where the user runs the report's (Selection screen date to display in top of page) Ie : 01.07.2022 to 31.07.2022. &lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  METHOD output_data.&lt;BR /&gt;    DATA: error_message TYPE REF TO cx_salv_msg,&lt;BR /&gt;          alv_column    TYPE REF TO cl_salv_columns_table,&lt;BR /&gt;          lo_header     TYPE REF TO cl_salv_form_layout_grid,&lt;BR /&gt;          lo_h_label    TYPE REF TO cl_salv_form_label,&lt;BR /&gt;          lo_h_flow     TYPE REF TO cl_salv_form_layout_flow.&lt;BR /&gt;&lt;BR /&gt;    TRY.&lt;BR /&gt;        CALL METHOD cl_salv_table=&amp;gt;factory&lt;BR /&gt;          IMPORTING&lt;BR /&gt;            r_salv_table = alv_table&lt;BR /&gt;          CHANGING&lt;BR /&gt;            t_table      = lt_last.&lt;BR /&gt;&lt;BR /&gt;      CATCH cx_salv_msg INTO error_message .&lt;BR /&gt;    ENDTRY.&lt;BR /&gt;&lt;BR /&gt;    CALL METHOD me-&amp;gt;set_column&lt;BR /&gt;      CHANGING&lt;BR /&gt;        co_alv = alv_table.&lt;BR /&gt;&lt;BR /&gt;    CALL METHOD me-&amp;gt;top_of_page&lt;BR /&gt;      CHANGING&lt;BR /&gt;        co_alv = alv_table.&lt;BR /&gt;&lt;BR /&gt;    CALL METHOD toolbar_data( ).&lt;BR /&gt;&lt;BR /&gt;    CREATE OBJECT lo_header.&lt;BR /&gt;&lt;BR /&gt;    lo_h_flow = lo_header-&amp;gt;create_flow( row = 1  column = 1 ).&lt;BR /&gt;    lo_h_flow-&amp;gt;create_text( text = 'Title : Cheque Register Report.' ).&lt;BR /&gt;&lt;BR /&gt;    lo_h_flow = lo_header-&amp;gt;create_flow( row = 2  column = 1 ).&lt;BR /&gt;    lo_h_flow-&amp;gt;create_text( text = 'Vendor.' ).&lt;BR /&gt;    lo_h_flow-&amp;gt;create_text( text = po_lifnr ).&lt;BR /&gt;&lt;BR /&gt;    alv_table-&amp;gt;set_top_of_list( lo_header ).&lt;BR /&gt;    alv_table-&amp;gt;display( ).&lt;BR /&gt;  ENDMETHOD.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2087503-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 11:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583722#M2009463</guid>
      <dc:creator>divsmart</dc:creator>
      <dc:date>2022-08-12T11:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: BOLD text in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583723#M2009464</link>
      <description>&lt;P&gt;Why dont you use a LABEL in place of the TEXT to get it BOLD?&lt;/P&gt;&lt;P&gt;(lo_flow-&amp;gt;create_label)&lt;/P&gt;&lt;P&gt;Also, use a String Template to construct the dates from the selection screen parameters.&lt;/P&gt;&lt;P&gt;display it using: lo_label-&amp;gt;set_text&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 20:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583723#M2009464</guid>
      <dc:creator>sandeephari1</dc:creator>
      <dc:date>2022-08-12T20:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: BOLD text in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583724#M2009465</link>
      <description>&lt;P&gt;Dear Sandeep,&lt;/P&gt;&lt;P&gt;Thanks for swift response.&lt;/P&gt;&lt;P&gt;First point okay for me, &lt;/P&gt;&lt;P&gt;Please guidance me with 2nd Point (Where the user runs the report's (Selection screen date to display in top of page) Ie : 01.07.2022 to 31.07.2022.)  with some piece code. &lt;/P&gt;&lt;P&gt;Awaiting for your response.&lt;/P&gt;&lt;P&gt;Thanks , &lt;/P&gt;&lt;P&gt;Senthil.G&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 05:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583724#M2009465</guid>
      <dc:creator>divsmart</dc:creator>
      <dc:date>2022-08-17T05:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: BOLD text in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583725#M2009466</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;divsmart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;assume your date variable as s_date-low  and s_date-high&lt;/P&gt;&lt;P&gt;Add the following statement and put thatin your create_text as below&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    write s_date-low to date1 'dd/mm/yyyy'.
    write s_date-high to date2 'dd/mm/yyyy'.
    concatenate date1 date2 into str separated by '-'.



 lo_h_flow-&amp;gt;create_text( text = str ).&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 06:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583725#M2009466</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2022-08-17T06:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: BOLD text in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583726#M2009467</link>
      <description>&lt;P&gt;Thanks Venkat,&lt;/P&gt;&lt;P&gt;Much Helpfull...&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 18:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583726#M2009467</guid>
      <dc:creator>divsmart</dc:creator>
      <dc:date>2022-08-23T18:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: BOLD text in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583727#M2009468</link>
      <description>&lt;SPAN class="mention-scrubbed"&gt;divsmart&lt;/SPAN&gt;&lt;P&gt;If the answer is correct, could you please accept it?&lt;/P&gt;&lt;P&gt;Note that I can find many answers for code, even blog post, with below search:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;"cl_salv_table" "create_label" site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Aug 2022 07:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bold-text-in-oops/m-p/12583727#M2009468</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-08-24T07:11:18Z</dc:date>
    </item>
  </channel>
</rss>

