‎2007 Jan 29 3:14 AM
In how many way we can insert data into tables.
1.open sql.
2.Transactions
3.utilties>table contents->create entries
Is there any another way to insert data?
Thanks,
srik
‎2007 Jan 29 3:53 AM
Hi,
Use the DML (Data Manipulation) statements INSERT, MODIFY, UPDATE stmts.
Or use the standard FMs in your program to insert entries into the database.
Regards
Subramanian
‎2007 Jan 29 4:02 AM
‎2007 Jan 29 4:04 AM
through table maintenance generator (SM30) . If it does have a maintenance view.
regards
shiba dutta
‎2007 Jan 29 4:07 AM
hi data inserting is done in many ways
Batch Inputs like LSMW and BDC's do the same task
MODIFY statement acts as an SQL statement which will insert, update and modify the records in the Database Table
All the standard transactions like XD01 and MM01, ME01 all are used to update database tables
You can generate table maintenenace and upload entries into DB table using SE16