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

BDC

sangeetha_sk
Participant
0 Likes
444

why should i use bdc when i can do database update directly?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
423

hai sangee...

you can use bdc to update the flat file into the database in sap.

you can directly update the flat file to database bu you could not do the large amount of flat file datas. so only we go for bdc.

consider one big plant run with normal software . we want install sap in our plant. at those time we go for bdc or lsmw.

4 REPLIES 4
Read only

Former Member
0 Likes
423

Hi,

We use the BDC to insert the records from the transaction itself, then it will be stored in the Database, if somethig goes wrong in between this then no reocrd will be updated from the BDC, if you do the database update directly, then you need to know links between tables and the links between the fields, and if you update a table and then something goes wrong then you need to take care about all the things, if you do the BDC then SAp will take care of these things

Regards

Sudheer

Read only

Former Member
0 Likes
423

hi,

if you want to directly update the data base then you have to know the relations between different tables and field types and lenght's.

If you use BDC for updating database it will validate the values given.If we directly update database it won't validate the filed values.we have to take care of each and every thing.In BDC, if we entered wrong data then we can check it through transactions.It won't update the database if some thing wrong happens.

We can check the errors and we can update the db correctly.

Read only

Former Member
0 Likes
424

hai sangee...

you can use bdc to update the flat file into the database in sap.

you can directly update the flat file to database bu you could not do the large amount of flat file datas. so only we go for bdc.

consider one big plant run with normal software . we want install sap in our plant. at those time we go for bdc or lsmw.

Read only

Former Member
0 Likes
423

hai sangee...

you can use bdc to update the flat file into the database in sap.

you can directly update the flat file to database bu you could not do the large amount of flat file datas. so only we go for bdc.

consider one big plant run with normal software . we want install sap in our plant. at those time we go for bdc or lsmw.

thanks..

if you understood reward points...

velu....