<?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: Enhancing CAT2 Screen using screen exit. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-cat2-screen-using-screen-exit/m-p/4238772#M1011954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be a bitt more explanatory as I have tried all the steps mentioned in the Standard documentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2008 21:25:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-12T21:25:26Z</dc:date>
    <item>
      <title>Enhancing CAT2 Screen using screen exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-cat2-screen-using-screen-exit/m-p/4238770#M1011952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working for a custmer enhancement whuch requires to include a input field on the CAT2 Main screen. I am using CATS005 exit &amp;amp; subscreen at the top of header area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with this I cannot use the values that is entered in this input field for processing as technically they have not included this subscreen in PAI module.&lt;/P&gt;&lt;P&gt;Here is the flow logic of screen 2000 of SAPLCATS&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;global module for global settings&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MODULE D2000_GLOBAL_SETTINGS.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;initialization&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  MODULE D2000_INIT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;modify fields outside loop&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; MODULE D2000_MODIFY_HEADINGS.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Customer-Subscreen - carrier&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL SUBSCREEN CATS005 INCLUDING 'SAPLCATS' SUBSCR-005.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Header-area&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL SUBSCREEN CATS003 INCLUDING 'SAPLCATS' SUBSCR-003.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Worklist&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL SUBSCREEN CATS001 INCLUDING 'SAPLCATS' SUBSCR-001.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Entry-screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL SUBSCREEN CATS002 INCLUDING 'SAPLCATS' SUBSCR-002.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;View-switches&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL SUBSCREEN CATS004 INCLUDING 'SAPLCATS' SUBSCR-004.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;  MODULE D2000_ABBRUCH AT EXIT-COMMAND.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Worklist&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL SUBSCREEN CATS001.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Entry-screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL SUBSCREEN CATS002.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Header-data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call subscreen cats003.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OK-Code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  MODULE PROCESS_OK_CODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me how to achieve the values defined ain any Input field added using the screen exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to achieve this functionality...???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 21:18:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-cat2-screen-using-screen-exit/m-p/4238770#M1011952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T21:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing CAT2 Screen using screen exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-cat2-screen-using-screen-exit/m-p/4238771#M1011953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the documentation of the enhancment CATS0005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1.  You want to enter the customer fields along with the SAP fields on    &lt;/P&gt;&lt;P&gt;     the data entry screen. Proceed as follows:                                                                                &lt;/P&gt;&lt;P&gt;o   Define customer Include CI_CATSDB in the ABAP/4 Dictionary. Include   &lt;/P&gt;&lt;P&gt;     only fields in the customer name range in structure CI_CATSDB.        &lt;/P&gt;&lt;P&gt;     Otherwise, this may cause problems during a system upgrade. Use only  &lt;/P&gt;&lt;P&gt;     fields of type 'CHAR' and 'NUMC'.                                                                                &lt;/P&gt;&lt;P&gt;o   Activate the customer fields using a special Customizing transaction  &lt;/P&gt;&lt;P&gt;     for the Time Sheet.                                                   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 21:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-cat2-screen-using-screen-exit/m-p/4238771#M1011953</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-08-12T21:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enhancing CAT2 Screen using screen exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-cat2-screen-using-screen-exit/m-p/4238772#M1011954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you be a bitt more explanatory as I have tried all the steps mentioned in the Standard documentation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 21:25:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhancing-cat2-screen-using-screen-exit/m-p/4238772#M1011954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T21:25:26Z</dc:date>
    </item>
  </channel>
</rss>

