‎2008 May 15 10:56 AM
Hi Guy's,
How to Insert internal table contain records to standard
databse table.
It is very Urgent.
Thanks and Regards,
Bhavani.
‎2008 May 15 11:01 AM
u cn use
Insert new entries
Modify new entries or existing entries
Update existing entries
And syntax u can check in Help
‎2008 May 15 10:57 AM
Use modify statement.
Modify ZTABLE from header line.
Modify ZTABLE from table itab.
Regards,
Madan.
‎2008 May 15 11:01 AM
u cn use
Insert new entries
Modify new entries or existing entries
Update existing entries
And syntax u can check in Help
‎2008 May 15 11:01 AM
‎2008 May 15 11:07 AM
Hi,
Use the below statement
INSERT: <dbtable> FROM TABLE <internal table>.
Thanks and Regards,
Lakshmi.
‎2008 May 15 11:24 AM
Hi,
Use the below code.
Insert <ZMPATTERN> From Table <t_zbase>.
inside the angle bracket <> give the table names...
Thanks,
Ramya.R
‎2008 May 15 11:35 AM
Hi sai shanhu,
Insert <d.table> from table <internal table>
or
Modify <d.table> from table <int.table>
Reward if useful,
Regards,
S.Suresh.