‎2007 Jul 04 7:19 AM
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
‎2007 Jul 04 7:21 AM
Using BAPI is more advicable then Insert.
But depends on the requirement.
Regards,
Amit
Reward all helpful replies.
‎2007 Jul 04 7:22 AM
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>
‎2007 Jul 04 7:25 AM
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
‎2007 Jul 04 7:29 AM
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
‎2007 Jul 04 7:37 AM
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