<?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 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-help/m-p/2774661#M646640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's not entered on the selection screen, then assign a default layout in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 16:19:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-11T16:19:32Z</dc:date>
    <item>
      <title>ALV help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-help/m-p/2774659#M646638</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;&lt;/P&gt;&lt;P&gt;If i do not give the layout name in selection-screen . The report is giving dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am giving the details .Conversion of type "SLIS_T_SPECIALCOL_ALV" to type "C" not supported.&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;data : lw_char(50).&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;fs&amp;gt; type any.&lt;/P&gt;&lt;P&gt; ASSIGN COMPONENT SY-INDEX OF&lt;/P&gt;&lt;P&gt;            STRUCTURE P_IT_ALV_DATA TO &amp;lt;LF&lt;/P&gt;&lt;P&gt; IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;   IF SY-INDEX IN R_DISP.&lt;/P&gt;&lt;P&gt;     LW_CHAR = &amp;lt;LFS&amp;gt;.----&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;Error  here&lt;/P&gt;&lt;P&gt;     CONCATENATE IT_DLFILE-TABLE LW_CHAR I&lt;/P&gt;&lt;P&gt;     SEPARATED BY CL_ABAP_CHAR_UTILITIES=&amp;gt;&lt;/P&gt;&lt;P&gt;     CONDENSE IT_DLFILE-TABLE NO-GAPS.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt; ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Akshat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 14:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-help/m-p/2774659#M646638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T14:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-help/m-p/2774660#M646639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF SY-INDEX IN R_DISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;lt;LFS&amp;gt; IS ASSIGNED.         " Ins Goutham&lt;/P&gt;&lt;P&gt;LW_CHAR = &amp;lt;LFS&amp;gt;.----&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;Error here&lt;/P&gt;&lt;P&gt;  CONCATENATE IT_DLFILE-TABLE LW_CHAR I&lt;/P&gt;&lt;P&gt;  SEPARATED BY CL_ABAP_CHAR_UTILITIES=&amp;gt;&lt;/P&gt;&lt;P&gt;  CONDENSE IT_DLFILE-TABLE NO-GAPS.  &lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.     "Ins Goutham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my changes are with pointer GOUTHAM. Try this and let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 16:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-help/m-p/2774660#M646639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-help/m-p/2774661#M646640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's not entered on the selection screen, then assign a default layout in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 16:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-help/m-p/2774661#M646640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T16:19:32Z</dc:date>
    </item>
  </channel>
</rss>

