<?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: Syntax check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368872#M808527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here we go....EDITOR_SYNTAX_CHECK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------" /&gt; -&lt;HR originaltext="--------------" /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;amp; Form chcek_syntax_error &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------" /&gt; -&lt;HR originaltext="--------------" /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt; FORM chcek_syntax_error. &lt;/P&gt;&lt;P&gt; CALL FUNCTION 'EDITOR_SYNTAX_CHECK' &lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt; I_global_check = '' &lt;/P&gt;&lt;P&gt; I_global_program = '' &lt;/P&gt;&lt;P&gt; I_program = 'ZUP19800526' &lt;/P&gt;&lt;P&gt; I_r2_check = '' &lt;/P&gt;&lt;P&gt; I_r2_destination = '' &lt;/P&gt;&lt;P&gt; I_trdir = '' &lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt; O_error_include = er_include &lt;/P&gt;&lt;P&gt; O_error_line = er_line &lt;/P&gt;&lt;P&gt; O_error_message = error_message &lt;/P&gt;&lt;P&gt; O_error_offset = er_off &lt;/P&gt;&lt;P&gt; O_error_subrc = er_subrc &lt;/P&gt;&lt;P&gt;TABLES &lt;/P&gt;&lt;P&gt; I_source = uptab. &lt;/P&gt;&lt;P&gt; IF er_subrc &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt; Er_line = er_line - 2. &lt;/P&gt;&lt;P&gt; WRITE: / 1 'Error Line:' er_line. &lt;/P&gt;&lt;P&gt; WRITE: / 1 error_message-line1, error_message-line2, &lt;/P&gt;&lt;P&gt; Error_message-line3. &lt;/P&gt;&lt;P&gt;STOP. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt; ENDFORM. "Chcek_syntax_error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 02:51:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T02:51:36Z</dc:date>
    <item>
      <title>Syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368871#M808526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone give me the codes on how to implement the syntax check FM namely: EDITOR_SYNTAX_CHECK and RS_SYNTAX_CHECK to my codes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 02:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368871#M808526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T02:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368872#M808527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here we go....EDITOR_SYNTAX_CHECK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------" /&gt; -&lt;HR originaltext="--------------" /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;amp; Form chcek_syntax_error &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; &lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------" /&gt; -&lt;HR originaltext="--------------" /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt; FORM chcek_syntax_error. &lt;/P&gt;&lt;P&gt; CALL FUNCTION 'EDITOR_SYNTAX_CHECK' &lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt; I_global_check = '' &lt;/P&gt;&lt;P&gt; I_global_program = '' &lt;/P&gt;&lt;P&gt; I_program = 'ZUP19800526' &lt;/P&gt;&lt;P&gt; I_r2_check = '' &lt;/P&gt;&lt;P&gt; I_r2_destination = '' &lt;/P&gt;&lt;P&gt; I_trdir = '' &lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt; O_error_include = er_include &lt;/P&gt;&lt;P&gt; O_error_line = er_line &lt;/P&gt;&lt;P&gt; O_error_message = error_message &lt;/P&gt;&lt;P&gt; O_error_offset = er_off &lt;/P&gt;&lt;P&gt; O_error_subrc = er_subrc &lt;/P&gt;&lt;P&gt;TABLES &lt;/P&gt;&lt;P&gt; I_source = uptab. &lt;/P&gt;&lt;P&gt; IF er_subrc &amp;lt;&amp;gt; 0. &lt;/P&gt;&lt;P&gt; Er_line = er_line - 2. &lt;/P&gt;&lt;P&gt; WRITE: / 1 'Error Line:' er_line. &lt;/P&gt;&lt;P&gt; WRITE: / 1 error_message-line1, error_message-line2, &lt;/P&gt;&lt;P&gt; Error_message-line3. &lt;/P&gt;&lt;P&gt;STOP. &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt; ENDFORM. "Chcek_syntax_error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 02:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368872#M808527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T02:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368873#M808528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what should I fill in the parameters of this FM? Is there any guides for it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 03:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368873#M808528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T03:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368874#M808529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the example i gave you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Pass the following Importing Parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I_program&lt;/STRONG&gt;   = 'ZUP19800526'  ( Your Program name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Provide following Variables as Export Parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;O_error_include = er_include  ( Like SY-REPID)&lt;/P&gt;&lt;P&gt;O_error_line = er_line  (like SY-INDEX)&lt;/P&gt;&lt;P&gt;O_error_message = error_message (String)&lt;/P&gt;&lt;P&gt;O_error_offset = er_off  (Like SY-TABIX)&lt;/P&gt;&lt;P&gt;O_error_subrc = er_subrc  (Like SY-SUBRC)&lt;/P&gt;&lt;P&gt;And Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES &lt;/P&gt;&lt;P&gt;I_source = uptab. ( Internal Table with header line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 03:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368874#M808529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T03:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368875#M808530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi inorder to understand wht are the correct input to enter, you may directly enter tcode SE37- ABAP Function Modules. &lt;/P&gt;&lt;P&gt;Enter the EDITOR_SYNTAX_CHECK or RS_SYNTAX_CHECK to check what are the available attributes in each FM. Click on each tab (eg: Import, Export, Changing etc) then you will understand more clearly on the input or output. Hope this will solve your puzzle. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points are highly appreciated. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 07:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368875#M808530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T07:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368876#M808531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a problem with the codes given which is here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;WRITE: / 1 'Error Line:' er_line.&lt;/P&gt;&lt;P&gt;WRITE: / 1 error_message-line1, error_message-line2,&lt;/P&gt;&lt;P&gt;Error_message-line3. &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can you explain what does this codes means and if I should replace it with anything?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 08:47:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-check/m-p/3368876#M808531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T08:47:29Z</dc:date>
    </item>
  </channel>
</rss>

