<?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: Regarding Screen Painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391314#M190125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason may be u have not defined any PF Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO &lt;/P&gt;&lt;P&gt;SET PF-STATUS 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dobule click on XYZ.&lt;/P&gt;&lt;P&gt;It will take u to SE41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on arrow against Function keys.&lt;/P&gt;&lt;P&gt;Write Save Against SAVE icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save it and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now handle it in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;When 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code ... Insert in DB..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Sachin Dhingra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2006 04:56:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-21T04:56:59Z</dc:date>
    <item>
      <title>Regarding Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391310#M190121</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 will input some text in input box of a screen.&lt;/P&gt;&lt;P&gt;Later if i click "SAVE" push button, it should save in a Z-Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am facing a error message which reads &lt;/P&gt;&lt;P&gt;" Status 1000 of the user interface ZTEST_SCREEN missing&lt;/P&gt;&lt;P&gt;Message no. 00264&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The specified GUI status either does not exist or was not generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Use the Menu Painter to check whether the status required actually exists. If it does, then generate the interface ZTEST_SCREEN (using the Menu Painter).&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;How to resolve this issue...??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391310#M190121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391311#M190122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In The PBO Module STATUS, you are trying to assign an unknow GUI Status, please check if the status you are trying to assign exists, if not create the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391311#M190122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391312#M190123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u activated the GUI status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391312#M190123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391313#M190124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GUI STATUS is nothing but the MENU that you would reuqire to create and attach to the screen. Use transaction SE41 to create it and use SET PF-STATUS 'xxx' in the PBO of the screen to attach the menu to the screen, don't forget to activate the menu in SE41..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391313#M190124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Screen Painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391314#M190125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason may be u have not defined any PF Status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO &lt;/P&gt;&lt;P&gt;SET PF-STATUS 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dobule click on XYZ.&lt;/P&gt;&lt;P&gt;It will take u to SE41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on arrow against Function keys.&lt;/P&gt;&lt;P&gt;Write Save Against SAVE icon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save it and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now handle it in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;When 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code ... Insert in DB..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Sachin Dhingra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 04:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-screen-painter/m-p/1391314#M190125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T04:56:59Z</dc:date>
    </item>
  </channel>
</rss>

