<?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 Error while entering data in VA01. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473843#M1253395</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;I get the following error while entering data for "Plant" in Sales order creation (VA01). Can anyone please tell me how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Runtime Errors         SAPSQL_INVALID_TABLENAME&lt;/P&gt;&lt;P&gt;Except.                CX_SY_DYNAMIC_OSQL_SEMANTICS&lt;/P&gt;&lt;P&gt;Date and Time          27.04.2009 12:57:13&lt;/P&gt;&lt;P&gt;Short dump has not been completely stored (too big)&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Short text&lt;/P&gt;&lt;P&gt;		A table name, specified in an SQL command, is unknown.&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	What happened?&lt;/P&gt;&lt;P&gt;		Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;		The current ABAP program "SAPLV61Z" had to be terminated because it has&lt;/P&gt;&lt;P&gt;		come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Error analysis&lt;/P&gt;&lt;P&gt;		An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;		The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was&lt;/P&gt;&lt;P&gt;		 not caught in&lt;/P&gt;&lt;P&gt;		procedure "SEL_KONDTAB" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;		Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;		exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;		The reason for the exception is:&lt;/P&gt;&lt;P&gt;		An invalid table name "A996" was specified in an Open SQL command:&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;		Due to one of the following reasons, the error occurs only at runtime:&lt;/P&gt;&lt;P&gt;		- the table name was specified dynamically, or&lt;/P&gt;&lt;P&gt;		- the SELECT clause, WHERE clause, GROUP-BY clause, HAVING clause, or&lt;/P&gt;&lt;P&gt;		  ORDER-BY clause was specified dynamically.&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Missing RAISING Clause in Interface&lt;/P&gt;&lt;P&gt;	    Program	SAPLV61Z&lt;/P&gt;&lt;P&gt;	    Include	LV61ZU01&lt;/P&gt;&lt;P&gt;	    Row	260&lt;/P&gt;&lt;P&gt;	    Module type	(FORM)&lt;/P&gt;&lt;P&gt;	    Module Name	SEL_KONDTAB&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Trigger Location of Exception&lt;/P&gt;&lt;P&gt;	    Program	SAPLV61Z&lt;/P&gt;&lt;P&gt;	    Include	LV61ZU01&lt;/P&gt;&lt;P&gt;	    Row	724&lt;/P&gt;&lt;P&gt;	    Module type	(FORM)&lt;/P&gt;&lt;P&gt;	    Module Name	SEL_KONDTAB&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Source Code Extract&lt;/P&gt;&lt;P&gt;	Line	SourceCde&lt;/P&gt;&lt;P&gt;	  694	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  695	                 and   datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;	  696	                 and   datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;	  697	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  698	        endif.&lt;/P&gt;&lt;P&gt;	  699	      endif.&lt;/P&gt;&lt;P&gt;	  700	    else.&lt;/P&gt;&lt;P&gt;	  701	      if t681-ksdat is initial.&lt;/P&gt;&lt;P&gt;	  702	        if not &amp;lt;entrytab&amp;gt; is assigned.&lt;/P&gt;&lt;P&gt;	  703	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  704	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  705	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  706	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  707	        else.&lt;/P&gt;&lt;P&gt;	  708	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  709	                 for all entries in &amp;lt;entrytab&amp;gt;&lt;/P&gt;&lt;P&gt;	  710	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  711	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  712	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  713	        endif.&lt;/P&gt;&lt;P&gt;	  714	        h_subrc = sy-subrc.&lt;/P&gt;&lt;P&gt;	  715	        if select_split ne 0.&lt;/P&gt;&lt;P&gt;	  716	          modify coding_tab from coding_alter index select_split.&lt;/P&gt;&lt;P&gt;	  717	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  718	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  719	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  720	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  721	        endif.&lt;/P&gt;&lt;P&gt;	  722	      else.&lt;/P&gt;&lt;P&gt;	  723	        if not &amp;lt;entrytab&amp;gt; is assigned.&lt;/P&gt;&lt;P&gt;	&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  725	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  726	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  727	                 and   datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;	  728	                 and   datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;	  729	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  730	        else.&lt;/P&gt;&lt;P&gt;	  731	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  732	                 for all entries in &amp;lt;entrytab&amp;gt;&lt;/P&gt;&lt;P&gt;	  733	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  734	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  735	                 and   datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;	  736	                 and   datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;	  737	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  738	        endif.&lt;/P&gt;&lt;P&gt;	  739	        h_subrc = sy-subrc.&lt;/P&gt;&lt;P&gt;	  740	        if select_split ne 0.&lt;/P&gt;&lt;P&gt;	  741	          modify coding_tab from coding_alter index select_split.&lt;/P&gt;&lt;P&gt;	  742	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  743	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2009 07:02:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-28T07:02:22Z</dc:date>
    <item>
      <title>Error while entering data in VA01.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473843#M1253395</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;I get the following error while entering data for "Plant" in Sales order creation (VA01). Can anyone please tell me how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Runtime Errors         SAPSQL_INVALID_TABLENAME&lt;/P&gt;&lt;P&gt;Except.                CX_SY_DYNAMIC_OSQL_SEMANTICS&lt;/P&gt;&lt;P&gt;Date and Time          27.04.2009 12:57:13&lt;/P&gt;&lt;P&gt;Short dump has not been completely stored (too big)&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Short text&lt;/P&gt;&lt;P&gt;		A table name, specified in an SQL command, is unknown.&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	What happened?&lt;/P&gt;&lt;P&gt;		Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;		The current ABAP program "SAPLV61Z" had to be terminated because it has&lt;/P&gt;&lt;P&gt;		come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Error analysis&lt;/P&gt;&lt;P&gt;		An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;		The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was&lt;/P&gt;&lt;P&gt;		 not caught in&lt;/P&gt;&lt;P&gt;		procedure "SEL_KONDTAB" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;		Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;		exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;		The reason for the exception is:&lt;/P&gt;&lt;P&gt;		An invalid table name "A996" was specified in an Open SQL command:&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;		Due to one of the following reasons, the error occurs only at runtime:&lt;/P&gt;&lt;P&gt;		- the table name was specified dynamically, or&lt;/P&gt;&lt;P&gt;		- the SELECT clause, WHERE clause, GROUP-BY clause, HAVING clause, or&lt;/P&gt;&lt;P&gt;		  ORDER-BY clause was specified dynamically.&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Missing RAISING Clause in Interface&lt;/P&gt;&lt;P&gt;	    Program	SAPLV61Z&lt;/P&gt;&lt;P&gt;	    Include	LV61ZU01&lt;/P&gt;&lt;P&gt;	    Row	260&lt;/P&gt;&lt;P&gt;	    Module type	(FORM)&lt;/P&gt;&lt;P&gt;	    Module Name	SEL_KONDTAB&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Trigger Location of Exception&lt;/P&gt;&lt;P&gt;	    Program	SAPLV61Z&lt;/P&gt;&lt;P&gt;	    Include	LV61ZU01&lt;/P&gt;&lt;P&gt;	    Row	724&lt;/P&gt;&lt;P&gt;	    Module type	(FORM)&lt;/P&gt;&lt;P&gt;	    Module Name	SEL_KONDTAB&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;	Source Code Extract&lt;/P&gt;&lt;P&gt;	Line	SourceCde&lt;/P&gt;&lt;P&gt;	  694	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  695	                 and   datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;	  696	                 and   datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;	  697	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  698	        endif.&lt;/P&gt;&lt;P&gt;	  699	      endif.&lt;/P&gt;&lt;P&gt;	  700	    else.&lt;/P&gt;&lt;P&gt;	  701	      if t681-ksdat is initial.&lt;/P&gt;&lt;P&gt;	  702	        if not &amp;lt;entrytab&amp;gt; is assigned.&lt;/P&gt;&lt;P&gt;	  703	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  704	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  705	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  706	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  707	        else.&lt;/P&gt;&lt;P&gt;	  708	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  709	                 for all entries in &amp;lt;entrytab&amp;gt;&lt;/P&gt;&lt;P&gt;	  710	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  711	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  712	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  713	        endif.&lt;/P&gt;&lt;P&gt;	  714	        h_subrc = sy-subrc.&lt;/P&gt;&lt;P&gt;	  715	        if select_split ne 0.&lt;/P&gt;&lt;P&gt;	  716	          modify coding_tab from coding_alter index select_split.&lt;/P&gt;&lt;P&gt;	  717	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  718	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  719	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  720	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  721	        endif.&lt;/P&gt;&lt;P&gt;	  722	      else.&lt;/P&gt;&lt;P&gt;	  723	        if not &amp;lt;entrytab&amp;gt; is assigned.&lt;/P&gt;&lt;P&gt;	&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  725	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  726	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  727	                 and   datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;	  728	                 and   datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;	  729	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  730	        else.&lt;/P&gt;&lt;P&gt;	  731	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  732	                 for all entries in &amp;lt;entrytab&amp;gt;&lt;/P&gt;&lt;P&gt;	  733	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;	  734	                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;	  735	                 and   datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;	  736	                 and   datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;	  737	                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;	  738	        endif.&lt;/P&gt;&lt;P&gt;	  739	        h_subrc = sy-subrc.&lt;/P&gt;&lt;P&gt;	  740	        if select_split ne 0.&lt;/P&gt;&lt;P&gt;	  741	          modify coding_tab from coding_alter index select_split.&lt;/P&gt;&lt;P&gt;	  742	          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;	  743	                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sriram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 07:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473843#M1253395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T07:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while entering data in VA01.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473844#M1253396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sriram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in OSS for SAPLV61Z. There are some notes with Kondition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look also in T681. Is there an entry for A996?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 07:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473844#M1253396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error while entering data in VA01.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473845#M1253397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you verymuch for your reply. I looked into T681 for A996 but I'm not able to find it in the column KOTAB. Can u please tell me what for the table T681 is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you once again...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 07:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473845#M1253397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T07:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error while entering data in VA01.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473846#M1253398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It seems that the pricing table A996 is inconsistent; I don't know in which environment is your problem, but if all pricing customizing transport requests were performed correctly (Field Catalog, Table definition, access sequence and so on..) try to &lt;U&gt;regenerate the pricing table with the standard program RV12A001&lt;/U&gt; by using the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usage = 'A'&lt;/P&gt;&lt;P&gt;Table  = '996'.&lt;/P&gt;&lt;P&gt;Check all checkboxes and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 23:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473846#M1253398</guid>
      <dc:creator>andrea_olivieri</dc:creator>
      <dc:date>2009-04-28T23:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error while entering data in VA01.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473847#M1253399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;woow Andrea,&lt;/P&gt;&lt;P&gt;RV12A001 program is really works. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 15:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-entering-data-in-va01/m-p/5473847#M1253399</guid>
      <dc:creator>ykaldirim</dc:creator>
      <dc:date>2011-02-02T15:22:57Z</dc:date>
    </item>
  </channel>
</rss>

