<?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 sap program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655822#M612396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Admir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No other way other than getting the &amp;lt;b&amp;gt;access key&amp;lt;/b&amp;gt; for that program and then modify it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not suggestable to change the SAP Standard program other than in extereme cases. Check out there might be some other way through which you can solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2007 20:44:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-13T20:44:54Z</dc:date>
    <item>
      <title>modify standard sap program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655821#M612395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;    This is part of a standrad sap program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module check_kurs_extend input.&lt;/P&gt;&lt;P&gt;  data: length type p.&lt;/P&gt;&lt;P&gt;  data: extend_error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if pppar-fcode eq insert or pppar-fcode eq quick or&lt;/P&gt;&lt;P&gt;     pppar-fcode eq cop   or           "VWMCOP&lt;/P&gt;&lt;P&gt;     pppar-fcode eq plvo  or pppar-fcode eq change.         "VWMA136859&lt;/P&gt;&lt;P&gt;    describe table dyn_tab lines dyn_tab_lines.&lt;/P&gt;&lt;P&gt;    if p1002-subty eq '0004'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Kurstexterweiterung&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      clear extend_error.&lt;/P&gt;&lt;P&gt;      loop at dyn_tab.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      PERFORM ACT_LENGTH(SAPFH5AM) USING DYN_TAB-VDATA LENGTH.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        length = strlen( dyn_tab-vdata ).                   "VWMD057827&lt;/P&gt;&lt;P&gt;        if length &amp;gt; 40.&lt;/P&gt;&lt;P&gt;          if sy-binpt is initial.&lt;/P&gt;&lt;P&gt;            message s735(pp).&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;P&gt;            message e735(pp).&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;          extend_error = 'X'.&lt;/P&gt;&lt;P&gt;          exit.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;      if extend_error eq space.&lt;/P&gt;&lt;P&gt;        if dyn_tab_lines &amp;gt; 3.&lt;/P&gt;&lt;P&gt;          extend_error = 'X'.&lt;/P&gt;&lt;P&gt;          if sy-binpt is initial.&lt;/P&gt;&lt;P&gt;            message s736(pp).&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;P&gt;            message e736(pp).&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;      if extend_error ne space.&lt;/P&gt;&lt;P&gt;        clear ok-code.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      clear extend_error.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make a change in this. Instead of  if dyn_tab_lines &amp;gt; 3 I want  if dyn_tab_lines &amp;gt; 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i make this change this condition in standrad sap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 20:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655821#M612395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T20:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: modify standard sap program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655822#M612396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Admir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No other way other than getting the &amp;lt;b&amp;gt;access key&amp;lt;/b&amp;gt; for that program and then modify it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not suggestable to change the SAP Standard program other than in extereme cases. Check out there might be some other way through which you can solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 20:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655822#M612396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T20:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: modify standard sap program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655823#M612397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;best way would be to clone it as your own Z program - you really, really don't want to modify SAP standard unless you really, really need to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 20:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655823#M612397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T20:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: modify standard sap program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655824#M612398</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;I think you have to ask your basis team for the access key for this piece of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways check if there is a note to apply for this matter, remember that you should not change the standard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 20:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-standard-sap-program/m-p/2655824#M612398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-13T20:46:47Z</dc:date>
    </item>
  </channel>
</rss>

