<?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 CNEX0006 subscreen problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681128#M1576006</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 have implemented CNEX0006 enhancement to get new custom subscreen in CJ20N Transaction and added the fields also.When i am trying to change the status of the screen from CHANGE to DISPLAY these fields are in INPUT ENABLED mode only.&lt;/P&gt;&lt;P&gt;I wrote the bellow code to modify the screen in PBO and also tried by writing same logic in EXIT_SAPLCJWB_002 exit but still not working .Kindly guide me to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'TOGGLE'.&lt;/P&gt;&lt;P&gt;   LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;   IF SCREEN-NAME = 'PROJ-ZAWARDED'.&lt;/P&gt;&lt;P&gt; IF SCREEN-INPUT = 1.&lt;/P&gt;&lt;P&gt;     SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;   MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padmaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 07:11:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-04T07:11:41Z</dc:date>
    <item>
      <title>CNEX0006 subscreen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681128#M1576006</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 have implemented CNEX0006 enhancement to get new custom subscreen in CJ20N Transaction and added the fields also.When i am trying to change the status of the screen from CHANGE to DISPLAY these fields are in INPUT ENABLED mode only.&lt;/P&gt;&lt;P&gt;I wrote the bellow code to modify the screen in PBO and also tried by writing same logic in EXIT_SAPLCJWB_002 exit but still not working .Kindly guide me to solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF SY-UCOMM = 'TOGGLE'.&lt;/P&gt;&lt;P&gt;   LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;   IF SCREEN-NAME = 'PROJ-ZAWARDED'.&lt;/P&gt;&lt;P&gt; IF SCREEN-INPUT = 1.&lt;/P&gt;&lt;P&gt;     SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;   MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;   ENDIF.&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padmaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 07:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681128#M1576006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T07:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: CNEX0006 subscreen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681129#M1576007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also make sure you are maintaing the same screen group setting for the new fields added. You check for any standard screen field and check all the 4 groups maintained, try to maintain the same group values for your new field as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Generally the 4th group is different for each fields as they are specific to fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 08:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681129#M1576007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-04T08:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: CNEX0006 subscreen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681130#M1576008</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 done the above screen enhancement in CJ20N after that  I tried to create a wbs element but the system is throughing the message  &lt;/P&gt;&lt;P&gt;"Update was terminated" .kindly guide me to solve the problem because i searched in sdn but i could not come to one conclusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padmaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 05:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681130#M1576008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T05:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: CNEX0006 subscreen problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681131#M1576009</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 am not able to change the text of tab CUST.ENHANCEMENT  (implemented tab)to my required title.&lt;/P&gt;&lt;P&gt;How to fulfill the this requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padmaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Mar 2011 05:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cnex0006-subscreen-problem/m-p/7681131#M1576009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-07T05:52:53Z</dc:date>
    </item>
  </channel>
</rss>

