<?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: Creating input fields, checkboxes on screen dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014422#M79607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u explian ur requirements in detail ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2005 06:46:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-28T06:46:40Z</dc:date>
    <item>
      <title>Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014413#M79598</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;now i came to know how to open a thread, thanx singh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my problem is to create input fields for material number, mbrsh,mtart,meins for all the materials i hav in my internal table in program.&lt;/P&gt;&lt;P&gt;actually i created this fields for 80 materials, but the problem is it may exceed depending on the selection. so according to selections made in first screen and hit enter, the next screen should disply all the materials and corresponding input fields. hope u hav understood my problem.&lt;/P&gt;&lt;P&gt;its very urgent. plz help me if anyone has come across this in past..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 05:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014413#M79598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T05:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014414#M79599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go thru the sample to screen input fields dynamically.&lt;/P&gt;&lt;P&gt;DEMO_LIST_FORMAT_INPUT&lt;/P&gt;&lt;P&gt;for checkbox just write the field as checkbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write itab-check as checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 05:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014414#M79599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T05:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014415#M79600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of worrying about creating these fields dynamically on a screen....will the table control not suffice for your requirement....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since u already have ur materials in an internal table, u can have some columns in the internal table as per ur required input fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose u have ur 80 materials in internal table itab1. if i m getting u correctly then u need to get further data for these 80 materials...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then either in the same table or a different table have the other fields as columns against the materials already present....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the structure will be ...matnr, mbrsh, mtart, meins....as desired...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table control for this internal table could look like ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATNR   MBRSH   MTART   MEINS&lt;/P&gt;&lt;P&gt;001     -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;002     -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;003     -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;004     -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;   -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this sound sensible to you...or i have horribly misunderstood you??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 05:31:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014415#M79600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T05:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014416#M79601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry priyank,&lt;/P&gt;&lt;P&gt;i know that it canbe possible through table control but its not the requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and venkat i dint get ur solution. can u reply me clearly..&lt;/P&gt;&lt;P&gt;plz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 05:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014416#M79601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T05:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014417#M79602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE_SELECTIONS_DIALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 05:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014417#M79602</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-09-28T05:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014418#M79603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as raja said u can use FREE_SELECTIONS_DIALOG for dynamic screen..&lt;/P&gt;&lt;P&gt;look in to the pgm to RFBKLOC1 for further infomation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 05:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014418#M79603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T05:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014419#M79604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar;&lt;/P&gt;&lt;P&gt;   Use function code to checkboxes and radio buttons. So that you can control dynamic screen modification directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go to below link for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/e6/83a0375b5dd003e10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/e6/83a0375b5dd003e10000009b38f8cf/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it solved ur problem pls put marks.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Afsal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 06:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014419#M79604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T06:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014420#M79605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja, thanx for ur reply, &lt;/P&gt;&lt;P&gt;but i dont think so it will work, actually i hav few records in internal table, depending on that these records should display in next screen in individual input fields(like we create on a screen). and main thing it is not a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 06:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014420#M79605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014421#M79606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry all,&lt;/P&gt;&lt;P&gt;still i didnt get what i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if anyone has solution plz let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 06:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014421#M79606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T06:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014422#M79607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u explian ur requirements in detail ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 06:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014422#M79607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T06:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014423#M79608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ihav 5 fields in internal table(checkbox,MATNR,MBRSH,MTART,MEINS)(no.of records may change depending on selection screen).&lt;/P&gt;&lt;P&gt;i want to present this data in the form of input fields on the next screen.(like we create fields on screen in screen painter).&lt;/P&gt;&lt;P&gt;i want this requirement, hope this is clear to u.&lt;/P&gt;&lt;P&gt;plz reply me soon..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 06:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014423#M79608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating input fields, checkboxes on screen dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014424#M79609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hope without using table control or tablestrip it is not possible..&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;gv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 07:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-input-fields-checkboxes-on-screen-dynamically/m-p/1014424#M79609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T07:11:33Z</dc:date>
    </item>
  </channel>
</rss>

