2008 Dec 10 8:10 AM
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.
2008 Dec 10 8:11 AM
2008 Dec 10 8:19 AM
YOu need to call the FM BAPI_TRANSACTION_COMMIT to update the data while working on BAPIs
2008 Dec 10 8:26 AM
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
2008 Dec 10 8:42 AM
if you dont have any BAPI or FM you can use LOCK and UNLOCK concept and do the update or modify...
2008 Dec 10 9:03 AM
Hi,
To sum it all use enque, deque to lock only the single record you are updating and then use update.
Regards,
Prashant.
2008 Dec 11 6:57 AM
2008 Dec 12 6:11 PM
hi deepak,
could you share witj solution how u have solved the problem as i need to update database table.
Regards,
Murthy.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |