cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding Java development on SAP Netweaver 7.1

Former Member
0 Kudos

Hi all,

Good day !!!

I have a simple question. Is it possible to develop j2ee application in SAP Netweaver Developer Studio and communicate with core database of SAP system (ECC) without calling any ZBAPI ?

I want to do various complex query - select, update, delete on SAP Core Database from my J2EE application.

Recently I'm doing that by calling zBAPI. ZBAPI do the database related task.

But if i go for Netweaver development then is it possible that we can reduce the dependency of writing ABAP code in ZBAPI.

And also can perform database operation by writing query from j2ee application ?

Thanks again for your time.

Please give a me proper guideline in this regard.

-

Thanks

Ifti

Edited by: ifti24 on Aug 25, 2011 7:48 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Ifty,

Besides this would be a task of overwhelming complexity as the ECC database contains 10.000s of highly related tables this easily could hurt the functionality of the system, as you never know what it might expect.

Definitely SAPs recommendation is not to even read the content of the database and writing to it immediately drives you out of the support by SAP...

So, the better idea is to not touch it.

Regards,

Benny

Edited by: Benny Schaich-Lebek on Sep 8, 2011 2:34 PM