<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322748#M795919</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; when you are declaring the table lt_zisuslip do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: begin of lt_zisuslip.
include structure zisuslip.
data: endof lt_zisuslip.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should solve the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 05:13:04 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2008-02-04T05:13:04Z</dc:date>
    <item>
      <title>Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322746#M795917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The type of the database table and work area (or internal table)		&lt;/P&gt;&lt;P&gt;"LT_ZISUSLIP" are not Unicode convertible.		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error in line &lt;/P&gt;&lt;P&gt;"  when 'SAVE'.&lt;/P&gt;&lt;P&gt;      modify zisuslip from table lt_zisuslip.&lt;/P&gt;&lt;P&gt;  endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 05:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322746#M795917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T05:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322747#M795918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Fields in both tables shud hav same data type.plz check.&lt;/P&gt;&lt;P&gt;The internal table you are using shud hav the same order of fields as it is in data base. The internal table cant hav less no of fields from data base..&lt;/P&gt;&lt;P&gt;Check all this. ur problem will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 05:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322747#M795918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T05:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322748#M795919</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; when you are declaring the table lt_zisuslip do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: begin of lt_zisuslip.
include structure zisuslip.
data: endof lt_zisuslip.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should solve the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 05:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322748#M795919</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-02-04T05:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322749#M795920</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;check fields in both source and target...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both should match..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL..&lt;/P&gt;&lt;P&gt;GAURAV J&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 05:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322749#M795920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T05:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322750#M795921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 05:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error/m-p/3322750#M795921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T05:17:04Z</dc:date>
    </item>
  </channel>
</rss>

