<?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: Modify standard program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648563#M1285308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I use IMPLICIT ENHANCEMENT AND SKIP  SUBMIT command and use my SuBMIT command with Z program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried IMPLICIT enhance ment and add mu SUBMIT command , but how can I skip the STANDARD program SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the subroutine I want to modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  REPORT_FOR_SERVICE_SUMMARY&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM report_for_service_summary&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&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;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                             USING p_srv_number&lt;/P&gt;&lt;P&gt;                                   p_pernr&lt;/P&gt;&lt;P&gt;                                   p_person_flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  RANGES: l_range_srvnum      FOR t7ehs00_service-srv_number.&lt;/P&gt;&lt;P&gt;  RANGES: l_range_pernr       FOR t7ehs00_mappernr-person_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE:   'I'                 TO l_range_srvnum-sign,&lt;/P&gt;&lt;P&gt;          'EQ'                TO l_range_srvnum-option,&lt;/P&gt;&lt;P&gt;          p_srv_number        TO l_range_srvnum-low.&lt;/P&gt;&lt;P&gt;  APPEND l_range_srvnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE:   'I'                 TO l_range_pernr-sign,&lt;/P&gt;&lt;P&gt;          'EQ'                TO l_range_pernr-option,&lt;/P&gt;&lt;P&gt;           p_pernr            TO l_range_pernr-low.&lt;/P&gt;&lt;P&gt;  APPEND l_range_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT rehsevalpersmed01&lt;/P&gt;&lt;P&gt;         WITH ehspernr IN l_range_pernr&lt;/P&gt;&lt;P&gt;         WITH srvnr    IN l_range_srvnum&lt;/P&gt;&lt;P&gt;         AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                               " REPORT_FOR_SERVICE_SUMMARY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2009 21:41:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-22T21:41:06Z</dc:date>
    <item>
      <title>Modify standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648561#M1285306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to modify standard report program "rehsevalpersmed01". I am planning to make modify by copying in Zprogram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard program is called in T-code "EHSAMBTAET"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT rehsevalpersmed01&lt;/P&gt;&lt;P&gt;         WITH ehspernr IN l_range_pernr&lt;/P&gt;&lt;P&gt;         WITH srvnr    IN l_range_srvnum&lt;/P&gt;&lt;P&gt;         AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make change here?? We don't want to create Z "EHSAMBTAET"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 21:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648561#M1285306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T21:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Modify standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648562#M1285307</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;You can not modify the SAP standard program you should have access key to modify , But you can do it by copying into a Z (Custom) program and you can change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or otherwise if you want to add / enhance some other functionality to SAP standard program you can do it by user-exits or BADI's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if they availbal for that transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Krishna Gowrneni on May 23, 2009 2:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 21:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648562#M1285307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T21:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modify standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648563#M1285308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I use IMPLICIT ENHANCEMENT AND SKIP  SUBMIT command and use my SuBMIT command with Z program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried IMPLICIT enhance ment and add mu SUBMIT command , but how can I skip the STANDARD program SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the subroutine I want to modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  REPORT_FOR_SERVICE_SUMMARY&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM report_for_service_summary&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&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;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                             USING p_srv_number&lt;/P&gt;&lt;P&gt;                                   p_pernr&lt;/P&gt;&lt;P&gt;                                   p_person_flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  RANGES: l_range_srvnum      FOR t7ehs00_service-srv_number.&lt;/P&gt;&lt;P&gt;  RANGES: l_range_pernr       FOR t7ehs00_mappernr-person_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE:   'I'                 TO l_range_srvnum-sign,&lt;/P&gt;&lt;P&gt;          'EQ'                TO l_range_srvnum-option,&lt;/P&gt;&lt;P&gt;          p_srv_number        TO l_range_srvnum-low.&lt;/P&gt;&lt;P&gt;  APPEND l_range_srvnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE:   'I'                 TO l_range_pernr-sign,&lt;/P&gt;&lt;P&gt;          'EQ'                TO l_range_pernr-option,&lt;/P&gt;&lt;P&gt;           p_pernr            TO l_range_pernr-low.&lt;/P&gt;&lt;P&gt;  APPEND l_range_pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT rehsevalpersmed01&lt;/P&gt;&lt;P&gt;         WITH ehspernr IN l_range_pernr&lt;/P&gt;&lt;P&gt;         WITH srvnr    IN l_range_srvnum&lt;/P&gt;&lt;P&gt;         AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                               " REPORT_FOR_SERVICE_SUMMARY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2009 21:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648563#M1285308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-22T21:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Modify standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648564#M1285309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can create a implicit enhancement at the start of the form, write your submit code there and after that terminate the program using &lt;STRONG&gt;LEAVE PROGRAM&lt;/STRONG&gt; Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2009 03:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648564#M1285309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-23T03:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Modify standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648565#M1285310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There would an implicit enhancement at the begining of the Form..&lt;/P&gt;&lt;P&gt;use it to call your own Z program.. do not use return statemet.. check out for the statements which are getting executed in the std SAP program after that call.. if you dont want those statements to be exceuted then it would work fine because In standard program there is return after call&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 May 2009 04:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-program/m-p/5648565#M1285310</guid>
      <dc:creator>gautam_totekar</dc:creator>
      <dc:date>2009-05-23T04:10:22Z</dc:date>
    </item>
  </channel>
</rss>

