<?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: Perform Subroutine Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709373#M1871844</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;In Program is for main program if i want to call in subr..&lt;/P&gt;&lt;P&gt;But I am calling subr which is in Include. So it will be an error if I use the IN PROGRAM for include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;EH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 06:14:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-28T06:14:37Z</dc:date>
    <item>
      <title>Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709359#M1871830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am calling the subroutine in FM where that subroutine is used in a include program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform get_substatus(Zethan_test) if found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No errors i got while activating the FM, but it is not working. The breakpoint is not triggering .&lt;/P&gt;&lt;P&gt;Any solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;EH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709359#M1871830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709360#M1871831</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;put break point in FM at perform statement and check whether it is goin in that perform or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709360#M1871831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709361#M1871832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep break-point at perform statement and also check whether the funcion moudle &amp;amp; include program are in active status before executing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709361#M1871832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709362#M1871833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i did...&lt;/P&gt;&lt;P&gt;I am checking this from the WEB backend.... So after the IF condition, the breakpoint is going to PERFORM, but it will exit from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709362#M1871833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709363#M1871834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;read description well that subroutine is suitable or not , if suitable put break point and go to corresponding tcode in change mode , delete any word and give the&amp;nbsp; same then clik on save...if subroutine is correct what u choosed that will triggered othewise not suitable subroutine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709363#M1871834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709364#M1871835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share that subroutine code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709364#M1871835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709365#M1871836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, they are activated .. I cant put breakpoint before the activation itself.. isn`t it &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1063/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709365#M1871836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709366#M1871837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;FORM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;get_sub_status&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;USING&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;p_gt_alv_recno&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;CHANGING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;p_gt_alv_fsub_status&lt;BR /&gt; p_gt_alv_fsub_stat_date&lt;BR /&gt; p_gt_alv_lsub_status&lt;BR /&gt; p_gt_alv_lsub_stat_date&lt;BR /&gt; p_gt_alv_fsub_descrip&lt;BR /&gt; p_gt_alv_lsub_descrip&lt;BR /&gt; p_delete.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;DATA: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;BEGIN OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;0,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;"#EC&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; recno&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LIKE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;t02-recno,&lt;BR /&gt; substats&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LIKE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;t03s-substats,&lt;BR /&gt; stdes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LIKE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;t03-stdes,&lt;BR /&gt; trtim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LIKE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;t02-trtim,&lt;BR /&gt; trdat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LIKE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;t02-trdat.&lt;BR /&gt; DATA: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;END OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;DATA &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;: i_t02_finst &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;WITH HEADER &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;LINE.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;DATA &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;: i_t02_linst &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;OCCURS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;WITH HEADER &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;LINE.&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;DATA: tab_lines&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;gt_t02_his.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;READ TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t03s &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;WITH KEY &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;substats = gt_t02_his-stats.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;sy-subrc = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;0 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t03s-stats &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10.0pt;"&gt;MOVE-CORRESPONDING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;gt_t02_his &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;"#EC ENHOK&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; lt_t02-stdes = i_t03s-stdes.&lt;BR /&gt; lt_t02-substats = i_t03s-substats.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02.&lt;BR /&gt; ENDIF.&lt;BR /&gt; ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IF NOT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02[] &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;INITIAL.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IF NOT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;p_fcheck &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;INITIAL.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;REFRESH &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_finst.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;substats &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;sstatf.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;MOVE-CORRESPONDING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_finst.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_finst.&lt;BR /&gt; ENDLOOP.&lt;BR /&gt; ENDIF.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IF NOT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;p_lcheck &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IS &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;INITIAL.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;REFRESH &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_linst.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;substats &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;IN &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;sstatl.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;MOVE-CORRESPONDING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;TO &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_linst.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;APPEND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_linst.&lt;BR /&gt; ENDLOOP.&lt;BR /&gt; ENDIF.&lt;BR /&gt; ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;DESCRIBE TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;LINES &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;tab_lines.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;READ TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;lt_t02 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;INDEX &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;tab_lines.&lt;BR /&gt; p_gt_alv_lsub_status = lt_t02-substats.&lt;BR /&gt; p_gt_alv_lsub_stat_date = lt_t02-trdat.&lt;BR /&gt; /dol/ap_t02-trtim = lt_t02-trtim.&lt;BR /&gt; p_gt_alv_lsub_descrip = lt_t02-stdes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ELSE.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;SORT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_linst &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;DESCENDING BY &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;trdat trtim.&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;READ TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_t02_linst &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;INDEX &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;1.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt; p_gt_alv_lsub_status = i_t02_linst-substats.&lt;BR /&gt; p_gt_alv_lsub_stat_date = i_t02_linst-trdat.&lt;BR /&gt; /dol/ap_t02-trtim = i_t02_linst-trtim.&lt;BR /&gt; p_gt_alv_lsub_descrip = i_t02_linst-stdes.&lt;BR /&gt; ENDIF.&lt;BR /&gt; &lt;BR /&gt; ENDIF.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: #548dd4; background: white;"&gt;ENDFORM.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709366#M1871837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709367#M1871838</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 think &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Zethan_test should be SUBROUTINE POOL, not include.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;check with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709367#M1871838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709368#M1871839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;that subroutine is used for different purpose, &lt;/P&gt;&lt;P&gt;I want just the Last substatus of a particular record number when the user gives as input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have shared the code of substatus . In that I need last substatus(lsub_stats)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709368#M1871839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709369#M1871840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope.. Its an Include only.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709369#M1871840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709370#M1871841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah...change once and check..&lt;/P&gt;&lt;P&gt;i done like that its working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 05:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709370#M1871841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T05:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709371#M1871842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working find with other programs and the infocenter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its ok . Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709371#M1871842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T06:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709372#M1871843</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;Try "IN PROGRAM"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_740/en/abapperform_form.htm" title="http://help.sap.com/abapdocu_740/en/abapperform_form.htm"&gt;ABAP Keyword Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/572016" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709372#M1871843</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-10-28T06:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709373#M1871844</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;In Program is for main program if i want to call in subr..&lt;/P&gt;&lt;P&gt;But I am calling subr which is in Include. So it will be an error if I use the IN PROGRAM for include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;EH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709373#M1871844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T06:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709374#M1871845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are parameters with your form..&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #333333; background: #ffffff;"&gt;FORM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;get_sub_status&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333; background: #ffffff;"&gt;USING&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;p_gt_alv_recno&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #333333; background: #ffffff;"&gt;CHANGING &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;p_gt_alv_fsub_status&lt;BR /&gt;p_gt_alv_fsub_stat_date&lt;BR /&gt;p_gt_alv_lsub_status&lt;BR /&gt;p_gt_alv_lsub_stat_date&lt;BR /&gt;p_gt_alv_fsub_descrip&lt;BR /&gt;p_gt_alv_lsub_descrip&lt;BR /&gt;p_delete.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;Try by adding them with.. &lt;SPAN style="color: #333333; font-size: 12px;"&gt;perform get_substatus(Zethan_test) if found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709374#M1871845</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2014-10-28T06:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709375#M1871846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to this subroutine call in FM.&lt;/P&gt;&lt;P&gt;Can you explain me with brief?&lt;/P&gt;&lt;P&gt;Do i need to declare those parameters in FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709375#M1871846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-28T06:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709376#M1871847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ethan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your form should be a part of a program(not just a include).&lt;/P&gt;&lt;P&gt;eg: Report ZTEST(Main program name not any include) has form test using a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call this using &lt;STRONG&gt;perform test(ztest) using 1&lt;/STRONG&gt;. " 1 value for parameter a.&lt;/P&gt;&lt;P&gt;if you don't mention parameters it leads to dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709376#M1871847</guid>
      <dc:creator>former_member202818</dc:creator>
      <dc:date>2014-10-28T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709377#M1871848</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 did a test and you are right .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually we use functions/Class to do something like this we do not like using&lt;/P&gt;&lt;P&gt;external perform .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you need to &lt;SPAN style="text-decoration: underline;"&gt;include&lt;/SPAN&gt; the include in your program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709377#M1871848</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-10-28T06:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Perform Subroutine Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709378#M1871849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the include part of a FUNCTION module ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 06:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-subroutine-issue/m-p/10709378#M1871849</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-10-28T06:52:23Z</dc:date>
    </item>
  </channel>
</rss>

