<?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/7196972#M1520602</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;Have you assigned function code to your button of 'DIsplay'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or your sy-ucommis getting cleared somehow. Check what is the case with your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Aug 2010 10:17:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-10T10:17:17Z</dc:date>
    <item>
      <title>screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196965#M1520595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends i have designed a screen displaying few fields from table MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code for it in PBO is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE STATUS_0100 OUTPUT.

 " SET PF-STATUS 'ZMENU'.
 " SET TITLEBAR 'ZMENU_PAINTER'.

    CASE SY-UCOMM.
        WHEN 'EXIT'.
          LEAVE PROGRAM.
        WHEN 'BACK'.
          LEAVE PROGRAM.
        WHEN 'DISPLAY'.
          BREAK-POINT.
          SELECT SINGLE MATNR MBRSH MATKL ERNAM FROM MARA
               INTO (MARA-MATNR,MARA-MBRSH,MARA-MATKL,MARA-ERNAM)
          WHERE MATNR = MARA-MATNR.

        WHEN 'CLEAR'.
          CLEAR MARA.
      ENDCASE.
    ENDMODULE.                 " STATUS_0100  OUTPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but after executing entering the material no and clicking "display" doesn't display the data in other fields like MBRSH,MATKL,ERNAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines from now on.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 11, 2010 11:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 09:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196965#M1520595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T09:02: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/7196966#M1520596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug and find the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 09:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196966#M1520596</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-10T09:59: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/7196967#M1520597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;as you have mentioned that, after entering the matnr no it must display the details but it is not. it is due to the code is in PBO , it must be in PAI because we are giving some action i.e. display after entering the material no. try writing the code in PAI. it must work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sirisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196967#M1520597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196968#M1520598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@keshav: i have already tried.As u can see break-point before "display " in code.But it is not even entering into that block.Please help  i m new to it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196968#M1520598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196969#M1520599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ srisa : hi friend i have also tried that but still getting the same thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MODULE USER_COMMAND_0100 INPUT.

  CASE SY-UCOMM.
        WHEN 'EXIT'.
          LEAVE PROGRAM.
        WHEN 'BACK'.
          LEAVE PROGRAM.
        WHEN 'DISPLAY'.
          BREAK-POINT.
          SELECT SINGLE MATNR MBRSH MATKL ERNAM FROM MARA
               INTO (MARA-MATNR,MARA-MBRSH,MARA-MATKL,MARA-ERNAM)
          WHERE MATNR = MARA-MATNR.

        WHEN 'CLEAR'.
          CLEAR MARA.
      ENDCASE.

ENDMODULE.                 " USER_COMMAND_0100  INPUT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196969#M1520599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196970#M1520600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have used debugging and found SY-UCOMM is blank and contains nothing in PBO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196970#M1520600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196971#M1520601</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;PRE&gt;&lt;CODE&gt;SELECT SINGLE MATNR MBRSH MATKL ERNAM FROM MARA
               INTO (MARA-MATNR,MARA-MBRSH,MARA-MATKL,MARA-ERNAM)
          WHERE MATNR = MARA-MATNR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your select query, does variable MARA-MATNR contain any value???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it contains, did you try and check to put the same in MARA table via SE11 and check if there exists MBRSH, MATKL, ERNAM for that MATNR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196971#M1520601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196972#M1520602</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;Have you assigned function code to your button of 'DIsplay'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or your sy-ucommis getting cleared somehow. Check what is the case with your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196972#M1520602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196973#M1520603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Archana : yes it contains value enterd by me on the screen.But even after that the SY-UCOMM contains nothing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196973#M1520603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196974#M1520604</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;try using ok_code type sy-ucomm and mention in the element list and write the case statement using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it must capture the sy-ucomm value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sirisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196974#M1520604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196975#M1520605</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;do you maintianed the PF-status / GUI status in se 41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a Application tool added for Display and does the Function code is Display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next go to attributes in screen se51 and OK_code at last feild.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and write your code in PAI .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The try it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check there is no where the the MARA table is intialized in PBO or PAI, if so remove other wise it will clear the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196975#M1520605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196976#M1520606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is nothing in Function code of  " display " in screen painter.what should i write there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using case ok_code now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196976#M1520606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196977#M1520607</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;Give function code for 'Display' button as 'Display' in screen painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 10:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196977#M1520607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T10:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196978#M1520608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a coding like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS BEFORE OUTPUT.
  MODULE status_0100.

PROCESS AFTER INPUT.
  MODULE USER_COMMAND_0100 AT EXIT_COMMAND.
  FIELD MARA-MATNR MODULE MARA_MATNR_0100.
  MODULE user_command_0100.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
MODULE status_0210 OUTPUT.
  SET PF-STATUS '0100' EXCLUDING tab.
* Create STATUS 0100 with your codes EXIT, BACK, CLEAR and DISPLAY
* give a type "E" exit for EXIT and BACK, keep space for the other 2
  SET TITLEBAR '0100'.
ENDMODULE.
MODULE user_command_0100 INPUT.
  CASE ok_code. " SY-UCOMM.
    WHEN 'EXIT'.
      LEAVE PROGRAM.
    WHEN 'BACK'.
      LEAVE TO SCREEN 0.
    WHEN 'DISPLAY'.
      SELECT SINGLE matnr mbrsh matkl ernam
        FROM mara
        INTO (mara-matnr,mara-mbrsh,mara-matkl,mara-ernam)
        WHERE matnr = mara-matnr.
    WHEN 'CLEAR'.
      CLEAR mara.
  ENDCASE.
ENDMODULE.
MODULE mara_matnr_0100 INPUT.
  SELECT SINGLE matnr
    FROM mara
    INTO mara-matnr
    WHERE matnr = mara-matnr.
  IF sy-subrc NE 0.
    MESSAGE e305(m3) WITH mara-matnr.
  ENDIF.
ENDMODULE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 11:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196978#M1520608</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-08-10T11:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196979#M1520609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@arachna : yeah thanx now it is entering the cse for display and values are store in MARA-ERNAM etc.but on the output screen still no value is displyed in the fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 11:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196979#M1520609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T11:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196980#M1520610</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 need to put these values in the fields in PBO of next screen in which you are displaying these values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will display your values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 11:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196980#M1520610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-10T11:23: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/7196981#M1520611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@arachna : should i create another screen to dislplay values.&lt;/P&gt;&lt;P&gt;actually while creating first screen :&lt;/P&gt;&lt;P&gt;1) i selected the four fields from the dictionary table MARA : ERNAM,MATNR,MBRSH,MATKL&lt;/P&gt;&lt;P&gt;2) now what i m doing is that on entering the material no in the screen and then clicking on "display" the other fields should be field automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually one thing i want to confirm from u that : &lt;STRONG&gt;how do we recognize the inputs fields designed in screen painter in the ABAP program.like for push button we have function code but for input fields what should be used.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also for displaying the data Do I need to create one more screen same as of earlier one and then display the values in it.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 04:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196981#M1520611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T04:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196982#M1520612</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;Yes you will have to create new screen. and then add code in the PBO of that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will display your values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And like pushbuttons, we don't need to give any function code for input/output fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 09:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196982#M1520612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T09:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196983#M1520613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@arachna : i have created similar second screen.now according to the following code in the PAI of screen_100 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT SINGLE MATNR MBRSH MATKL ERNAM FROM MARA
               INTO (MARA-MATNR,MARA-MBRSH,MARA-MATKL,MARA-ERNAM)
          WHERE MATNR = MARA-MATNR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;values are in MARA-MATNR,MARA-MBRSH,MARA-MATKL,MARA-ERNAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no what should be the code in PBO of screen_200.like what should be wriiten ther to display values in the coressponding fields of scrien_200. &lt;STRONG&gt;On screen painter I have choosen  "select from dictionary" this time also.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 10:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196983#M1520613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T10:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196984#M1520614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Achal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stick to basics&lt;/STRONG&gt; i.e.,  In screen programs if the &lt;STRONG&gt;variable name&lt;/STRONG&gt; in program(Perticulary in TOP Include) and the &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field names in Screen&lt;/STRONG&gt;  are same &lt;STRONG&gt;AUTOMATIC DATA TRANSFER&lt;/STRONG&gt; takes place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;in TOP include
tables : mara. " and also get the Screen fields from mara table 
" And you dont need any other screens to display the Values from MARA table you can use the Same screen
in Flow logic
module status_100.
in program
module status_100.
select single * from mara into mara " This works as work area since tables declaration is there in TOP include
 where matnr = mara-matnr. " this is the screen field you declared on the Screen
" Take the help of Raymonds Answer that is more helpful since it uses the Field statement in PAI
endmodule.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 10:28:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-painter/m-p/7196984#M1520614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-11T10:28:23Z</dc:date>
    </item>
  </channel>
</rss>

