<?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 report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2481887#M559325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE38,  pls find the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF tkomv OCCURS 50.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE komv.&lt;/P&gt;&lt;P&gt;DATA: END OF tkomv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEARCH tkomv FOR 'HM00' AND MARK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works well in  a client.  gives only warning message as  &lt;/P&gt;&lt;P&gt;Warning:  Table "TKOMV" must have a character line type (data type C, N, D, T, or STRING).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want  the same one in another client.&lt;/P&gt;&lt;P&gt;Here i just copy and past the code in another client. But here it gives erro message as&lt;/P&gt;&lt;P&gt;Syntax error:  Table "TKOMV" must have a character line type (data type C, N, D, T, or STRING).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the problem. ? Pls help me to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 06:49:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T06:49:20Z</dc:date>
    <item>
      <title>report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2481887#M559325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE38,  pls find the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF tkomv OCCURS 50.&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE komv.&lt;/P&gt;&lt;P&gt;DATA: END OF tkomv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEARCH tkomv FOR 'HM00' AND MARK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works well in  a client.  gives only warning message as  &lt;/P&gt;&lt;P&gt;Warning:  Table "TKOMV" must have a character line type (data type C, N, D, T, or STRING).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want  the same one in another client.&lt;/P&gt;&lt;P&gt;Here i just copy and past the code in another client. But here it gives erro message as&lt;/P&gt;&lt;P&gt;Syntax error:  Table "TKOMV" must have a character line type (data type C, N, D, T, or STRING).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the problem. ? Pls help me to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2481887#M559325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2481888#M559326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SEARCH tkomv-&amp;lt;fieldname&amp;gt; FOR 'HM00' AND MARK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldname must be a char data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2481888#M559326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2481889#M559327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murugan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried same code. But i did n't get any warning or error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you paste your code exactly here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali Krishan K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 06:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report/m-p/2481889#M559327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T06:55:38Z</dc:date>
    </item>
  </channel>
</rss>

