<?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: insert  in custom table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565327#M858030</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; While inserting data/row into a table u need to make sure that the internal table used for inserting is  having the same structure of the table to be inserted.I hope these 2 in ur code is having mismatch in the structure.&lt;/P&gt;&lt;P&gt; Check the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neeraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 07:16:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T07:16:44Z</dc:date>
    <item>
      <title>insert  in custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565326#M858029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mates,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im trying to insert a row in ztable using abap code. im gettin an error ' type of database table and work area(or internal table)&lt;/P&gt;&lt;P&gt;are not unicode convertible'. find my code below. and help me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: z50911_chkemp.&lt;/P&gt;&lt;P&gt;parameters: empnum like z50911_chkemp-empno,&lt;/P&gt;&lt;P&gt;            empnam like z50911_chkemp-name,&lt;/P&gt;&lt;P&gt;            emploc like z50911_chkemp-location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of z_chk,&lt;/P&gt;&lt;P&gt;       empno type z50911_chkemp-empno,&lt;/P&gt;&lt;P&gt;       name type z50911_chkemp-name,&lt;/P&gt;&lt;P&gt;       loc  type z50911_chkemp-location,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      include type Z50911_STRUCT.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       end of z_chk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: z_it type table of z_chk,&lt;/P&gt;&lt;P&gt;      z_wa type z_chk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;z_wa-empno = empnum.&lt;/P&gt;&lt;P&gt;z_wa-name = empnam.&lt;/P&gt;&lt;P&gt;z_wa-loc = emploc.&lt;/P&gt;&lt;P&gt;append z_wa to z_it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insert z50911_chkemp from table z_it.&lt;/P&gt;&lt;P&gt;*modify z50911_chkemp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e000(10) with 'record inserted successfully'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 06:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565326#M858029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T06:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: insert  in custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565327#M858030</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; While inserting data/row into a table u need to make sure that the internal table used for inserting is  having the same structure of the table to be inserted.I hope these 2 in ur code is having mismatch in the structure.&lt;/P&gt;&lt;P&gt; Check the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neeraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565327#M858030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T07:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: insert  in custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565328#M858031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeap i have checked that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my z table structure has three fields and one mandt field.&lt;/P&gt;&lt;P&gt;my internal table has three fields same as z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565328#M858031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T07:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: insert  in custom table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565329#M858032</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;the internal table declaration should be same as of  Ztable it should have all the fields including  MANDT also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheeck the same and change accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-in-custom-table/m-p/3565329#M858032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T07:22:26Z</dc:date>
    </item>
  </channel>
</rss>

