<?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: Converting info message into error message hardcoded in a standard program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439262#M1053430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;      Even I have a similar requirement where in I have to modify standard code in version 4.6c.&lt;/P&gt;&lt;P&gt;Here I guess we cannot comment existing code rather we can only add our own code using Insert ...please confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Mar 2010 18:08:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-02T18:08:51Z</dc:date>
    <item>
      <title>Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439254#M1053422</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;Due to some Good Manufacturing Practices in the Pharmaceutical Industry, users are demanding that message i102(40) (SAPLCOSD / LCOSDF2D / FORM OrderTables_Fill line 478) a hardcoded info message be converted into an error message.&lt;/P&gt;&lt;P&gt;I have struggled all day long on the PPCO exits, but it was not possible to find one that comes prior to this message, so I could prevent the error.&lt;/P&gt;&lt;P&gt;I then tried to create a field exit on field CAUFVD-GSTRP, but it was not possible to create a field exit for this field (it was not present at PRFB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way of changing it without changing the standard code (even though it's just one caracter from i102(40) to e102(40).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439254#M1053422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T20:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439255#M1053423</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 solution which we used in one of our requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To replace standard sap code, in ECC 6 SAP provided Enhancement Sections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: Give program name and from and to line numbers in which you need to create a Enhancement section. Give this details to BASIS. They will provide you access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: Create a Enhancement Section for this portion of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3: Create implementation for this enhancement section.&lt;/P&gt;&lt;P&gt;You can't create multiple implementations for enhancement section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate it and now your new code will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Click here |http://help.sap.com/saphelp_nw70/helpdata/en/a0/47e94086087e7fe10000000a1550b0/content.htm]to read the same in help.sap.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the very best to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439255#M1053423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T20:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439256#M1053424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are in one of the newer versions of ECC, you could try an implicit enhancement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439256#M1053424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T20:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439257#M1053425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are working ECC6 version you have enhancement spot ES_SAPLCOSD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439257#M1053425</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-09-04T20:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439258#M1053426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, many thanks for your prompt answers.&lt;/P&gt;&lt;P&gt;But unfortunately, my mistake, I forgot to tell you that I am still working with on R/3 Enterprize version 4.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can register an object on SAP and get a key to change the standard code, but wouldn't that imply into a loss of guarantee (I don't know if you know what I mean)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439258#M1053426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T20:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439259#M1053427</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;&lt;/P&gt;&lt;P&gt;Enhancement points, Enhancement spots, Enhancement sections will fall under ENHANCEMENTS rather than MODIFICATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any more inputs in ECC 6.0 Enhancement frame work let me know I can send you one easy-to-check power point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, Unfortunately I can't help you much for your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your requirement...&lt;/P&gt;&lt;P&gt;In 4.6 We need to modify the code by using access key.&lt;/P&gt;&lt;P&gt;But, in ECC 6 we can Enhance the code by using access key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the very best.&lt;/P&gt;&lt;P&gt;Mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439259#M1053427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T20:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439260#M1053428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Mohan, many thanks, it looks that I'll need to change the standard code anyway...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 20:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439260#M1053428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T20:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439261#M1053429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget, I changed the standard anyway...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 11:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439261#M1053429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T11:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Converting info message into error message hardcoded in a standard program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439262#M1053430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maria,&lt;/P&gt;&lt;P&gt;      Even I have a similar requirement where in I have to modify standard code in version 4.6c.&lt;/P&gt;&lt;P&gt;Here I guess we cannot comment existing code rather we can only add our own code using Insert ...please confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 18:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-info-message-into-error-message-hardcoded-in-a-standard-program/m-p/4439262#M1053430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-02T18:08:51Z</dc:date>
    </item>
  </channel>
</rss>

