<?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 in ALV program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-alv-program/m-p/2351930#M519293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you are trying to use a field-symbol to access a filed when you haven't assigned anything to the field symbol.&lt;/P&gt;&lt;P&gt;Try to see to which this is pointing and assign a value to it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sooness.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 12:09:01 GMT</pubDate>
    <dc:creator>dev_parbutteea</dc:creator>
    <dc:date>2007-06-08T12:09:01Z</dc:date>
    <item>
      <title>Problem in ALV program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-alv-program/m-p/2351928#M519291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts! &lt;/P&gt;&lt;P&gt;i had created an alv program , then tried to add a filed into fcat. but its now giving runtime error as below.&lt;/P&gt;&lt;P&gt;&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 92).                                                                                &lt;/P&gt;&lt;P&gt;This error may occur for any of the following reasons:                   &lt;/P&gt;&lt;P&gt;    - You address a typed field symbol before it is set using ASSIGN         &lt;/P&gt;&lt;P&gt;    - You address a field symbol that points to a line in an internal table  &lt;/P&gt;&lt;P&gt;      that has been deleted                                                  &lt;/P&gt;&lt;P&gt;    - You address a field symbol that had previously been reset using        &lt;/P&gt;&lt;P&gt;      UNASSIGN, or that pointed to a local field that no longer exists       &lt;/P&gt;&lt;P&gt;    - You address a global function interface parameter, even                &lt;/P&gt;&lt;P&gt;      though the relevant function module is not active,                     &lt;/P&gt;&lt;P&gt;      that is it is not in the list of active calls. You can get the list    &lt;/P&gt;&lt;P&gt;      of active calls from the this short dump.                              &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;S.C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 11:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-alv-program/m-p/2351928#M519291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in ALV program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-alv-program/m-p/2351929#M519292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shashikant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;type-pools:slis.&lt;/P&gt;&lt;P&gt;data:itfieldcat type slis_t_fielcat_alv&lt;/P&gt;&lt;P&gt;ths will take care of when we use reuse_alv_fieldcatalog_merge to build a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you want to add a check box to this strucutre then you need to declare&lt;/P&gt;&lt;P&gt;data:itfieldcat1 type slis_fieldcat_alv and build the strucutre and append this itfieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 12:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-alv-program/m-p/2351929#M519292</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-06-08T12:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in ALV program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-alv-program/m-p/2351930#M519293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you are trying to use a field-symbol to access a filed when you haven't assigned anything to the field symbol.&lt;/P&gt;&lt;P&gt;Try to see to which this is pointing and assign a value to it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sooness.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 12:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-alv-program/m-p/2351930#M519293</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2007-06-08T12:09:01Z</dc:date>
    </item>
  </channel>
</rss>

