<?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 Attaching ZSAPScript To ZProgram in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408814#M1547809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All The ABAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the Program SAPMFCHK from se80 into ZSAPMFCHK. Also I have copied the Sapscript ZINFI_CHEQ_PRINT to ZINFI_CHEQ_NEW with the following method:- SE71-&amp;gt;Utilities-&amp;gt;Copy From Client and the entering the reuired details like source program,target program etc. Also I have attached a TCODE as ZFBZ5 to the program ZSAPMFCHK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that I want to attach or call the SAPScript ZINFI_CHEQ_NEW into the program ZSAPMFCHK so that when I execute the TCODE ZFBZ5 I should get the output of SAPScript ZINFI_CHEQ_NEW .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Nov 2010 06:32:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-10T06:32:04Z</dc:date>
    <item>
      <title>Attaching ZSAPScript To ZProgram</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408814#M1547809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All The ABAP Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the Program SAPMFCHK from se80 into ZSAPMFCHK. Also I have copied the Sapscript ZINFI_CHEQ_PRINT to ZINFI_CHEQ_NEW with the following method:- SE71-&amp;gt;Utilities-&amp;gt;Copy From Client and the entering the reuired details like source program,target program etc. Also I have attached a TCODE as ZFBZ5 to the program ZSAPMFCHK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that I want to attach or call the SAPScript ZINFI_CHEQ_NEW into the program ZSAPMFCHK so that when I execute the TCODE ZFBZ5 I should get the output of SAPScript ZINFI_CHEQ_NEW .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 06:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408814#M1547809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-10T06:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching ZSAPScript To ZProgram</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408815#M1547810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can call the script using function module OPEN_FORM in your report and passing the sap script name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 06:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408815#M1547810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-10T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching ZSAPScript To ZProgram</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408816#M1547811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, ABAP Gurus.&lt;/P&gt;&lt;P&gt;First of all heartly thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have mentioned I have copied the SAPScript ZINFI_CHEQ_PRINT following the steps Utilities-&amp;gt; ....&lt;/P&gt;&lt;P&gt;I will now explain in detail. I have copied the SAPScript from DEVELOPMENT in one Client say 310 and had done changes in the copied one ZINFI_CHEQ_NEW. Then Saved And Activated(FORM-&amp;gt;ACTIVATE).Also Activation Message is returned as ZINFI_CHEQ_NEW is activated.&lt;/P&gt;&lt;P&gt;Now in the same Server in another client say 320(Available For Display Mode) when in SE71, I entered the SAPScript name ZINFI_CHEQ_NEW then it is giving message 'Form ZINFI_CHEQ_NEW language EN is not available in client 320' and due to it I am unable to execute the program. &lt;/P&gt;&lt;P&gt;I have copied the standard program &amp;amp; SAPScript in Z and made changes in ZProgram to call the SAPScript ZINFI_CHEQ_NEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I left something in this matter? T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 08:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408816#M1547811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T08:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching ZSAPScript To ZProgram</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408817#M1547812</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;     SAP Script is client dependent.&lt;/P&gt;&lt;P&gt;     If you create a script in one client say 200 , and you want to test in 220 (same server) , this will not be available.&lt;/P&gt;&lt;P&gt;     You need to transport the script to 220 . Use Transaction SCC1 to transport the request to 220.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 09:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408817#M1547812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-12T09:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Attaching ZSAPScript To ZProgram</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408818#M1547813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue Solved.&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;Bharti Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Dec 2010 03:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/attaching-zsapscript-to-zprogram/m-p/7408818#M1547813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-16T03:10:18Z</dc:date>
    </item>
  </channel>
</rss>

