<?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: Table fields as screen parameters?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052158#M1611880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;I solved my problem with table control.I created a screen.Implemented a table control with two columns.&lt;/P&gt;&lt;P&gt;first colum is name of the field ( non-editable ), second column is empty ( editable ).&lt;/P&gt;&lt;P&gt;when i run the transaction first i went to dictionary ( DD03L ) and read fields of my table.I filled internal table line by line with my table fields ( with texts DD03T).&lt;/P&gt;&lt;P&gt;For example i have 10 fields in my database table,&lt;/P&gt;&lt;P&gt;i will get a table control with 10 lines.First column is the field name ( or definition ), second column is empty ( ready for user entries ).&lt;/P&gt;&lt;P&gt;when user runs this screen,&lt;/P&gt;&lt;P&gt;i read all lines one by one and create a dynamic query using field-symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jul 2011 10:15:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-22T10:15:48Z</dc:date>
    <item>
      <title>Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052150#M1611872</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 a table ZTCUST. I need to display the table fields as screen parameters so that when new fields are added to the table, it automatically get displayed on selection screen. I don't know how to create such screen. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 04:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052150#M1611872</guid>
      <dc:creator>former_member209920</dc:creator>
      <dc:date>2011-07-22T04:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052151#M1611873</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 think its not possible. Automatically we cant display the new field in the selection screen via program. once you define the selection screen what are the input field you given that only it will display. suppose you add any field in the table you should add to your selection screen also.  we cant write the code for automatically add the input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you want to display the output as the ztable value means :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creating t.code its self call the se16 and skip the first screen and give the table name then it will directly call the se16. after that you have to go se16 give the table name and choose the menu settings-&amp;gt;field for selection&lt;/P&gt;&lt;P&gt;give the all field name in the table and run the t.code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you add any field means you should add the field in se16 the menu settings-&amp;gt;field for selection give the new field also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhina..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 04:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052151#M1611873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T04:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052152#M1611874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is your requirement? Are you trying to create a screen to enter values into this table? If so, you should probably create a table maintenance view and recreate/edit it each time you add new fields to the table along with adjusting the table. New fields will now be added and you can fill in values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 04:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052152#M1611874</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-22T04:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052153#M1611875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is that I have a table ZTCUST having fields say F1, F2, F3 and F4. I need to create a selection screen with these fields i.e. F1, F2, F3 and F4 as parameter (or select option).&lt;/P&gt;&lt;P&gt;Later on, if some fields are added in ZTCUST say F5, F6, then these new fields should also be displayed in that screen automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 06:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052153#M1611875</guid>
      <dc:creator>former_member209920</dc:creator>
      <dc:date>2011-07-22T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052154#M1611876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to create Dynamic selection screens.&lt;/P&gt;&lt;P&gt;Get the fields of your table using field symbols ( to get the name ) and then include them in your dynamic selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 07:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052154#M1611876</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-22T07:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052155#M1611877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain a little?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 07:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052155#M1611877</guid>
      <dc:creator>former_member209920</dc:creator>
      <dc:date>2011-07-22T07:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052156#M1611878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But how can I get the enter values in selection screen (created using SE16)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 07:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052156#M1611878</guid>
      <dc:creator>former_member209920</dc:creator>
      <dc:date>2011-07-22T07:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052157#M1611879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you need to display f4 functionality in selection screen.&lt;/P&gt;&lt;P&gt;i.e if you click on that f4 functionality then it wil display the values present in that table for that particular field.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT-OPTIONS: s_matnr for mara-matnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;after executing the report you wil get selection screen then one f4 functionalty wil be displaying beside the empty box,&lt;/P&gt;&lt;P&gt;just click f4 or press on that button , then you can see the values present in that table and select your desired values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 08:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052157#M1611879</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-07-22T08:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table fields as screen parameters??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052158#M1611880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;I solved my problem with table control.I created a screen.Implemented a table control with two columns.&lt;/P&gt;&lt;P&gt;first colum is name of the field ( non-editable ), second column is empty ( editable ).&lt;/P&gt;&lt;P&gt;when i run the transaction first i went to dictionary ( DD03L ) and read fields of my table.I filled internal table line by line with my table fields ( with texts DD03T).&lt;/P&gt;&lt;P&gt;For example i have 10 fields in my database table,&lt;/P&gt;&lt;P&gt;i will get a table control with 10 lines.First column is the field name ( or definition ), second column is empty ( ready for user entries ).&lt;/P&gt;&lt;P&gt;when user runs this screen,&lt;/P&gt;&lt;P&gt;i read all lines one by one and create a dynamic query using field-symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Burak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 10:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-fields-as-screen-parameters/m-p/8052158#M1611880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-22T10:15:48Z</dc:date>
    </item>
  </channel>
</rss>

