<?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 message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839780#M923259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written this code in EXIT_SAPLMGMU_001  and&lt;/P&gt;&lt;P&gt;in table declaration some fields are from tables which are not there in that exit like MAKT, T006A and Marc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I can do so that I can get data from this tables also by writing code in the exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 15:20:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T15:20:05Z</dc:date>
    <item>
      <title>Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839772#M923251</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;Can anybody tell me meaning of this error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Table is not unicode- convertible'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 14:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839772#M923251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T14:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839773#M923252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table is not unicode convertible &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you post the instruction that is giving the error it's easier to see why is giving you the error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 14:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839773#M923252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T14:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839774#M923253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the long text of this message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 14:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839774#M923253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T14:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839775#M923254</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;SELECT * FROM mara INTO TABLE t_file&lt;/P&gt;&lt;P&gt;         WHERE wmara-matnr = mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this query is giving error as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"t_file is not unicode convertible."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 14:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839775#M923254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T14:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839776#M923255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;replace your select query as &lt;/P&gt;&lt;P&gt;SELECT * FROM mara INTO TABLE t_file&lt;/P&gt;&lt;P&gt;WHERE &lt;STRONG&gt;matnr = wmara-matnr .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are selecting all the values from the table MARA ,check the internal table structure t_file is same as MARA (eg:- data: t_file type table of mara.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839776#M923255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839777#M923256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you give your declaration part also.&lt;/P&gt;&lt;P&gt;So, that i can analyze the code.&lt;/P&gt;&lt;P&gt;Give your code , before to that select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandeep Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839777#M923256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839778#M923257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Plz check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  BEGIN OF g_file OCCURS 0,&lt;/P&gt;&lt;P&gt;          matnr TYPE matnr,                       "Material Number&lt;/P&gt;&lt;P&gt;          maktx TYPE maktx,                       "Materialdescription&lt;/P&gt;&lt;P&gt;          prodesc(30) TYPE c,                     "Material description&lt;/P&gt;&lt;P&gt;          salegrp(3) TYPE c,                      "&lt;/P&gt;&lt;P&gt;          mseht TYPE mseht,                       "Text t&lt;/P&gt;&lt;P&gt;          brgew TYPE brgew,                        "&lt;/P&gt;&lt;P&gt;          volum TYPE volum,                       "&lt;/P&gt;&lt;P&gt;          length(5) TYPE c,                       "&lt;/P&gt;&lt;P&gt;          wheel_width TYPE zwid,                  "Wheel Width&lt;/P&gt;&lt;P&gt;          wheel_diam TYPE zdiam,                  "Use diameter &lt;/P&gt;&lt;P&gt;          serial(1) TYPE c,                       "&lt;/P&gt;&lt;P&gt;          palqty(10) TYPE c,                      "&lt;/P&gt;&lt;P&gt;          unipcar(5) TYPE c,                      "&lt;/P&gt;&lt;P&gt;          unno(4) TYPE c,                         "&lt;/P&gt;&lt;P&gt;      END OF g_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : t_file LIKE g_file OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM mara INTO TABLE t_file&lt;/P&gt;&lt;P&gt;         WHERE matnr = wmara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is giving error as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"type of the database table and work area (or intertable)&lt;/P&gt;&lt;P&gt;t_file are not unicode convertible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839778#M923257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839779#M923258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT * FROM mara INTO CORRESPONDING FIELDS OF TABLE t_file
WHERE matnr = wmara-matnr.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839779#M923258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839780#M923259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written this code in EXIT_SAPLMGMU_001  and&lt;/P&gt;&lt;P&gt;in table declaration some fields are from tables which are not there in that exit like MAKT, T006A and Marc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I can do so that I can get data from this tables also by writing code in the exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839780#M923259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839781#M923260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to add "CORRESPONDING FIELDS OF" into your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: BEGIN OF g_file OCCURS 0,
matnr TYPE matnr, "Material Number
maktx TYPE maktx, "Materialdescription
prodesc(30) TYPE c, "Material description
salegrp(3) TYPE c, "
mseht TYPE mseht, "Text t
brgew TYPE brgew, "
volum TYPE volum, "
length(5) TYPE c, "
wheel_width TYPE zwid, "Wheel Width
wheel_diam TYPE zdiam, "Use diameter 
serial(1) TYPE c, "
palqty(10) TYPE c, "
unipcar(5) TYPE c, "
unno(4) TYPE c, "
END OF g_file.

DATA : t_file LIKE g_file OCCURS 0 WITH HEADER LINE.

SELECT * FROM mara INTO CORRESPONDING FIELDS OF TABLE t_file
WHERE matnr = wmara-matnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: IT_FIEL TYPE STANDARD TABLE OF MARA.

SELECT * FROM mara INTO TABLE t_file
WHERE matnr = wmara-matnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839781#M923260</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-05-14T15:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839782#M923261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 15:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message/m-p/3839782#M923261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T15:30:13Z</dc:date>
    </item>
  </channel>
</rss>

