<?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 SAPLBTCH in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saplbtch/m-p/2035339#M418013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to copy the standard program SAPLBTCH, TCODE SMX into Zprogram and Ztcode and i need  to do changes in GUI Status JOV_STATUS(Create a Z version of JOV_STATUS and remove the delete from Menu Bar and Menu Options.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when am coping it into Z function group is comming(BATH) ,am not able to under stand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly help me.It is very urgent.&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;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 09:24:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T09:24:09Z</dc:date>
    <item>
      <title>SAPLBTCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saplbtch/m-p/2035339#M418013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to copy the standard program SAPLBTCH, TCODE SMX into Zprogram and Ztcode and i need  to do changes in GUI Status JOV_STATUS(Create a Z version of JOV_STATUS and remove the delete from Menu Bar and Menu Options.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when am coping it into Z function group is comming(BATH) ,am not able to under stand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please kindly help me.It is very urgent.&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;Thanks&amp;amp;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 09:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saplbtch/m-p/2035339#M418013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T09:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAPLBTCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saplbtch/m-p/2035340#M418014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of Std function group 'BTCH', You create your own Function Group&lt;/P&gt;&lt;P&gt;and assign to the program.&lt;/P&gt;&lt;P&gt;Copy the function group to Zgroup.&lt;/P&gt;&lt;P&gt;copy the Fun module to Z fun module&lt;/P&gt;&lt;P&gt;Copy the Main program with all includes  to Z programs.&lt;/P&gt;&lt;P&gt;since it is having lot of includes you should be careful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 09:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saplbtch/m-p/2035340#M418014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T09:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAPLBTCH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saplbtch/m-p/2035341#M418015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPLBTCH is a Function Pool. To copy this go to SE80-&amp;gt; Functino Group(BTCH),   right click on the top most node (BTCH) and select copy to copy the whole thing to your Zversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please keep in mind that this is a Function Group and will be having lot of objects in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In you case copy the Function module you need to modify and refer to the standard includes the function module refers to. You might miss some declaration which would be present in the system defined include, you can use the existing includes or copy the declaration part to your own global includes also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;reward points for helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 09:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saplbtch/m-p/2035341#M418015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T09:31:25Z</dc:date>
    </item>
  </channel>
</rss>

