cancel
Showing results for 
Search instead for 
Did you mean: 

data abstraction layer in Netweaver to access SAP's native database

Former Member
0 Kudos

Hi

I am new Netweaver and SAP. I want to know if Netweaver stack comes with API's to access the SAP's native database from Java code. I am aware that other databases can be accessed using JDBC APIs but we want to host our Java web app in Netweaver and access data from the MM module of SAP.

Wondering if anybody can help.

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

1.Define data model by defining Java Dictionary, Java Dictionary is a central repository for database objects.

2.Create custom tables in the Java Dictionary.

3.Create SDA (Software Delivery Archive)is an archive file that represents a deployable unit of the Dictionary project.

4.Implementing Data Access

But, Still I am working to go in-depth of this approach.

If find something, please share.