<?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 Painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721328#M1455484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this problem SAP has recommended to implement Note 139902.This note has some manual steps..like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Include the fields in the table control by using the Screen Painter: Select screen 1400 with Transaction SE51 in program SAPLCPDI. In the layout display, position the cursor on the table control of the operation overview. Allow the Tablecontrol elements to be displayed.&lt;/P&gt;&lt;P&gt;A list is displayed which looks more or less like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column  Split table column Heading for the table column&lt;/P&gt;&lt;P&gt;36      PLPOD-AENAM        *PLPOD-AENAM&lt;/P&gt;&lt;P&gt;37      PLPOD-VPLNR        *PLPOD-VPLNR&lt;/P&gt;&lt;P&gt;38      PLPOD-VPLAL        *PLPOD-VPLAL&lt;/P&gt;&lt;P&gt;39      PLPOD-USR00        *PLPOD-USR00   &amp;lt;==== new fields&lt;/P&gt;&lt;P&gt;40      PLPOD-USR01        *PLPOD-USR01   &amp;lt;==== new fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include the user-defined fields you use at the end of the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The included fields must be provided with attributes. Press 'Attributes'.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;It is important that you complete the fields correctly for the modification groups:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;            &lt;U&gt;***Field 1 Field 2 Field 3 Field 4&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Options        (1)    (2)     I       USR&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;(1) Number the columns of the table control with this field sequentially. The value with which you continue the numbering results itself from looking at the value in the attributes for the last already available field.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;(2) Depending on the user field here, you must enter:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;User-defined field      Value&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PLPOD-USR00              U0&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PLPOD-USR01              U1&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PLPOD-USR10              U10&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;...&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me underline part....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 04:40:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-16T04:40:29Z</dc:date>
    <item>
      <title>Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721324#M1455480</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;My requirement was to add extra table fields to the Operation Overview of standard transction CA02(Change).I added those fields using table overview .But now when i see those fields in CA03 (Display) transaction,i get those newly added field in the change mode.I want these fields in display mode like other fields in CA03 Transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 05:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721324#M1455480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T05:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721325#M1455481</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;You can try with the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at screen .&lt;/P&gt;&lt;P&gt;if screen-name = 'fieldname'.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 05:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721325#M1455481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T05:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721326#M1455482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi, 
&amp;lt;li&amp;gt;Use meaningful subject.
&amp;lt;li&amp;gt;Try this way.
&lt;PRE&gt;&lt;CODE&gt;
IF sy-tcode = 'CA02'.
  LOOP AT SCREEN.
    IF screen-name EQ 'ITAB-MATNR'.
      screen-input = '1'.
      MODIFY SCREEN.
      CLEAR screen. "Clearing screen header.
    ENDIF.
  ENDLOOP.
 elseif sy-tcode = 'CA03'.
  LOOP AT SCREEN.
    IF screen-name EQ 'ITAB-MATNR'.
      screen-input = '0'.
      MODIFY SCREEN.
      CLEAR screen. "Clearing screen header.
    ENDIF.
  ENDLOOP.    
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;

Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 06:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721326#M1455482</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-02-24T06:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721327#M1455483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put condition if sy-tcode = ca02 then loop at screen and set input 1 and when sy-tcode = ca03 then set input 0. This will solve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 06:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721327#M1455483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-24T06:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721328#M1455484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this problem SAP has recommended to implement Note 139902.This note has some manual steps..like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Include the fields in the table control by using the Screen Painter: Select screen 1400 with Transaction SE51 in program SAPLCPDI. In the layout display, position the cursor on the table control of the operation overview. Allow the Tablecontrol elements to be displayed.&lt;/P&gt;&lt;P&gt;A list is displayed which looks more or less like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column  Split table column Heading for the table column&lt;/P&gt;&lt;P&gt;36      PLPOD-AENAM        *PLPOD-AENAM&lt;/P&gt;&lt;P&gt;37      PLPOD-VPLNR        *PLPOD-VPLNR&lt;/P&gt;&lt;P&gt;38      PLPOD-VPLAL        *PLPOD-VPLAL&lt;/P&gt;&lt;P&gt;39      PLPOD-USR00        *PLPOD-USR00   &amp;lt;==== new fields&lt;/P&gt;&lt;P&gt;40      PLPOD-USR01        *PLPOD-USR01   &amp;lt;==== new fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include the user-defined fields you use at the end of the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The included fields must be provided with attributes. Press 'Attributes'.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;It is important that you complete the fields correctly for the modification groups:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;            &lt;U&gt;***Field 1 Field 2 Field 3 Field 4&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Options        (1)    (2)     I       USR&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;(1) Number the columns of the table control with this field sequentially. The value with which you continue the numbering results itself from looking at the value in the attributes for the last already available field.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;(2) Depending on the user field here, you must enter:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;User-defined field      Value&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PLPOD-USR00              U0&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PLPOD-USR01              U1&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;PLPOD-USR10              U10&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;...&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me underline part....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 04:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/6721328#M1455484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T04:40:29Z</dc:date>
    </item>
  </channel>
</rss>

