2009 Sep 10 7:39 AM
Is there any standard function modules in SAP for insert,update,delete in stanndard DB?
2009 Sep 10 7:43 AM
2009 Sep 10 7:48 AM
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
2009 Sep 10 11:22 AM
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?
2009 Sep 10 12:21 PM
Hi,
In this case SCARR is not having the properties of DD02l-TABNAME field properties thats why you are getting the probelm.
2009 Sep 10 12:34 PM
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..