<?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: Reg : Enhancement for CAT7 Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-enhancement-for-cat7-tcode/m-p/8510559#M1654857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create implicit enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1 open tcode cat7
2 navigate to STATUS and double click on program RCATSTCO.
3 open below include 
* selection and global data
INCLUDE RCATSTCOTOP.
4 click on spiral icon.
5 goto EDIT -&amp;gt;enhancement options -&amp;gt;show implicit enhancement options.

it will showyou arrow on the extreme left. and on comments right click and select enhancements -&amp;gt;create.

enter implicit enhancement name
 putthe code in enhancement section:
ENHANCEMENT 1  ZENHANCE_IMP_CAT7.    "active version
AT SELECTION-SCREEN.
  DATA C TYPE CHAR30.
  BREAK BTDDEV1.
  IF P_DATE-LOW EQ SY-DATUM.
    CONCATENATE 'you have entered date' SY-DATUM INTO C
    SEPARATED BY SPACE.
    MESSAGE C TYPE 'I'.
    ENDIF.
ENDENHANCEMENT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;revert back if problem not solved .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2012 13:00:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-21T13:00:45Z</dc:date>
    <item>
      <title>Reg : Enhancement for CAT7 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-enhancement-for-cat7-tcode/m-p/8510558#M1654856</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;I have to validate the date field for the selection screen. So for that I am using the userexit "EXIT_SAPLCATS_002 ". I dont understand why it is not triggering at the selection screen. I have created a project and assigned this userexit to the project and activated it also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know about this. Please Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jhings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 12:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-enhancement-for-cat7-tcode/m-p/8510558#M1654856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-21T12:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reg : Enhancement for CAT7 Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-enhancement-for-cat7-tcode/m-p/8510559#M1654857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create implicit enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
1 open tcode cat7
2 navigate to STATUS and double click on program RCATSTCO.
3 open below include 
* selection and global data
INCLUDE RCATSTCOTOP.
4 click on spiral icon.
5 goto EDIT -&amp;gt;enhancement options -&amp;gt;show implicit enhancement options.

it will showyou arrow on the extreme left. and on comments right click and select enhancements -&amp;gt;create.

enter implicit enhancement name
 putthe code in enhancement section:
ENHANCEMENT 1  ZENHANCE_IMP_CAT7.    "active version
AT SELECTION-SCREEN.
  DATA C TYPE CHAR30.
  BREAK BTDDEV1.
  IF P_DATE-LOW EQ SY-DATUM.
    CONCATENATE 'you have entered date' SY-DATUM INTO C
    SEPARATED BY SPACE.
    MESSAGE C TYPE 'I'.
    ENDIF.
ENDENHANCEMENT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;revert back if problem not solved .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 13:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-enhancement-for-cat7-tcode/m-p/8510559#M1654857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-21T13:00:45Z</dc:date>
    </item>
  </channel>
</rss>

