<?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: Runtime error in Field catalog creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263271#M779760</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;check if field types of  wa_role and wa_field are the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 11:52:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T11:52:33Z</dc:date>
    <item>
      <title>Runtime error in Field catalog creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263270#M779759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i try to create the field catalog using the following code.&lt;/P&gt;&lt;P&gt;am getting *&lt;STRONG&gt;'Field Symbol Is not assigned' Runtime error&lt;/STRONG&gt;.*&lt;/P&gt;&lt;P&gt;Please give me idea how to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_field type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;        t_field type slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP AT t_role INTO wa_role.&lt;/P&gt;&lt;P&gt;    wa_field-col_pos = count1.&lt;/P&gt;&lt;P&gt;    wa_field-fieldname = wa_role-agr_name.&lt;/P&gt;&lt;P&gt;    wa_field-datatype = 'CHAR'.&lt;/P&gt;&lt;P&gt;    wa_field-ref_fieldname = 'AGR_NAME'.&lt;/P&gt;&lt;P&gt;    wa_field-ref_tabname = 'AGR_1251'.&lt;/P&gt;&lt;P&gt;    APPEND wa_field TO t_field.&lt;/P&gt;&lt;P&gt;    count1 = count1 + 1.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suitable  Answers rewarded with maximum points....&lt;/P&gt;&lt;P&gt;it's Urgent...&lt;/P&gt;&lt;P&gt;Give me Quick Reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263270#M779759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in Field catalog creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263271#M779760</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;check if field types of  wa_role and wa_field are the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263271#M779760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in Field catalog creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263272#M779761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First,&lt;/P&gt;&lt;P&gt;wa_role should be same as wa_field.&lt;/P&gt;&lt;P&gt;and what u r passing to wa_fieldname from wa_role is that really a field name or field value.&lt;/P&gt;&lt;P&gt;and why u r refereing same field and table as refrerence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 11:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263272#M779761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T11:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in Field catalog creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263273#M779762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error is having following short text.&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Field symbol has not yet been assigned.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error analysis&lt;/STRONG&gt;                                                             &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;Please tell me how to correct this error.&lt;/P&gt;&lt;P&gt;It is very Urgent..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263273#M779762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T12:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in Field catalog creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263274#M779763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: wa_field type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;t_field type slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_role INTO wa_role.&lt;/P&gt;&lt;P&gt;wa_field-col_pos = count1.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;translate wa_role-agr_name to upper case.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;wa_field-fieldname = wa_role-agr_name.&lt;/P&gt;&lt;P&gt;***wa_field-datatype = 'CHAR'.    &amp;lt;---commented&lt;/P&gt;&lt;P&gt;***wa_field-ref_fieldname = 'AGR_NAME'.  &amp;lt;------commented&lt;/P&gt;&lt;P&gt;***wa_field-ref_tabname = 'AGR_1251'. &amp;lt;------commented&lt;/P&gt;&lt;P&gt;APPEND wa_field TO t_field.&lt;/P&gt;&lt;P&gt;count1 = count1 + 1.&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;try with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263274#M779763</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-01-03T12:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in Field catalog creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263275#M779764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i try with this, but still am getting same runtime error.&lt;/P&gt;&lt;P&gt;please give me idea how to resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: wa_field type slis_fieldcat_alv,&lt;/P&gt;&lt;P&gt;t_field type slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT t_role INTO wa_role.&lt;/P&gt;&lt;P&gt;wa_field-col_pos = count1.&lt;/P&gt;&lt;P&gt;translate wa_role-agr_name to upper case.&lt;/P&gt;&lt;P&gt;wa_field-fieldname = wa_role-agr_name.&lt;/P&gt;&lt;P&gt;***wa_field-datatype = 'CHAR'. &amp;lt;---commented&lt;/P&gt;&lt;P&gt;***wa_field-ref_fieldname = 'AGR_NAME'. &amp;lt;------commented&lt;/P&gt;&lt;P&gt;***wa_field-ref_tabname = 'AGR_1251'. &amp;lt;------commented&lt;/P&gt;&lt;P&gt;APPEND wa_field TO t_field.&lt;/P&gt;&lt;P&gt;count1 = count1 + 1.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263275#M779764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T12:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error in Field catalog creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263276#M779765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is not with the field catalog preparation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is with your FM RESUE_ALV... please pass the parametes properly and check again... ensure that field catalog is not empty...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 12:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-field-catalog-creation/m-p/3263276#M779765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T12:11:19Z</dc:date>
    </item>
  </channel>
</rss>

