Application Development 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: 

Insert in Database table (Is this advisable).

Former Member
0 Kudos

Can we insert directly in a databse table in a report?

e.g. Insert into EKPO...

IS this Advisable...Instead we go for BAPI or BDC ?

regards

Message was edited by:

Madan Gopal Sharma

5 REPLIES 5

amit_khare
Active Contributor
0 Kudos

Using BAPI is more advicable then Insert.

But depends on the requirement.

Regards,

Amit

Reward all helpful replies.

sridevi_p
Active Contributor
0 Kudos

Hi,

It is not advisable to insert directly to any SAP tables, coz there will be too many dependencies, which u may not be aware of.

Certain table updation may result in flow of data across modules.

Regards,

Sridevi

<b><i>* Pls. assign points, if useful</i></b>

Former Member
0 Kudos

Hi,

We can directly insert in the database table,but it is not advicable to directly reflect thevalues with the database...

There will not be a big problem if you did tht also..But for the standard table you dont know all the field values..So only we are concentratng the concept of internal tables

REWARD IF USEFUL

Former Member
0 Kudos

hi

no it is ot advisable at all and u cannot make changes to SAP database table as it will ask u for the access key

regards

ravish

plz reward if useful

Former Member
0 Kudos

HI,

no it is ot advisable at all and u cannot make changes to SAP database table as it will ask u for the access key. WHEN IF U HAVE ACCESS KEY ALSO DONT INESRT DATA AS that table fields are related to so many tables which ultimately results in data inconsistency which is not advisiable.

if u wanna update a database table do it with transactions with helps in maintaining data consistency.

if helpful reward some points.

regards

Suresh.A