2010 Jan 20 9:44 AM
Hi Experts,
We can directly update the standard database table via persistent objects without authorization. How can i include authorization before getting update the database.
2010 Jan 27 12:45 AM
Hi,
you can directly update any table from ABAP program. So your application should have all required authorization checks before writing anything to DB (it does nor matter if you use SQL statement of persistent object). I don't think that there is a special point within persistent object for authorization check. You could use [check agent|http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/f23c12330411d5992100508b6b8b11/frameset.htm] but I don't think that it is a good idea.
Cheers
Hi Experts,
We can directly update the standard database table via persistent objects without authorization. How can i include authorization before getting update the database.
2010 Jan 27 12:45 AM
Hi,
you can directly update any table from ABAP program. So your application should have all required authorization checks before writing anything to DB (it does nor matter if you use SQL statement of persistent object). I don't think that there is a special point within persistent object for authorization check. You could use [check agent|http://help.sap.com/saphelp_nw2004s/helpdata/en/fa/f23c12330411d5992100508b6b8b11/frameset.htm] but I don't think that it is a good idea.
Cheers
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |