2007 Jul 12 4:46 PM
Hi all,
I have the data in the internal table during runtime. I would like to know how I can get or update this data into the SAP database.
Please let meknow in detail.
Thanks.
2007 Jul 12 4:50 PM
You can use Insert or Modify to upload data.
Check out if any BAPI is there for the same, then use it.
Regards,
Amit
Reward all helpful replies.
You can use Insert or Modify to upload data.
Check out if any BAPI is there for the same, then use it.
Regards,
Amit
Reward all helpful replies.
2007 Jul 12 4:48 PM
2007 Jul 12 4:50 PM
You can use Insert or Modify to upload data.
Check out if any BAPI is there for the same, then use it.
Regards,
Amit
Reward all helpful replies.
2007 Jul 12 4:51 PM
Hi Shekar,
create a lock object.
Set Lock to the table.
Update the DB table.
Release Lock.
Reward points if helpful.
Regards.
Srikanta Gope.
2007 Jul 12 4:55 PM
Hi shekar.
If u need to update standard database table then it would be suggested to update them thru their standard transactions using BDC though u can do it directly using INSERT and MODIFY.
If it is Z table then u can use..
INSERT INTO dbtable from TABLE itab or
MODIFY dbtable from TABLE itab.
Reward if useful...
Regards
Prax
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |