<?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 ALV Reporting Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458127#M1415120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just copied a piece of working code to a new program. This new program still&lt;/P&gt;&lt;P&gt;uses the FM 'REUSE_ALV_GRID_DISPLAY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing that has changed is the field names and the internal table name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the old program this works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I run the new program I get a short dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Short text&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                                &lt;EM&gt;Exception condition "NO_FIELDCATALOG_AVAILABLE" raised.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                                &lt;EM&gt;What happened?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                     &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The current ABAP/4 program encountered an unexpected&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                           &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;situation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                                &lt;EM&gt;Error analysis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                     &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;A RAISE statement in the program "CL_GUI_ALV_GRID===============CP"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;raised the exception&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                     &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;condition "NO_FIELDCATALOG_AVAILABLE".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                         &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Since the exception was not intercepted by a superior&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                          &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;program, processing was terminated.&lt;/EM&gt;              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built up the field catalogue as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  column_names_wa = 'Short/Long Term'.&lt;/P&gt;&lt;P&gt;  column_names_wa-field_name = 'SICK_IND'.&lt;/P&gt;&lt;P&gt;  column_names_wa-just = 'C'.&lt;/P&gt;&lt;P&gt;  APPEND  column_names_wa TO column_names_tab.&lt;/P&gt;&lt;P&gt;  CLEAR column_names_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot understand why the original program works but the new one doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas anybody??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 09:36:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-20T09:36:39Z</dc:date>
    <item>
      <title>ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458127#M1415120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just copied a piece of working code to a new program. This new program still&lt;/P&gt;&lt;P&gt;uses the FM 'REUSE_ALV_GRID_DISPLAY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing that has changed is the field names and the internal table name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the old program this works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I run the new program I get a short dump:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Short text&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                                &lt;EM&gt;Exception condition "NO_FIELDCATALOG_AVAILABLE" raised.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                                &lt;EM&gt;What happened?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                     &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;The current ABAP/4 program encountered an unexpected&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                           &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;situation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                                &lt;EM&gt;Error analysis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                     &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;A RAISE statement in the program "CL_GUI_ALV_GRID===============CP"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;raised the exception&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                     &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;condition "NO_FIELDCATALOG_AVAILABLE".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                         &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;Since the exception was not intercepted by a superior&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                          &lt;/P&gt;&lt;P&gt;    &lt;EM&gt;program, processing was terminated.&lt;/EM&gt;              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built up the field catalogue as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  column_names_wa = 'Short/Long Term'.&lt;/P&gt;&lt;P&gt;  column_names_wa-field_name = 'SICK_IND'.&lt;/P&gt;&lt;P&gt;  column_names_wa-just = 'C'.&lt;/P&gt;&lt;P&gt;  APPEND  column_names_wa TO column_names_tab.&lt;/P&gt;&lt;P&gt;  CLEAR column_names_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot understand why the original program works but the new one doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas anybody??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458127#M1415120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458128#M1415121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi andy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the fieldcatalog table &amp;amp; check the field name which you are appending in the field catalog .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear Workarea in your program not Table . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 09:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458128#M1415121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458129#M1415122</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;Problem is here in ur code,Instead of clearing the work area ur clearing the table.&lt;/P&gt;&lt;P&gt;APPEND column_names_wa TO column_names_tab.&lt;/P&gt;&lt;P&gt;CLEAR column_names_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace clear statement to. &lt;/P&gt;&lt;P&gt;CLEAR column_names_wa .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458129#M1415122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458130#M1415123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fill the field catalog&lt;/P&gt;&lt;P&gt;  wa_fcat-fieldname = 'YEAR'.&lt;/P&gt;&lt;P&gt;  wa_fcat-ref_tabname = 'przb'.&lt;/P&gt;&lt;P&gt;  wa_fcat-ref_fieldname = 'gjahr_von'.&lt;/P&gt;&lt;P&gt;  wa_fcat-outputlen = '5'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; wa_fcat-coltext   = 'Yr'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa_fcat-seltext_l   = 'Yr'.&lt;/P&gt;&lt;P&gt;  wa_fcat-just      = 'L'.&lt;/P&gt;&lt;P&gt;  wa_fcat-no_zero   = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND wa_fcat TO it_fcat.&lt;/P&gt;&lt;P&gt;  CLEAR: wa_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with the old program field catalog decleration tooo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458130#M1415123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458131#M1415124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Javed for solving the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458131#M1415124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458132#M1415125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Javed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get another error now when I try running the program in the background:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ABAP/4 processor: GETWA_NOT_ASSIGNED&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, the original programs works ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anymore ideas???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458132#M1415125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458133#M1415126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please provide the code where it is giving error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458133#M1415126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458134#M1415127</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;There is not a progam error as such. If I look in the job detail log there is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text                                                                 &lt;/P&gt;&lt;P&gt;    Field symbol has not yet been assigned.                                                                                &lt;/P&gt;&lt;P&gt;What happened?                                                             &lt;/P&gt;&lt;P&gt;    Error in the ABAP Application Program                                                                                &lt;/P&gt;&lt;P&gt;The current ABAP program "SAPLKKBL" had to be terminated because it has&lt;/P&gt;&lt;P&gt;    come across a statement that unfortunately cannot be executed.                                                                                &lt;/P&gt;&lt;P&gt;What can you do?                                                           &lt;/P&gt;&lt;P&gt;    Note down which actions and inputs caused the error.                                                                                &lt;/P&gt;&lt;P&gt;To process the problem further, contact you SAP system                 &lt;/P&gt;&lt;P&gt;    administrator.                                                                                &lt;/P&gt;&lt;P&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look            &lt;/P&gt;&lt;P&gt;    at and manage termination messages, and you can also                   &lt;/P&gt;&lt;P&gt;    keep them for a long time.                                                                                &lt;/P&gt;&lt;P&gt;Error analysis                                                             &lt;/P&gt;&lt;P&gt;    You attempted to access an unassigned field symbol                     &lt;/P&gt;&lt;P&gt;    (data segment 93).                                                                                &lt;/P&gt;&lt;P&gt;This error may occur if                                                &lt;/P&gt;&lt;P&gt;    - You address a typed field symbol before it has been set with         &lt;/P&gt;&lt;P&gt;      ASSIGN                                                               &lt;/P&gt;&lt;P&gt;    - You address a field symbol that pointed to the line of an            &lt;/P&gt;&lt;P&gt;      internal table that was deleted                                      &lt;/P&gt;&lt;P&gt;    - You address a field symbol that was previously reset using           &lt;/P&gt;&lt;P&gt;      UNASSIGN or that pointed to a local field that no                    &lt;/P&gt;&lt;P&gt;      longer exists                                                        &lt;/P&gt;&lt;P&gt;    - You address a global function interface, although the                &lt;/P&gt;&lt;P&gt;      respective function module is not active - that is, is               &lt;/P&gt;&lt;P&gt;      not in the list of active calls. The list of active calls            &lt;/P&gt;&lt;P&gt;      can be taken from this short dump.                                                                                &lt;/P&gt;&lt;P&gt;Last error logged in SAP kernel                                                                                &lt;/P&gt;&lt;P&gt;Component............ "EM"                                             &lt;/P&gt;&lt;P&gt;    Place................ "SAP-Server sapdv5_DV1_00 on host sapdv5 (wp 13)"&lt;/P&gt;&lt;P&gt;    Version.............. 37                                               &lt;/P&gt;&lt;P&gt;    Error code........... 3                                                &lt;/P&gt;&lt;P&gt;    Error text........... "invalid Context Handle"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458134#M1415127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458135#M1415128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column_names_wa = 'Short/Long Term'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to replace it to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column_names_wa-seltext_m = 'Short/Long Term'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change at all the places where ur passing the colomn header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column_names_wa-seltext_m&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Javed Parvez on Jan 20, 2010 11:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:43:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458135#M1415128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458136#M1415129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mate,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chnaged the code to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Short/Long Term Sickness Indicator&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  column_names_wa = 'ShortLong Term'.&lt;/P&gt;&lt;P&gt;  column_names_wa-field_name = 'SICK_IND'.&lt;/P&gt;&lt;P&gt;  column_names_wa-just = 'C'.&lt;/P&gt;&lt;P&gt;  APPEND  column_names_wa TO column_names_tab.&lt;/P&gt;&lt;P&gt;  clear column_names_wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT column_names_tab INTO column_names_wa.&lt;/P&gt;&lt;P&gt;    MOVE: column_names_wa-column_name TO &lt;STRONG&gt;fieldnames-seltext_l,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;          column_names_wa-field_name  TO fieldnames-fieldname,&lt;/P&gt;&lt;P&gt;          column_names_wa-no_out      TO fieldnames-no_out,&lt;/P&gt;&lt;P&gt;          column_names_wa-just        TO fieldnames-just,&lt;/P&gt;&lt;P&gt;          'SICK_TAB'              TO fieldnames-tabname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND fieldnames TO alv_fieldcat.&lt;/P&gt;&lt;P&gt;    CLEAR fieldnames.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still getting the error. Any more ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your help with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458136#M1415129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458137#M1415130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur problem is here.&lt;/P&gt;&lt;P&gt;column_names_wa = 'ShortLong Term'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why ue using this statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statment is assigning  'ShortLong Term' to the first field of ur workarea column_names_wa.&lt;/P&gt;&lt;P&gt;That should not haapen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i am not understanding why ur doing loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  column_names_wa-seltext_m = 'ShortLong Term'.              " text which should appear as colomn header&lt;/P&gt;&lt;P&gt;  column_names_wa-field_name = 'SICK_IND'.                      " field name of a table&lt;/P&gt;&lt;P&gt;  column_names_wa-just = 'C'.                                              "alignment c,J,etc&lt;/P&gt;&lt;P&gt;  APPEND  column_names_wa TO column_names_tab.       "appending work area to internal table&lt;/P&gt;&lt;P&gt;  clear column_names_wa.                                                     "clearing work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't use the loop,instead repeat the same code for other fileds of ur internal table changing the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 11:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458137#M1415130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Reporting Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458138#M1415131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just copied the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try what you said&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 11:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reporting-issue/m-p/6458138#M1415131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T11:06:34Z</dc:date>
    </item>
  </channel>
</rss>

