cancel
Showing results for 
Search instead for 
Did you mean: 

Netweaver Data base instances for Java and ABAP

Former Member
0 Kudos

Hello Experts,

Please help me to understand how the two technology stacks of SAP WAS (Java and ABAP) are configured to use underline data base in Netweaver.

Is it manadatory to have two separate data base schemas, one for ABAP applications and other for Java applications in the Netweaver?

If yes..the any idea about what are those schema differences??

- Rajan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajan,

As Per my Knowledge for Java and ABAP have the separate schema id because they are separate programming languages,

For ther details please see in the below link

[http://en.wikipedia.org/wiki/Comparison_of_ABAP_and_Java]

Regards

Krishna

Former Member
0 Kudos

Thanks for the reply.

If these two databases have different schemas ,what is the effecient way to access tables on ABAP stack from application running on Java stack of Netweaver.

One way I know is to write a function module and expose it ot java application as a web service.

How can we access the same using JCo??..

- Rajan

Former Member
0 Kudos

Hi Rajan,

In Netweaver database is only one but schemas are diffarent for ABAP (SAPSR3) and for JAVA (SAPSR3DB) .

Regards

Krishna

Former Member
0 Kudos

Hello Krishna,

Thanks for the reply.

Is there any way I can access these shemas? Are they the same by structure or there are major differences?

My requirement is to build a common schema out of these two and have the data from these two schemas to be consolidated in the new schema.

Any help will be greatly appreciated.

- Rajan

Former Member
0 Kudos

Schema for ABAP and Java are separate and cannot be combined. But SAP provides

a way for Java to call ABAP schema via persistence APIs

regards,

Pravash Raikar