<?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: INPUT FIELDS ON THE SELECTION -SCREEN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935076#M691652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goldie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to achieve the desired functionality,you will have to wrte a Module Pool program for that.&lt;/P&gt;&lt;P&gt;If for example,you go to T-code SE16 and enetr any table name there and press enter,the selection screen for that particular table gets displayed there.Now,go to System at the menu bar and then status.Double click on the Program name and note the program name.Similarly,do it for another table and note the program name again.&lt;/P&gt;&lt;P&gt;You will find that everytime,the system generates a new program name dependng on the table name enetered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will suggest you to debug the T-code SE16(although debugging a standard T-code is never easy)  and you will get a lot of useful information there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 07:42:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T07:42:47Z</dc:date>
    <item>
      <title>INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935075#M691651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;   I want to have a selection screen displayed dynamically,depending upon the database table mentioned i want the selection screen to be populated with the fields of the table for input ( like the same way se16 works )&lt;/P&gt;&lt;P&gt;can someone give me relavant help.&lt;/P&gt;&lt;P&gt;Pls im in urgent need of help .&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Goldie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935075#M691651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935076#M691652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Goldie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to achieve the desired functionality,you will have to wrte a Module Pool program for that.&lt;/P&gt;&lt;P&gt;If for example,you go to T-code SE16 and enetr any table name there and press enter,the selection screen for that particular table gets displayed there.Now,go to System at the menu bar and then status.Double click on the Program name and note the program name.Similarly,do it for another table and note the program name again.&lt;/P&gt;&lt;P&gt;You will find that everytime,the system generates a new program name dependng on the table name enetered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will suggest you to debug the T-code SE16(although debugging a standard T-code is never easy)  and you will get a lot of useful information there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you have any further clarifications,do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Puneet Jhari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935076#M691652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935077#M691653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the documentation of the FM's&lt;/P&gt;&lt;P&gt;1.FREE_SELECTIONS_INIT           Initialize dynamic selection: Declare permitted tables ...&lt;/P&gt;&lt;P&gt;2.FREE_SELECTIONS_DIALOG         Dialog for entering dynamic selection conditions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935077#M691653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935078#M691654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE16 user FM - RS_TABLE_LIST_CREATE. Try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935078#M691654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935079#M691655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/code/archives.asp?i=10&amp;amp;d=3038&amp;amp;a=s" target="test_blank"&gt;http://sap.ittoolbox.com/code/archives.asp?i=10&amp;amp;d=3038&amp;amp;a=s&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.jt77.com/development2/programming-05841.html" target="test_blank"&gt;http://www.jt77.com/development2/programming-05841.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 07:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935079#M691655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T07:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935080#M691656</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 can display tables as a check boxes and change your selection screen dynamically based on the selected check boxes using the following code in the event At Selection-screen Output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;    if screen-group1 = ' ' &lt;/P&gt;&lt;P&gt;      screen-input = '0'.&lt;/P&gt;&lt;P&gt;      modify screen.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 08:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935080#M691656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T08:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935081#M691657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u everyone for your answers ,they were very helpful ,i have managed to solve the problem.though im able to have the fields appear dynamically.i want some  common fields to remain static on the screen so im trying to figure out a way to do that .....any suggestions???&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Goldie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935081#M691657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935082#M691658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Puneet,&lt;/P&gt;&lt;P&gt;    i did start off like dat but dat turned out to be a  lil too complicated  so i used  a few function modules that worked like a dream.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now im workin on improvising so i can have a few static fields too.any suggestions?&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Goldie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:22:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935082#M691658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T07:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: INPUT FIELDS ON THE SELECTION -SCREEN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935083#M691659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u Rajesh, The Function Modules were real Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        GOLDIE CHANDRAMOULI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 07:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-fields-on-the-selection-screen/m-p/2935083#M691659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T07:24:17Z</dc:date>
    </item>
  </channel>
</rss>

