SAP BASIS INTERVIEW QUESTIONS
_____________________________________________
Question 47: Updating Tables
Are direct updates on SAP tables allowed?
A: You can call SAP functions directly to update
data (RFC calls) but it is not recommended to try
and manipulate data directly at database level (sql
scripts, jdbc)
In general it is a very bad idea to update tables
directly in SAP.
- 58 -