<?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: form include in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043382#M1172585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is another solution; if you include the include you'll get everything in the include attached to your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with creating your own copies of the subroutines that you need?  Personally, I would always prefer to do this in a custom report, since there is nothing to stop SAP from changing its own code at any time and this could affect your report; at least if you have your own copy of the subroutines you can control what they do and when they are changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2009 10:33:01 GMT</pubDate>
    <dc:creator>christine_evans</dc:creator>
    <dc:date>2009-01-06T10:33:01Z</dc:date>
    <item>
      <title>form include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043381#M1172584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a standard include: LE10RF10  which contains two forms I have to use in a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I include only these 2 forms into my report without including the whole include using: &lt;/P&gt;&lt;P&gt;include LE10RF10 statement, in order to avoid  a lot of un-useful data declaration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a method different than copy-paste the code for the corresponding forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043381#M1172584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: form include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043382#M1172585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is another solution; if you include the include you'll get everything in the include attached to your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with creating your own copies of the subroutines that you need?  Personally, I would always prefer to do this in a custom report, since there is nothing to stop SAP from changing its own code at any time and this could affect your report; at least if you have your own copy of the subroutines you can control what they do and when they are changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043382#M1172585</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2009-01-06T10:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: form include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043383#M1172586</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;use perform subroutine in program LE10RF10 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like PERFORM form(prog). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reg&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ramya S on Jan 6, 2009 11:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043383#M1172586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: form include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043384#M1172587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't inlcudes the forms in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wherever you want to use the form try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform &amp;lt;form_name&amp;gt; in program &amp;lt;program name for  LE10RF10 &amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM  subr|(sname) IN PROGRAM [prog|(pname)] [IF FOUND] ... .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043384#M1172587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: form include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043385#M1172588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;use the include in your report as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include LE10RF10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use the forms in your program as perform XXXX using XXX.&lt;/P&gt;&lt;P&gt;for example say you have in include LE10RF10 adding two numbers as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form add using i_int1 i_int2 changing i_int3.&lt;/P&gt;&lt;P&gt; i_int3 = i_int1 + i_int2.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your zprogram call that include and then call the add subroutine in your program as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform add using int1 int2 changing int3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;anupama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 10:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043385#M1172588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: form include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043386#M1172589</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 don't think that you can exclude what is not needed and just include what is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes,you can use&lt;/P&gt;&lt;P&gt;PERFOM &amp;lt;form name&amp;gt; IN PROGRAM &amp;lt;prg name&amp;gt;.......&lt;/P&gt;&lt;P&gt;only when the Program is TYPE 1 i.e. executable or M,you &lt;STRONG&gt;CANNOT use this command in case of INCLUDE PROGRAM.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so,no option you have to include it completely else not.&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;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043386#M1172589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T11:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: form include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043387#M1172590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andronic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could call the forms with the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform &amp;lt;form_name&amp;gt; in program &amp;lt;program_name&amp;gt; IF FOUND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use this if the forms have explicit using changing parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you may have to declare the forms in ur code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/form-include/m-p/5043387#M1172590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T11:07:04Z</dc:date>
    </item>
  </channel>
</rss>

