Application Development 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: 

Standard Function Module in SAP for insert,update and delete in DB

Former Member
0 Kudos

Is there any standard function modules in SAP for insert,update,delete in stanndard DB?

5 REPLIES 5

SimoneMilesi
Active Contributor
0 Kudos

There are many standard FM.

Check Function group RSDU_SQL

Former Member
0 Kudos

Hi,

Below are the function modules available in the Func Group:SDBI_DYNSQL

DB_UPDATE_TABLE

DB_INSERT_TABLE

DB_DELETE_TABLE

Hope this helps

Regards

Shiva

0 Kudos

Thank you..

But when I pass the table name SCARR it's telling there is no such tables...

how to pass the table name I'm using?

0 Kudos

Hi,

In this case SCARR is not having the properties of DD02l-TABNAME field properties thats why you are getting the probelm.

0 Kudos

ya..

Then i went and see the contents of the DD02L table and i choose the table name from that content and gave that name. But it gives the same error that the table name does not exist..