<?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: ALV TEXT problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592138#M266262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;   I want the text display on every subtotal and grand total as well .I am putting in layout but its not display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2006 05:07:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-14T05:07:55Z</dc:date>
    <item>
      <title>ALV TEXT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592133#M266257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abaper ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my alv repoer i  am doing sum base on the bkpf-month to the field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bseg-DMBTR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is i want  text when summing in every month .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Amount in month June is            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can  i do ? if any one can face same problem help me .&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;&lt;/P&gt;&lt;P&gt; Ajay pandey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 03:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592133#M266257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T03:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV TEXT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592134#M266258</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;u want to display sub-totals right!!&lt;/P&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;P&gt;wa_layout-subtotals_text = 'Amount in month June is:'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 03:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592134#M266258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T03:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: ALV TEXT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592135#M266259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where your r printing the amount,declare a variable with "Amount in month June is " and put it where you r printing the sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 04:13:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592135#M266259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T04:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV TEXT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592136#M266260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;remember that the text will appear in the first output column of the ALV. If the first output column is shorter than your text it will NOT appear. If it is shorter then make sure you set the outputlen in the fieldcat for the first column to be long enough(24?). ACtually, you have to allow 2 more than the length of the text as ALV precedes your text with '* '.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 04:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592136#M266260</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-09-14T04:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALV TEXT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592137#M266261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ajay,&lt;/P&gt;&lt;P&gt; Check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2226403"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 04:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592137#M266261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T04:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: ALV TEXT problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592138#M266262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;   I want the text display on every subtotal and grand total as well .I am putting in layout but its not display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 05:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-text-problem/m-p/1592138#M266262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T05:07:55Z</dc:date>
    </item>
  </channel>
</rss>

