<?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 based on a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238970#M1011986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes u r right ..I have to give endselect here like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara&lt;/P&gt;&lt;P&gt;into mara&lt;/P&gt;&lt;P&gt;where matnr = '000000000000000001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Joyjit Ghosh on Aug 4, 2008 2:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2008 12:48:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-04T12:48:19Z</dc:date>
    <item>
      <title>screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238964#M1011980</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 created a screen based on a table and unter the part process before output in module status_2001 i want to add a selection into the fileds in the screen i created which are in the same names as in the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wrote:&lt;/P&gt;&lt;P&gt;module status_2001 output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single *&lt;/P&gt;&lt;P&gt;from (table name)&lt;/P&gt;&lt;P&gt;into corresponding fileds of (?????).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endmodule,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do i need to write insted of '????' that it will show on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ami .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238964#M1011980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238965#M1011981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in top include define a "tables" statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: &amp;lt;table name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single *&lt;/P&gt;&lt;P&gt;from &amp;lt;table name&amp;gt;&lt;/P&gt;&lt;P&gt;into &amp;lt;table name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JOy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238965#M1011981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238966#M1011982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi....Ami...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make clear that your screen contains table control or not....!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not.... as you know we can display one entry in the fields at a time.... so which entry o fthe table you wnat to display in your screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238966#M1011982</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-08-04T12:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238967#M1011983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Mention the variables which you have defined in the layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238967#M1011983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238968#M1011984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R u using a table control. if yes u link the fields of table control with the dictionary fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:39:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238968#M1011984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238969#M1011985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables: &amp;lt;table name&amp;gt;.

select single *
from &amp;lt;table name&amp;gt;
into &amp;lt;table name&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is same as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables: &amp;lt;table name
select single *
from &amp;lt;table name&amp;gt;."no into cluse&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238969#M1011985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238970#M1011986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes u r right ..I have to give endselect here like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara&lt;/P&gt;&lt;P&gt;into mara&lt;/P&gt;&lt;P&gt;where matnr = '000000000000000001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Joyjit Ghosh on Aug 4, 2008 2:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238970#M1011986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: screen based on a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238971#M1011987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup ;-0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 12:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-based-on-a-table/m-p/4238971#M1011987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T12:56:09Z</dc:date>
    </item>
  </channel>
</rss>

