Hello,
i have a question an i could not find an answer in the documentation. How is the relationship between the databases for Java and Abap - or is there only one database? Do Java- and Abap- applications work on the same tables of the database?
Thanks for answers
André
Hello Andre ,
It depends if you install the j2ee engine as stand alone or add-in.
When you install the j2ee engine as an add-in the you get
the mcod model So the abap server has it's own schema user
<sapsid> and the j2ee has its own schema user <sapsiddb>
More information about the architecture you can find at the following url
http://help.sap.com/saphelp_nw04/helpdata/en/e1/b5443e02a9ab4186a6e1240a9a2455/frameset.htm
Regards
E.ITS Basis
Add a comment