<?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: Error terminating while building dynamic field catalog in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820096#M1588912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, This is how the table is built dynamically.&lt;/P&gt;&lt;P&gt;I have a similar version of the program in r/3 4.7 system. Even theer the field catalog is  built  in this way.The code works fine.&lt;/P&gt;&lt;P&gt;May be I have missed some checks or something else around the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2011 09:04:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-22T09:04:51Z</dc:date>
    <item>
      <title>Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820094#M1588910</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;I am getting a error message when building dynamic field catalog for ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the syntax below:&lt;/P&gt;&lt;P&gt;DATA :fs_wt_alv_table  TYPE REF TO data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_alv_table_create=&amp;gt;create_dynamic_table&lt;/P&gt;&lt;P&gt;  EXPORTING it_fieldcatalog = wt_fieldcat&lt;/P&gt;&lt;P&gt;  IMPORTING ep_table = fs_wt_alv_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error pop up teriminating the program says like&lt;/P&gt;&lt;P&gt;"In unicode programs, the "=" character cannot appe&lt;/P&gt;&lt;P&gt;11 M=-1EBELNP(000016)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wt_fieldcat contains below values in its structure:&lt;/P&gt;&lt;P&gt;COL-POS FIELDNAME TABNAME&lt;/P&gt;&lt;P&gt;0	TYPE	        WT_ALV&lt;/P&gt;&lt;P&gt;1	GMID	       WT_ALV&lt;/P&gt;&lt;P&gt;2	IDNLF	      WT_ALV&lt;/P&gt;&lt;P&gt;3	TXZ01	       WT_ALV&lt;/P&gt;&lt;P&gt;4	MEINS	       WT_ALV&lt;/P&gt;&lt;P&gt;5	BSTMI	       WT_ALV&lt;/P&gt;&lt;P&gt;6	BSTRF          	WT_ALV&lt;/P&gt;&lt;P&gt;7	M=-1EBELNP	WT_ALV&lt;/P&gt;&lt;P&gt;8	M=-1MENGE	WT_ALV&lt;/P&gt;&lt;P&gt;9	M=-1EINDT	WT_ALV&lt;/P&gt;&lt;P&gt;10	M=-1ETENS	WT_ALV&lt;/P&gt;&lt;P&gt;11	M=-1EINDT2	WT_ALV&lt;/P&gt;&lt;P&gt;12	M=-1ETENS2	WT_ALV&lt;/P&gt;&lt;P&gt;13	M=-1EINDT3	WT_ALV&lt;/P&gt;&lt;P&gt;14	M=0EBELNP	WT_ALV&lt;/P&gt;&lt;P&gt;15	M=0MENGE	WT_ALV&lt;/P&gt;&lt;P&gt;16	M=0EINDT	WT_ALV&lt;/P&gt;&lt;P&gt;17	M=0ETENS	WT_ALV&lt;/P&gt;&lt;P&gt;18	M=0EINDT2	WT_ALV&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;santhosh sivanathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 07:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820094#M1588910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-22T07:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820095#M1588911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just read the error message:"In Unicode programs, the "=" character cannot appear in names"&lt;/P&gt;&lt;P&gt;You cannot have '=' in you dynamic column names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try declaring this in your program and you'll get the same error&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: M=0EINDT2 type i.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 08:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820095#M1588911</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2011-04-22T08:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820096#M1588912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, This is how the table is built dynamically.&lt;/P&gt;&lt;P&gt;I have a similar version of the program in r/3 4.7 system. Even theer the field catalog is  built  in this way.The code works fine.&lt;/P&gt;&lt;P&gt;May be I have missed some checks or something else around the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 09:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820096#M1588912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-22T09:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820097#M1588913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this 4.7 also Unicode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 09:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820097#M1588913</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2011-04-22T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820098#M1588914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 10:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820098#M1588914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-22T10:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820099#M1588915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So does the old report have Unicode checks active in the properties?&lt;/P&gt;&lt;P&gt;There is now way you can include special characters like '=' in Unicode enabled reports so you'll have to change the logic for fieldname generation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 11:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820099#M1588915</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2011-04-22T11:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820100#M1588916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. ECC 6 is unicode check system , previous one was not.&lt;/P&gt;&lt;P&gt;So , I have to take some other new method of doing it.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 11:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820100#M1588916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-22T11:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820101#M1588917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, turn OFF the unicode check in attributes for this one program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 13:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820101#M1588917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-22T13:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error terminating while building dynamic field catalog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820102#M1588918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because your any alv column name contain  "=" character.&lt;/P&gt;&lt;P&gt;in the fieldcatalog's field names doesnt contain any special character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COL-POS    FIELDNAME              TABNAME&lt;/P&gt;&lt;P&gt;7	           M=-1EBELNP	            WT_ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yours fieldname is M=-1EBELNP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldname doesnt contain any special character , for example as above "=".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 11:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-terminating-while-building-dynamic-field-catalog/m-p/7820102#M1588918</guid>
      <dc:creator>mehmetfatih_cobanoglu</dc:creator>
      <dc:date>2011-10-13T11:25:48Z</dc:date>
    </item>
  </channel>
</rss>

