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

BAPI To update BSID database table

former_member212005
Active Contributor
0 Likes
886

Hi All,

Need Help! Ok -- The database table BSID contains nearly 70 fileds, and I want to update one specific field of that database table from an internal table which will contain nearly 1000 records...

Any idea of how I can achieve this? I cant use Modify and Update for obvious reasons...Is there any BAPI which does this job?

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
604

Hi,

If it is a custom field then u can use modify statement,beocz that field won't reflect in other tables.

if it is not then check at the transaction level(tcode) and do the BDC for that.

Regards,

Nagaraj

Read only

former_member212005
Active Contributor
0 Likes
604

I used BDC to change the data....