<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440588#M1053569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;After creating a table u have to create Table maintenence genarator in "utilities-&amp;gt;Table maintenence generator" in the file menu.&lt;/P&gt;&lt;P&gt;After that u have to create a tcode for that . now u can simply display a table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 09:40:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T09:40:46Z</dc:date>
    <item>
      <title>screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440585#M1053566</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 a selection screen in which bill doc(vbrk-vbeln) is a parameter.&lt;/P&gt;&lt;P&gt;i want to display a table control( which i have done )to be displayed&lt;/P&gt;&lt;P&gt;below the selection screen when user enters a billing doc and press enter.&lt;/P&gt;&lt;P&gt;selection screen is in screen 1000 and my table contro in 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 09:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440585#M1053566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T09:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440586#M1053567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make a new screen e.G. 1002.&lt;/P&gt;&lt;P&gt;then place 2 containers/subscreens on it, one in the upper half and one in the lower.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in your upper subscreen call screen 1000 and in the lower call screen 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rest is just a bit of PBO and PAI logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 09:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440586#M1053567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T09:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440587#M1053568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you could solve like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ok_code = ENTER and belnr is not initial you call screen 1001 in which you put the parameter selected above the screen and the table control below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 09:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440587#M1053568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440588#M1053569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;After creating a table u have to create Table maintenence genarator in "utilities-&amp;gt;Table maintenence generator" in the file menu.&lt;/P&gt;&lt;P&gt;After that u have to create a tcode for that . now u can simply display a table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 09:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440588#M1053569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T09:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440589#M1053570</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 anyone of this according to ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Keep both table control also in screen 1001 and display it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Whenever u give data and press enter in the screen 1000 call the screen 1001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 09:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen/m-p/4440589#M1053570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T09:45:17Z</dc:date>
    </item>
  </channel>
</rss>

