<?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: Screen exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881199#M370042</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;It depends on what types fields those are? &lt;/P&gt;&lt;P&gt; -&amp;gt; standard fields no need any programing it will stored in respective tables  &lt;/P&gt;&lt;P&gt;     automataically.&lt;/P&gt;&lt;P&gt; -&amp;gt; custom (ZZ) fields just add in standard table that's all dont do anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;Poorna&lt;/STRONG&gt;*********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 13:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T13:58:51Z</dc:date>
    <item>
      <title>Screen exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881198#M370041</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 implemented a screen exit QQMA0001 available for transaction IQS1.I have introduced some new fields into the custom subscreens.I want to capture this data into some standard tables that are already used by this transaction.Could anyone suggest on this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Hema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881198#M370041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T12:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881199#M370042</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;It depends on what types fields those are? &lt;/P&gt;&lt;P&gt; -&amp;gt; standard fields no need any programing it will stored in respective tables  &lt;/P&gt;&lt;P&gt;     automataically.&lt;/P&gt;&lt;P&gt; -&amp;gt; custom (ZZ) fields just add in standard table that's all dont do anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********&lt;STRONG&gt;Poorna&lt;/STRONG&gt;*********&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881199#M370042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881200#M370043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not positive, but I think you will need to use one of the FM Exits in the same Enhancement to add the functionality to your Screen Exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881200#M370043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881201#M370044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;below are the steps to implement scren exit for enhancement CNEX0006 ,hope this helps.&lt;/P&gt;&lt;P&gt;First create a project in cmod and attach the enhancement CNEX0006 to the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.go to se11 and in the PROJ table u will find ci_proj include , in this add ur custom fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.go to se51 give SAPLXCN1 in the program name with screen number 0600 , create the subscreen and in the layout choose Dict./Program fields and drag and drop in the screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. if u want to write any logic before the screen is displayed do it in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. now in the function exit EXIT_SAPLCJWB_002 , go in the INCLUDE ZXCN1U11 and write this logic&lt;/P&gt;&lt;P&gt;move-corresponding sap_proj_imp to proj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.4. now in the function exit EXIT_SAPLCJWB_003 , go in the INCLUDE ZXCN1U12. and write this logic&lt;/P&gt;&lt;P&gt;move-corresponding proj to cnci_proj_exp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the project .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 16:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881201#M370044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881202#M370045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Hema&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the Screen Exits for the Enhancement "QQMA0001" as bellow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0100&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0101&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0102&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0103&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0104&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0105&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0110&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0115&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0120&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0125&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0130&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0135&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0140&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0145&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0150&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0155&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0160&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0161&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0162&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0163&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0164&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0165&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0166&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0167&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0168&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0169&lt;/P&gt;&lt;P&gt;SAPLIQS0                       7790 USER0001 SAPLXQQM                       0170&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check one by one and find out what is the sutable screen exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 17:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881202#M370045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T17:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881203#M370046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Hema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from implementing the screen changes, you would require to do the following activities also, to achieve your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Step1: go to SE11-&amp;gt;table QMIH or QMEL or ILOA-&amp;gt;click append structure-&amp;gt;include your new fields in the new structure getting created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2:In CMOD, double click on the compnent "EXIT_SAPMIWO0_009", you will bt takn to the funtion module editor, where you need to double click on include "ZXQQMU08", and create. Enter the logic to read from the the import structure based on the subscreen number in field I_USCR.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sajan Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2007 07:44:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exits/m-p/1881203#M370046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-20T07:44:51Z</dc:date>
    </item>
  </channel>
</rss>

