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

Updating standard database tables

Former Member
0 Likes
984

How do we update standard databae tables like MDKP, MARC, MDMA while developing a cusom BAPI.

Is it through UPDATE & MODIFY statement. i think we can do this by calling transaction since we should not call Call Transaction statement inside BAPI..

Please advice.

7 REPLIES 7
Read only

Former Member
0 Likes
924

through UPDATE statement

Read only

abdul_hakim
Active Contributor
0 Likes
924

YOu need to call the FM BAPI_TRANSACTION_COMMIT to update the data while working on BAPIs

Read only

0 Likes
924

hi all,

Is it advisable to update standard databse tables using UPDATE & MODIFY , particulary when we have large voumes of data!! or is there any other means to achieve this.

thnks in advance

Read only

0 Likes
924

if you dont have any BAPI or FM you can use LOCK and UNLOCK concept and do the update or modify...

Read only

Former Member
0 Likes
924

Hi,

To sum it all use enque, deque to lock only the single record you are updating and then use update.

Regards,

Prashant.

Read only

Former Member
0 Likes
924

solved by myself

Read only

0 Likes
924

hi deepak,

could you share witj solution how u have solved the problem as i need to update database table.

Regards,

Murthy.