<?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 for enter record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834104#M663535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway that i can create this table in my program for user to enter the record?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 Sep 2007 03:49:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-22T03:49:05Z</dc:date>
    <item>
      <title>Table for enter record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834102#M663533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create a table in abap for user to enter information? Let say the user gt 10 records to enter at one shot. Later these record is save in a database after click on the save button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any code for reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 03:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834102#M663533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T03:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table for enter record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834103#M663534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use table maintenance generator to let the user input the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use tcode sm30 to achieve the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 03:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834103#M663534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T03:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table for enter record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834104#M663535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway that i can create this table in my program for user to enter the record?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 03:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834104#M663535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T03:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table for enter record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834105#M663536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create the table from the program :? No its not possible . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im not clear on ur correct requirement.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 03:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834105#M663536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T03:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table for enter record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834106#M663537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gary,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO TO SE11&lt;/P&gt;&lt;P&gt;CREATE A DOMAIN,DATAELEMENT AND A ZTABLE CORRESPONDING TO THAT.&lt;/P&gt;&lt;P&gt;As said in the previous thread you can create a table maintenance generator and give the user access to say enter the data through that.&lt;/P&gt;&lt;P&gt;If you want to do it through program first create a Ztable as said above and use update statement in the prorgram to update this ztable.I mean to create a selection screen with all the necessary fields and fill the internal table first and then use this internal table to update the ztable.For more on this,use the keyword UPDATE in SDN search you will be able to get tons of info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 03:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834106#M663537</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-22T03:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table for enter record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834107#M663538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;first of all u create a table in data dictionary using se11 transactiocode.&lt;/P&gt;&lt;P&gt;and then design a screen in screen painter using se51 transacation code. in that screen u can provide the table control and one push button. &lt;/P&gt;&lt;P&gt;in table control u can enter 10 records or more tahn 10 records at on shot.&lt;/P&gt;&lt;P&gt;in PAI write the logic for saving button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'saving'.&lt;/P&gt;&lt;P&gt;insert table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tihnk this is usefull to u &lt;/P&gt;&lt;P&gt;if it is usefull to don't forgot reward points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 04:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834107#M663538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T04:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table for enter record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834108#M663539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i bind a column of the table to a dropdown?&lt;/P&gt;&lt;P&gt;Actually i intended to hav the similar function like the SE11, view, selection criteria tab. &lt;/P&gt;&lt;P&gt;Below is the table of the selection criteria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table | Fieldname | Operator | Comparsion Value | And/Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U enter the table name, the fieldname column will hav all the field found in the table in a dropdown. User can just select a field from the dropdown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the table control do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2007 04:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-enter-record/m-p/2834108#M663539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-22T04:29:42Z</dc:date>
    </item>
  </channel>
</rss>

