<?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: Insert data into table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400516#M534693</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;        By using SM30 or SE16 u can enter datas directly into a table.&lt;/P&gt;&lt;P&gt;       Otherwise,&lt;/P&gt;&lt;P&gt;      IN SE38, using APPEND,INSERT stmts u can enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      But in SM30 before entering data,u have to create table maintainance generator then only it will allow u to enter datas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 07:44:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-15T07:44:13Z</dc:date>
    <item>
      <title>Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400510#M534687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the ways to insert data into a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 04:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400510#M534687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400511#M534688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a maintenance View for the table u wnt to insert values.&lt;/P&gt;&lt;P&gt;SE11 --&amp;gt; Utilities --&amp;gt; Table Maintenance Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM30 --&amp;gt; Here you can maintain values for the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 04:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400511#M534688</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-06-15T04:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400512#M534689</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;see the F1 help of INSERT keyword so that u can understand it simply.&lt;/P&gt;&lt;P&gt;for F1 help write this word in abap editor palce ur cursor on this word and press function key F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a customer defined table with table maintainance allowed then u can enter data directly from se11&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;utilities-&amp;gt;table contents-&amp;gt;create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Bharat Kalagara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 04:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400512#M534689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T04:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400513#M534690</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;1)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;APPEND&amp;lt;/b&amp;gt; [&amp;lt;wa&amp;gt; TO / INITIAL LINE TO] &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;		    Data: Begin of itab occurs 10,&lt;/P&gt;&lt;P&gt;                            col1 type C,&lt;/P&gt;&lt;P&gt;           	              col2 type I,&lt;/P&gt;&lt;P&gt;			end of itab.&lt;/P&gt;&lt;P&gt;		    Do 3 times.&lt;/P&gt;&lt;P&gt;		       Append initial line to itab.&lt;/P&gt;&lt;P&gt;		       itab-col1 = sy-index.&lt;/P&gt;&lt;P&gt;		       itab-col2 = sy-index ** 2.&lt;/P&gt;&lt;P&gt;		       Append itab.&lt;/P&gt;&lt;P&gt;		    Enddo.&lt;/P&gt;&lt;P&gt;		    Loop at itab.&lt;/P&gt;&lt;P&gt;		        write :/itab-col1, itab-col2.&lt;/P&gt;&lt;P&gt;		    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Using COLLECT statement&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Syntax&lt;/P&gt;&lt;P&gt;		  COLLECT [&amp;lt;wa&amp;gt; INTO] &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;		     Data: Begin of itab occurs 3,&lt;/P&gt;&lt;P&gt;        		   column1(3) type C,&lt;/P&gt;&lt;P&gt;   			   column2(2) type N,&lt;/P&gt;&lt;P&gt;			   column3 type I,&lt;/P&gt;&lt;P&gt;			End of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		     itab-column1 = &amp;#145;abc&amp;#146;.&lt;/P&gt;&lt;P&gt;		     itab-column2 = &amp;#146;12&amp;#146;.&lt;/P&gt;&lt;P&gt;		     itab-column3 = 3.&lt;/P&gt;&lt;P&gt;		     collect itab. &lt;/P&gt;&lt;P&gt;		    write /sy-tabix.	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		     itab-column1 = &amp;#145;def&amp;#146;.&lt;/P&gt;&lt;P&gt;		     itab-column2 = &amp;#146;34&amp;#146;.&lt;/P&gt;&lt;P&gt;		     itab-column3 = 5.&lt;/P&gt;&lt;P&gt;		     collect itab. &lt;/P&gt;&lt;P&gt;		    write/sy-tabix.&lt;/P&gt;&lt;P&gt;itab-column1 = &amp;#145;abc&amp;#146;.&lt;/P&gt;&lt;P&gt;		    itab-column2 = &amp;#146;12&amp;#146;.&lt;/P&gt;&lt;P&gt;		    itab-column3 = 7.&lt;/P&gt;&lt;P&gt;		    collect itab.&lt;/P&gt;&lt;P&gt;		    write /sy-tabix. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		    Loop at itab.&lt;/P&gt;&lt;P&gt;		        write :/itab-column1,&lt;/P&gt;&lt;P&gt;			    itab-column2,&lt;/P&gt;&lt;P&gt;			    itab-column3.&lt;/P&gt;&lt;P&gt;		    Endloop.&lt;/P&gt;&lt;P&gt;3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Using INSERT statement&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Syntax&lt;/P&gt;&lt;P&gt;		  INSERT [&amp;lt;wa&amp;gt; INTO / INITIAL LINE INTO] &amp;lt;itab&amp;gt; [index &amp;lt;idx&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Note:&lt;/P&gt;&lt;P&gt;New entry has index &amp;lt;idx&amp;gt; and following line has index &amp;lt;idx&amp;gt;+1.&lt;/P&gt;&lt;P&gt;If less than &amp;lt;idx&amp;gt;-1 entries then cannot insert line and sy-subrc = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;		Data: Begin of line,&lt;/P&gt;&lt;P&gt;		  col1 type I,&lt;/P&gt;&lt;P&gt;		  col2 type I,&lt;/P&gt;&lt;P&gt;		End of line.&lt;/P&gt;&lt;P&gt;		Data itab like line occurs 10.&lt;/P&gt;&lt;P&gt;		&lt;/P&gt;&lt;P&gt;		Do 2 times.&lt;/P&gt;&lt;P&gt;		   Line-col1 = sy-index.&lt;/P&gt;&lt;P&gt;		   Line-col2 = sy-index ** 2.&lt;/P&gt;&lt;P&gt;		   Append line to itab.&lt;/P&gt;&lt;P&gt;		Enddo&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;		Line-col1 = 11.&lt;/P&gt;&lt;P&gt;		Line-col2 = 22.&lt;/P&gt;&lt;P&gt;		Insert line into itab index 2.&lt;/P&gt;&lt;P&gt;		Insert initial line into itab index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;		Loop at itab into line.&lt;/P&gt;&lt;P&gt;		   Write: / sy-tabix, Line-col1, Line-col2.&lt;/P&gt;&lt;P&gt;		Endloop.&lt;/P&gt;&lt;P&gt;4)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To append part or all of an internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Syntax&lt;/P&gt;&lt;P&gt;              APPEND LINES OF &amp;lt;itab1&amp;gt; [FROM &amp;lt;n1&amp;gt;] [TO &amp;lt;n2&amp;gt;] TO &amp;lt;itab2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Note:&lt;/P&gt;&lt;P&gt;Without the FROM and TO options, this statement appends the entire table &amp;lt;itab1&amp;gt; to &amp;lt;itab2&amp;gt;.&lt;/P&gt;&lt;P&gt;5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;To copy entire contents of one table into another in one execution&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	Syntax&lt;/P&gt;&lt;P&gt;		MOVE  &amp;lt;itab1&amp;gt; To &amp;lt;itab2&amp;gt;.&lt;/P&gt;&lt;P&gt;			OR&lt;/P&gt;&lt;P&gt;		&amp;lt;itab1&amp;gt; = &amp;lt;itab2&amp;gt;.&lt;/P&gt;&lt;P&gt;6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MOVE-CORRESPONDING&amp;lt;/b&amp;gt; &amp;lt;itab1&amp;gt; TO &amp;lt;itab2&amp;gt;..  - Executes the statement for their header lines.    Searches for the sub-fields which occur both in itab1 and itab2 and&lt;/P&gt;&lt;P&gt;        then generates, for all relevant field pairs which correspond to the&lt;/P&gt;&lt;P&gt;        sub-fields ni , statements of the form  	MOVE itab1-ni TO itab2-ni.   The other fields remain unchanged.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 04:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400513#M534690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T04:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400514#M534691</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;1) You can create a table maintenance for that table...Then use SM30 to maintain the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create a new program to insert records to the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 05:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400514#M534691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T05:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400515#M534692</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;By using the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT &amp;lt;database table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can insert the records...&lt;/P&gt;&lt;P&gt;and also by the transaction SE16 u can insert the datas to the table..when u go to tat transaction uhave to specify the table name and u can upload the datas..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ashu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 05:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400515#M534692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T05:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400516#M534693</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;        By using SM30 or SE16 u can enter datas directly into a table.&lt;/P&gt;&lt;P&gt;       Otherwise,&lt;/P&gt;&lt;P&gt;      IN SE38, using APPEND,INSERT stmts u can enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      But in SM30 before entering data,u have to create table maintainance generator then only it will allow u to enter datas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 07:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400516#M534693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Insert data into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400517#M534694</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;insering data into database tables can be done using report programs and in SE11, SM30 transaction codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inserting data into internal tables can be done using open sql statements&lt;/P&gt;&lt;P&gt; as&lt;/P&gt;&lt;P&gt;    1. collect&lt;/P&gt;&lt;P&gt;    2. update &lt;/P&gt;&lt;P&gt;    3. modify&lt;/P&gt;&lt;P&gt;    4. insert&lt;/P&gt;&lt;P&gt;    5. insert lines of&lt;/P&gt;&lt;P&gt;    6. move &lt;/P&gt;&lt;P&gt;     7. append&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all these statements are used accordingly when they are received for specific purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 07:51:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-data-into-table/m-p/2400517#M534694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-15T07:51:13Z</dc:date>
    </item>
  </channel>
</rss>

