<?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: datatype error for a thing which was not declared  in main programm........ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582644#M862516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the statement below:&lt;/P&gt;&lt;P&gt;data: it_file&amp;amp;1 like &amp;amp;2 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;part of a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for  DEFINE .... END-OF-DEFINITION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is the &amp;amp;2 is the second parameter and calling the macro and passing a different value for the second parameter wiil allow you to change the type it_file1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Greg Kern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 16:19:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T16:19:01Z</dc:date>
    <item>
      <title>datatype error for a thing which was not declared  in main programm........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582638#M862510</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;in a program it was  like this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_file1[] = it_out[]..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while going for syntax check it was giving a error like this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"IT_FILE1" must be a character-type field (data type C, N, D, or T).&lt;/P&gt;&lt;P&gt;but it_file1 was not declared in the programm..to change the datatype as C,N,etc.,		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in an include tht was declared as below....&lt;/P&gt;&lt;P&gt;data: it_file&amp;amp;1 like &amp;amp;2 occurs 0 with header line...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me for this.............how can i change the data type of it_file1...it was not allowing to  declare tht one in main program ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 11:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582638#M862510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T11:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: datatype error for a thing which was not declared  in main programm........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582639#M862511</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;declate the fiel1 type string or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: file1(100) type c for that it is sloved.&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 11:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582639#M862511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: datatype error for a thing which was not declared  in main programm........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582640#M862512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried ur thing..but it was again giving an error like file1 was already declared .....i hope this is because it was already been declared in include....but there they have used a stmnt like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: it_file&amp;amp;1 like &amp;amp;2 occurs 0 with header line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582640#M862512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: datatype error for a thing which was not declared  in main programm........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582641#M862513</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;Declare as follows in the Main Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Data : it_file1 like it_out occurs 0 with header line.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morris Bond.&lt;/P&gt;&lt;P&gt;Reward Points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582641#M862513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: datatype error for a thing which was not declared  in main programm........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582642#M862514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in ur main program,declare it_out as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:it_out like table of it_file with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;den ur assignment will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582642#M862514</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-03-27T12:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: datatype error for a thing which was not declared  in main programm........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582643#M862515</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;even though i declared like tht it was givining an error like it_file1 already declared as it was already declared in include as follows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  data: it_file&amp;amp;1 like &amp;amp;2 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can change datatype here in the above line.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 12:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582643#M862515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: datatype error for a thing which was not declared  in main programm........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582644#M862516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the statement below:&lt;/P&gt;&lt;P&gt;data: it_file&amp;amp;1 like &amp;amp;2 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;part of a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for  DEFINE .... END-OF-DEFINITION statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is the &amp;amp;2 is the second parameter and calling the macro and passing a different value for the second parameter wiil allow you to change the type it_file1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Greg Kern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 16:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/datatype-error-for-a-thing-which-was-not-declared-in-main-programm/m-p/3582644#M862516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T16:19:01Z</dc:date>
    </item>
  </channel>
</rss>

