<?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 Exit implementation values not storing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227959#M479108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to implement two other exits to a) get the values from screen to DB and b) get the values back from DB to screen.&lt;/P&gt;&lt;P&gt;It seems like the two FMs in the enhancement you mentioned should do the job. &lt;/P&gt;&lt;P&gt;EXIT_SAPLCJWB_002&lt;/P&gt;&lt;P&gt;EXIT_SAPLCJWB_003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try those out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 12:38:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T12:38:01Z</dc:date>
    <item>
      <title>Screen Exit implementation values not storing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227958#M479107</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;I am implemented a screen exit &amp;lt;b&amp;gt;'CNEX0006'  PS customer specific fields project definition&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;This enhancement is already implemented in project &amp;lt;b&amp;gt;PS-MSDOC&amp;lt;/b&amp;gt; so i use it and add following enhancement fields from proj table in the sub screen .&lt;/P&gt;&lt;P&gt;ZFILEPATH&lt;/P&gt;&lt;P&gt;ZFILE1NAME&lt;/P&gt;&lt;P&gt;ZFILE1EXTE&lt;/P&gt;&lt;P&gt;ZFILE2NAME&lt;/P&gt;&lt;P&gt;ZFILE2EXTE&lt;/P&gt;&lt;P&gt;ZFILE3NAME&lt;/P&gt;&lt;P&gt;ZFILE3EXTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the fields are displaying when i run trasaction CJ20N in customer enhacement tab. but values are not storing in these fields. when i open the project again fields are empty again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How will the values be stored&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 11:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227958#M479107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T11:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit implementation values not storing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227959#M479108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to implement two other exits to a) get the values from screen to DB and b) get the values back from DB to screen.&lt;/P&gt;&lt;P&gt;It seems like the two FMs in the enhancement you mentioned should do the job. &lt;/P&gt;&lt;P&gt;EXIT_SAPLCJWB_002&lt;/P&gt;&lt;P&gt;EXIT_SAPLCJWB_003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try those out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227959#M479108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T12:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit implementation values not storing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227960#M479109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I create a pushbutton on the screen and process the function.&lt;/P&gt;&lt;P&gt;I get the message V0 104 Requested function &amp;amp; is not available here&lt;/P&gt;&lt;P&gt;I filled the field    FLG_CLR_OK_CODE_EXP in &lt;/P&gt;&lt;P&gt;EXIT_SAPLCJWB_003 / EXIT_SAPLCJWB_005&lt;/P&gt;&lt;P&gt;if sy-ucomm = 'CLASS'.&lt;/P&gt;&lt;P&gt;   FLG_CLR_OK_CODE_EXP = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't check the sy-ucomm I can't use the back or exit button.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 11:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227960#M479109</guid>
      <dc:creator>almut_stratenberg</dc:creator>
      <dc:date>2007-07-09T11:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Exit implementation values not storing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227961#M479110</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;in exit ZXCN1U22 you have put the values from screen back to the database structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cnci_prps_exp       = cnci_prps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cnci_prps is the customized structure you use for the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 09:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit-implementation-values-not-storing/m-p/2227961#M479110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T09:42:48Z</dc:date>
    </item>
  </channel>
</rss>

