<?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 OOALV PAI problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106705#M1617012</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;I am new to OOALV. I am done with my report. But when I am trying to download the report output to a local file or excel sheet. from standard ALV download option. I am getting a runtime error saying " Field Not Assigned".&lt;/P&gt;&lt;P&gt;I checked in SDN also but no use. I did not found any solution. every body is telling error in Field catalog. But I checked twice there is no error in the FCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2011 11:00:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-31T11:00:05Z</dc:date>
    <item>
      <title>OOALV PAI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106705#M1617012</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;I am new to OOALV. I am done with my report. But when I am trying to download the report output to a local file or excel sheet. from standard ALV download option. I am getting a runtime error saying " Field Not Assigned".&lt;/P&gt;&lt;P&gt;I checked in SDN also but no use. I did not found any solution. every body is telling error in Field catalog. But I checked twice there is no error in the FCAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106705#M1617012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-31T11:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV PAI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106706#M1617013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you paste your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106706#M1617013</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-08-31T11:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV PAI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106707#M1617014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid you will get same answer here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest put a break-point on message statement and debug around the code where this message is triggered. Try to find out which field ALV class is try to access just before the message is issued.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably the problem would be with definition of field-catalog of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck with debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pawan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pawankesari on Aug 31, 2011 4:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106707#M1617014</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2011-08-31T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV PAI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106708#M1617015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check what is the error in the simple way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Set_table_for_first_display method pass the exporting parameters as I_CONSISTENCY_CHECK = 'X'.&lt;/P&gt;&lt;P&gt;Now execute your report. If the ALV ouput shows something in red. then it is a problem with your FCAT. Else it is a problem with your Layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Bhargav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: VENKAT SESHA on Aug 31, 2011 1:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106708#M1617015</guid>
      <dc:creator>Venkat_Sesha</dc:creator>
      <dc:date>2011-08-31T11:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV PAI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106709#M1617016</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;did you create the structure by hand in the programme or is it created from a structure using a function? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 11:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106709#M1617016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-31T11:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: OOALV PAI problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106710#M1617017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i face the same problem check the field catalog that text has assigned in small letter or in field catalog dont give reference table and reference field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 12:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ooalv-pai-problem/m-p/8106710#M1617017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T12:27:14Z</dc:date>
    </item>
  </channel>
</rss>

