<?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: customer exit is not functioning after ECC upgrade/support package in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939810#M1487139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep a break point and run the t-code IW32. It will stop at your break point. check the field symbol after assignment, whether it has received any value or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 May 2010 22:58:37 GMT</pubDate>
    <dc:creator>former_member376453</dc:creator>
    <dc:date>2010-05-24T22:58:37Z</dc:date>
    <item>
      <title>customer exit is not functioning after ECC upgrade/support package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939805#M1487134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems our customer exit is not functioning after ECC upgrade/support package. I tried to activate the project again, no use. please help. Thanks! (see below for the enhancement info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COZF0002 Change purchase req. for externally procured component&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT_SAPLCOZF_002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZXCOZU02&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&amp;amp;  Include           ZXCOZU02&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;&lt;/P&gt;&lt;P&gt;CONSTANTS: lcc_eban(25)   TYPE c VALUE '(SAPLCOBC)EBAN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;fs_eban&amp;gt;   TYPE eban.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_fkstl TYPE prps-fkstl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;Move values from the LUW to the Internal Table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;ASSIGN (lcc_eban) TO &amp;lt;fs_eban&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;If the field symbol is "NOT' empty then proceed&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;IF ( &amp;lt;fs_eban&amp;gt; IS ASSIGNED ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;if WBS work order, get cost center from PRPS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  IF ( caufvd_imp-auart = 'ZM05' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECT SINGLE fkstl INTO l_fkstl FROM prps&lt;/P&gt;&lt;P&gt;      WHERE pspnr = caufvd_imp-pspel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF ( sy-subrc = 0 ).&lt;/P&gt;&lt;P&gt;      WRITE l_fkstl TO &amp;lt;fs_eban&amp;gt;-zzfistl.&lt;/P&gt;&lt;P&gt;    ENDIF.&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;if not WBS WO, move cost center minus leading zeros to funds center&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    WRITE caufvd_imp-kostl TO &amp;lt;fs_eban&amp;gt;-zzfistl.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939805#M1487134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T22:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: customer exit is not functioning after ECC upgrade/support package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939806#M1487135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are trying to get data from stack '(SAPLCOBC)EBAN'. Check after upgrade, the program name is still the same or it has changed. I think this has changed, thats why ur custom exit is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939806#M1487135</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2010-05-24T22:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: customer exit is not functioning after ECC upgrade/support package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939807#M1487136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you for your quick answer.&lt;/P&gt;&lt;P&gt;Which program did you mean?&lt;/P&gt;&lt;P&gt;I checked the program for IW32, it's SAPLCOIH, is that what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939807#M1487136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T22:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: customer exit is not functioning after ECC upgrade/support package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939808#M1487137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean to say, check in the stack structure in code, whether the required value is available or not. - Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939808#M1487137</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2010-05-24T22:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: customer exit is not functioning after ECC upgrade/support package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939809#M1487138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to check? could you please provide the steps in detail? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939809#M1487138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T22:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: customer exit is not functioning after ECC upgrade/support package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939810#M1487139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep a break point and run the t-code IW32. It will stop at your break point. check the field symbol after assignment, whether it has received any value or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 22:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939810#M1487139</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2010-05-24T22:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: customer exit is not functioning after ECC upgrade/support package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939811#M1487140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you mean set a break point in the follow code?(Include ZXCOZU02), I tried set a break point in this code, but It didn't stop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&amp;amp; Include ZXCOZU02&lt;/P&gt;&lt;P&gt;&amp;amp;----&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONSTANTS: lcc_eban(25) TYPE c VALUE '(SAPLCOBC)EBAN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;fs_eban&amp;gt; TYPE eban.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: l_fkstl TYPE prps-fkstl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;Move values from the LUW to the Internal Table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;ASSIGN (lcc_eban) TO &amp;lt;fs_eban&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;If the field symbol is "NOT' empty then proceed&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;IF ( &amp;lt;fs_eban&amp;gt; IS ASSIGNED ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;if WBS work order, get cost center from PRPS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;IF ( caufvd_imp-auart = 'ZM05' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE fkstl INTO l_fkstl FROM prps&lt;/P&gt;&lt;P&gt;WHERE pspnr = caufvd_imp-pspel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ( sy-subrc = 0 ).&lt;/P&gt;&lt;P&gt;WRITE l_fkstl TO &amp;lt;fs_eban&amp;gt;-zzfistl.&lt;/P&gt;&lt;P&gt;ENDIF.&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;if not WBS WO, move cost center minus leading zeros to funds center&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;WRITE caufvd_imp-kostl TO &amp;lt;fs_eban&amp;gt;-zzfistl.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 23:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-exit-is-not-functioning-after-ecc-upgrade-support-package/m-p/6939811#M1487140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-24T23:06:38Z</dc:date>
    </item>
  </channel>
</rss>

