<?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: Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473969#M556682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;select max( empno ) from zsun_emp INTO MM.&lt;/P&gt;&lt;P&gt;MM = MM + 1.&lt;/P&gt;&lt;P&gt;MOVE MM TO ZSUN_EMP-empno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-EMPNO = zsun_emp-empno.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-ENAME = ZSUN_EMP-ENAME.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-DOJ = ZSUN_EMP-DOJ.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-COMM = ZSUN_EMP-COMM.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-SAL = ZSUN_EMP-SAL.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-DEPTNO = ZSUN_EMP-DEPTNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND WA_ZSUN_emp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT ZSUN_EMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not inserting values in database&lt;/P&gt;&lt;P&gt;errors are removed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how could i insert the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for earlier and apprpiate answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 10:27:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T10:27:38Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473958#M556671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Genuis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m inserting values in database throught screen&lt;/P&gt;&lt;P&gt;i had made a button with SAVE fcode&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;    select max( empno ) from zsun_emp INTO MM.&lt;/P&gt;&lt;P&gt;      MM = MM + 1.&lt;/P&gt;&lt;P&gt;      WA_ZSUN_EMP-EMPNO = zsun_emp-empno.&lt;/P&gt;&lt;P&gt;      WA_ZSUN_EMP-ENAME = ZSUN_EMP-ENAME.&lt;/P&gt;&lt;P&gt;      WA_ZSUN_EMP-DOJ = ZSUN_EMP-DOJ.&lt;/P&gt;&lt;P&gt;      WA_ZSUN_EMP-COMM = ZSUN_EMP-COMM.&lt;/P&gt;&lt;P&gt;      WA_ZSUN_EMP-SAL  = ZSUN_EMP-SAL.&lt;/P&gt;&lt;P&gt;      WA_ZSUN_EMP-DEPTNO = ZSUN_EMP-DEPTNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      INSERT INTO ZSUN_EMP FROM WA_ZSUN_EMP.&amp;lt;/b&amp;gt;this code i had written and its giving some error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that error is &lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;"VALUES field.", "CONNECTION ... VALUES field.", "CLIENT SPECIFIED		&lt;/P&gt;&lt;P&gt;VALUES field.", or "CLIENT SPECIFIED CONNECTION ..." expected after		&lt;/P&gt;&lt;P&gt;"ZSUN_EMP".		&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;please tell me how to solve it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply urgent as i m goin on with that&lt;/P&gt;&lt;P&gt;i m new to Module Pool tooo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for Quick Reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473958#M556671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473959#M556672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;U did not give the values extension to the insert statement.Give it and check it ones.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473959#M556672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473960#M556673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Something wrong with syntax, remove INTO and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT  ZSUN_EMP FROM WA_ZSUN_EMP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the Cursor on INSERT keyword and press F1 you will get the help for INSERT&lt;/P&gt;&lt;P&gt;see and correct it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473960#M556673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473961#M556674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wen i write&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;INSERT ZSUN_EMP FROM WA_ZSUN_EMP.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;error comes&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;The type of the database table and work area (or internal table)		&lt;/P&gt;&lt;P&gt;"WA_ZSUN_EMP" are not Unicode convertible. Unicode convertible.&amp;lt;/u&amp;gt;		&lt;/P&gt;&lt;P&gt;now wats this friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473961#M556674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473962#M556675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the above error i code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INSERT ZSUN_EMP FROM WA_ZSUN_EMP UNICODE ENABLING 'X'.&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives some other error&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&lt;/P&gt;&lt;P&gt;"." expected after "WA_ZSUN_EMP".&amp;lt;/u&amp;gt;		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please now tell me how do i solve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for quick answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473962#M556675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473963#M556676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare WA_ZSUN_EMP like zsun_emp. and then insert. one more thing  i can not under stand what is the use MM variable here when you are not using it any where. If you are trying to insert the duplicate entries in database then you cannot enter that(i.e duplicate key values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for avoiding error you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT ZSUN_EMP FROM WA_ZSUN_EMP accepting duplicate keys.&lt;/P&gt;&lt;P&gt;here it will not insert your data but it is for just avoiding the error.&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>Tue, 03 Jul 2007 09:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473963#M556676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473964#M556677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friend&lt;/P&gt;&lt;P&gt;i had declared the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATA: BEGIN OF WA_ZSUN_EMP OCCURS 0,&lt;/P&gt;&lt;P&gt;      EMPNO LIKE ZSUN_EMP-EMPNO,&lt;/P&gt;&lt;P&gt;      ENAME LIKE ZSUN_EMP-ENAME,&lt;/P&gt;&lt;P&gt;      DOJ LIKE ZSUN_EMP-DOJ,&lt;/P&gt;&lt;P&gt;      COMM LIKE ZSUN_EMP-COMM,&lt;/P&gt;&lt;P&gt;      SAL  LIKE ZSUN_EMP-SAL,&lt;/P&gt;&lt;P&gt;      DEPTNO LIKE ZSUN_EMP-DEPTNO,&lt;/P&gt;&lt;P&gt;      END OF WA_ZSUN_EMP.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for mm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;DATA: MM LIKE ZSUN_EMP-EMPNO.&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now tell how to solve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope now u got the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473964#M556677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473965#M556678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT &amp;lt;work_area&amp;gt; INTO &amp;lt;internal_table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INSERT WA_ZSUN_EMP INTO ZSUN_EMP.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473965#M556678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473966#M556679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check whether you have declared all the fields of that ztable have you define in the internal table or not ? if not declare all the fields there and check whether you are repeating the key fields in insert or not?&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>Tue, 03 Jul 2007 09:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473966#M556679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473967#M556680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i go like this&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INSERT WA_ZSUN_EMP from ZSUN_EMP .&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;then error&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Field "FROM" is unknown. It is neither in one of the specified tables	nor defined by a "DATA" statement. "DATA" statement.&amp;lt;/u&amp;gt;		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i go like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INSERT ZSUN_EMP from WA_ZSUN_EMP.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;then error comes&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;The type of the database table and work area (or internal table)		&lt;/P&gt;&lt;P&gt;"WA_ZSUN_EMP" are not Unicode convertible. Unicode convertible.&amp;lt;/u&amp;gt;		&lt;/P&gt;&lt;P&gt;and if i solve above by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;INSERT ZSUN_EMP from WA_ZSUN_EMP UNICODE ENABLING 'X'.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;error comes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;"." expected after "WA_ZSUN_EMP".&amp;lt;/u&amp;gt;		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now tell wats the solution &lt;/P&gt;&lt;P&gt;Please for sure as i struct out here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 09:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473967#M556680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T09:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473968#M556681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby,&lt;/P&gt;&lt;P&gt;    Use this code it will execute perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;select max( empno ) from zsun_emp INTO MM.&lt;/P&gt;&lt;P&gt;MM = MM + 1.&lt;/P&gt;&lt;P&gt;MOVE  MM TO ZSUN_EMP-&amp;lt;VARIABLE NAME&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-EMPNO = zsun_emp-empno.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-ENAME = ZSUN_EMP-ENAME.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-DOJ = ZSUN_EMP-DOJ.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-COMM = ZSUN_EMP-COMM.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-SAL = ZSUN_EMP-SAL.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-DEPTNO = ZSUN_EMP-DEPTNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND WA_ZSUN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT ZSUN_EMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473968#M556681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473969#M556682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;select max( empno ) from zsun_emp INTO MM.&lt;/P&gt;&lt;P&gt;MM = MM + 1.&lt;/P&gt;&lt;P&gt;MOVE MM TO ZSUN_EMP-empno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-EMPNO = zsun_emp-empno.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-ENAME = ZSUN_EMP-ENAME.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-DOJ = ZSUN_EMP-DOJ.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-COMM = ZSUN_EMP-COMM.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-SAL = ZSUN_EMP-SAL.&lt;/P&gt;&lt;P&gt;WA_ZSUN_EMP-DEPTNO = ZSUN_EMP-DEPTNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND WA_ZSUN_emp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT ZSUN_EMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not inserting values in database&lt;/P&gt;&lt;P&gt;errors are removed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how could i insert the values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping for earlier and apprpiate answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Best Regards&lt;/P&gt;&lt;P&gt;Ruby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 10:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/2473969#M556682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T10:27:38Z</dc:date>
    </item>
  </channel>
</rss>

