<?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: Transaction Code For Viewing Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340105#M800671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i understand the codes is to check syntax error for a program. is there a way to check inside a table or a text editor box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2008 09:10:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-29T09:10:13Z</dc:date>
    <item>
      <title>Transaction Code For Viewing Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340100#M800666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i understand there's some syntax check FM like RS_SYNTAX_CHECK, etc. how do i use them? is there a sample code available? is there a transaction code for me to view the components inside it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Leslie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 07:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340100#M800666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T07:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code For Viewing Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340101#M800667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi leslie koh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view the parameters of the function module go to se37 provide the function module name and press display.Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 07:19:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340101#M800667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T07:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code For Viewing Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340102#M800668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check them in SE37 and use Where Use list there to check the usage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 07:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340102#M800668</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-01-29T07:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code For Viewing Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340103#M800669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir ,&lt;/P&gt;&lt;P&gt;Please have a look below .Hope it is suitable and simpler solution for your question.&lt;/P&gt;&lt;P&gt;Please do reward if useful.&lt;/P&gt;&lt;P&gt;Thankx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we go....EDITOR_SYNTAX_CHECK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------" /&gt;&lt;P&gt; -&lt;/P&gt;&lt;HR originaltext="--------------" /&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;&amp;amp;----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------" /&gt;&lt;P&gt; -&lt;/P&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 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;In the example i gave you above &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;I_program = '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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 07:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340103#M800669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T07:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code For Viewing Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340104#M800670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;For seeing the inside story of a Function Module plz use the Tcode SE37. hope this will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regs&lt;/P&gt;&lt;P&gt;krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 08:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340104#M800670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T08:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code For Viewing Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340105#M800671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i understand the codes is to check syntax error for a program. is there a way to check inside a table or a text editor box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 09:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-viewing-function-modules/m-p/3340105#M800671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T09:10:13Z</dc:date>
    </item>
  </channel>
</rss>

