<?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: write statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525839#M240857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in precise,&lt;/P&gt;&lt;P&gt;in normal output i need to show the title with &lt;/P&gt;&lt;P&gt;"this is the output"&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;the list in boxes...&lt;/P&gt;&lt;P&gt;i need to do it without using ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2006 08:11:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-24T08:11:25Z</dc:date>
    <item>
      <title>write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525838#M240856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;does anyone know how to write the write statement for the Header with bigger text and the values in boxes using sy-vline sy-uline.&lt;/P&gt;&lt;P&gt;if anyone got the sample of the same is helpfull&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525838#M240856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525839#M240857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in precise,&lt;/P&gt;&lt;P&gt;in normal output i need to show the title with &lt;/P&gt;&lt;P&gt;"this is the output"&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;the list in boxes...&lt;/P&gt;&lt;P&gt;i need to do it without using ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525839#M240857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525840#M240858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample...&lt;/P&gt;&lt;P&gt;use the event top-of-page&lt;/P&gt;&lt;P&gt;report zreport line-count 30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-To display the headers for main list&lt;/P&gt;&lt;P&gt;    FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;        WRITE: / SY-ULINE(103).&lt;/P&gt;&lt;P&gt;    WRITE: /   SY-VLINE,&lt;/P&gt;&lt;P&gt;          (8) ' ' ,&lt;/P&gt;&lt;P&gt;               SY-VLINE,&lt;/P&gt;&lt;P&gt;          (8)  ' ' ,&lt;/P&gt;&lt;P&gt;               SY-VLINE,&lt;/P&gt;&lt;P&gt;          (19) 'SEX'(015) centered,&lt;/P&gt;&lt;P&gt;               sy-vline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WRITE: /   SY-VLINE,&lt;/P&gt;&lt;P&gt;          (8) 'VBELN'(013) ,&lt;/P&gt;&lt;P&gt;               SY-VLINE,&lt;/P&gt;&lt;P&gt;          (8) 'POSNR'(014) ,&lt;/P&gt;&lt;P&gt;               SY-VLINE,&lt;/P&gt;&lt;P&gt;          (8) 'MALE'(016) ,&lt;/P&gt;&lt;P&gt;               sy-vline,&lt;/P&gt;&lt;P&gt;           (8)  'FMALE'(017) ,&lt;/P&gt;&lt;P&gt;               sy-vline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    FORMAT COLOR OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ 'test'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525840#M240858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525841#M240859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I can understand from you requirement you can do the needful using write and concatenate statements as shown in the below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'Material' 'Quantity' 'Text' into ltitle&lt;/P&gt;&lt;P&gt;separated by sy-vline.&lt;/P&gt;&lt;P&gt;uline.&lt;/P&gt;&lt;P&gt;write : / ltitle.&lt;/P&gt;&lt;P&gt;uline.&lt;/P&gt;&lt;P&gt;loop at idata.&lt;/P&gt;&lt;P&gt;  concatenate idata-f1 idata-f2 idata-f3 into ldata&lt;/P&gt;&lt;P&gt;  separated by sy-vline.&lt;/P&gt;&lt;P&gt;  write : / ldata.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;uline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525841#M240859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525842#M240860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can pass your title to the system field SY-TITLE field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-title = 'new headings'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; sy-uline(80). "you wil get 80 characters of underline.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 1(1) sy-vline,&lt;/P&gt;&lt;P&gt;         3(10) 'text',&lt;/P&gt;&lt;P&gt;         11(1) sy-vline,&lt;/P&gt;&lt;P&gt;         12(1) 'text2',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----like this add your fields with the VLINE in between.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:16:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525842#M240860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525843#M240861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;thanks fo rthe suggestions. i need the header text in bigger size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525843#M240861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525844#M240862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FORMAT COLOR COL_HEADING.&lt;/P&gt;&lt;P&gt;  WRITE: 'Date', 20 'Seats Occupied', 50 'Seats Available'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will give you bit different appearing.I am not sure we can change the font size with WRITE statement.its not possible i guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525844#M240862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525845#M240863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi srikanth,&lt;/P&gt;&lt;P&gt;i nearly got my answers from all and especiallyu. so i am awarding 6 points to you.&lt;/P&gt;&lt;P&gt;thanks once aain for all the experts.&lt;/P&gt;&lt;P&gt;i remain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525845#M240863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525846#M240864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in normal way it is not possible.&lt;/P&gt;&lt;P&gt;But Using the Class &amp;lt;b&amp;gt;CL_DD_DOCUMENT&amp;lt;/b&amp;gt; it is possible. Check the sample program &amp;lt;b&amp;gt;DD_STYLE_TABLE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above program explaing very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525846#M240864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: write statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525847#M240865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to put the write sentence in bigger size, don´t know if it is possible, in a standard report (look at the sap help of write sentence)... &lt;/P&gt;&lt;P&gt;If you want this, maybe you have to consider an ALV output (with a header), or to do a sap form (smartform or sapscript).&lt;/P&gt;&lt;P&gt;Another alternative, is what the other people said, to put the message you want at sy-title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 08:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-statement/m-p/1525847#M240865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T08:33:17Z</dc:date>
    </item>
  </channel>
</rss>

