Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data inserting

Former Member
0 Likes
572

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

4 REPLIES 4
Read only

Former Member
0 Likes
541

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

Read only

Former Member
0 Likes
541

Hi,

Using BAPI's also u can insert the data.

-Satya Priya

Read only

Former Member
0 Likes
541

through table maintenance generator (SM30) . If it does have a maintenance view.

regards

shiba dutta

Read only

rahulkavuri
Active Contributor
0 Likes
541

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