<?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: Issue with perform... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-perform/m-p/5487960#M1256059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jainam Shah  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
form inv_valid.
*if .....
msg_ret-type = 'e'.
msg_ret-message = 'Error during validation'.
*endif...
endoform.    "&amp;lt;&amp;lt; change to endform..
               "you mention ENDOform



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabhu Das on Apr 16, 2009 12:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 18:54:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-15T18:54:43Z</dc:date>
    <item>
      <title>Issue with perform...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-perform/m-p/5487958#M1256057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having issue with following perform. It says datatype note defined even if I defined at the beginning of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: MSG_RET like bapiret2 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform inv_valid.&lt;/P&gt;&lt;P&gt;if msg_ret[] is initial.&lt;/P&gt;&lt;P&gt;..............&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;&lt;/P&gt;&lt;P&gt;form inv_valid.&lt;/P&gt;&lt;P&gt;*if .....&lt;/P&gt;&lt;P&gt;msg_ret-type = 'e'.&lt;/P&gt;&lt;P&gt;msg_ret-message = 'Error during validation'.&lt;/P&gt;&lt;P&gt;*endif...&lt;/P&gt;&lt;P&gt;endoform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 18:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-perform/m-p/5487958#M1256057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T18:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with perform...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-perform/m-p/5487959#M1256058</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 the data declared in Form routine or global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is declared in global it will not show error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is declared in other form and using in other form..&lt;/P&gt;&lt;P&gt;it will thorw error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the declartion...where data is declared and check the period kept after data declaration..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 18:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-perform/m-p/5487959#M1256058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T18:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with perform...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-perform/m-p/5487960#M1256059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jainam Shah  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
form inv_valid.
*if .....
msg_ret-type = 'e'.
msg_ret-message = 'Error during validation'.
*endif...
endoform.    "&amp;lt;&amp;lt; change to endform..
               "you mention ENDOform



&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabhu Das on Apr 16, 2009 12:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 18:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-perform/m-p/5487960#M1256059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T18:54:43Z</dc:date>
    </item>
  </channel>
</rss>

