<?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: problem with column headings in OOPS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994729#M707412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done that already,i have optimized the width of the coloumn.&lt;/P&gt;&lt;P&gt;  i have also removed the technical name, pls guide me on what to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2007 11:26:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-25T11:26:54Z</dc:date>
    <item>
      <title>problem with column headings in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994727#M707410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i am working on a lav list display program and im using the class cl_salv_table to display my itab&lt;/P&gt;&lt;P&gt;now i have given specific field heading to certain fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lr_columns TYPE REF TO cl_salv_columns,&lt;/P&gt;&lt;P&gt;lo_columns TYPE REF TO cl_salv_columns_table,&lt;/P&gt;&lt;P&gt;lo_column TYPE REF TO cl_salv_column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lr_columns = alv-&amp;gt;get_columns( ). &lt;/P&gt;&lt;P&gt;lo_columns = alv-&amp;gt;get_columns( ).&lt;/P&gt;&lt;P&gt;lo_column = lo_columns-&amp;gt;get_column( 'SETS' ).&lt;/P&gt;&lt;P&gt;lo_column-&amp;gt;set_technical( '' ).&lt;/P&gt;&lt;P&gt;lo_column-&amp;gt;set_medium_text( 'sets shipped' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is for column SETS i cant give short text since 'sets shipped' doesnt fit in,also if i use medium text that is not reflected in the output until i stretch the column.&lt;/P&gt;&lt;P&gt;wat do to 2 get the heading without strecthing the column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994727#M707410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T10:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem with column headings in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994728#M707411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to call lr_columns-&amp;gt;&amp;lt;b&amp;gt;SET_OPTIMIZE&amp;lt;/b&amp;gt;( IF_SALV_C_BOOL_SAP~TRUE ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 10:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994728#M707411</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-10-25T10:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with column headings in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994729#M707412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have done that already,i have optimized the width of the coloumn.&lt;/P&gt;&lt;P&gt;  i have also removed the technical name, pls guide me on what to do&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 11:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994729#M707412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem with column headings in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994730#M707413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had declared the SETS field as mseg-menge, now i have delcared it as character 10, and so it is working, but still there should be some other way to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 11:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994730#M707413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T11:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with column headings in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994731#M707414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may give another try to method lr_column-&amp;gt;&amp;lt;b&amp;gt;SET_OUTPUT_LENGTH&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 12:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994731#M707414</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-10-25T12:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem with column headings in OOPS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994732#M707415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no thats is not working......&lt;/P&gt;&lt;P&gt; thanks for all ur help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 14:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-column-headings-in-oops/m-p/2994732#M707415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T14:43:46Z</dc:date>
    </item>
  </channel>
</rss>

