cancel
Showing results for 
Search instead for 
Did you mean: 

Can ABAP program and a Java apps access the same DB table?

Former Member
0 Kudos

If an ABAP program and a Java apps access the same DB table, how does the Enqueue services from ABAP and Java communicate with each other to ensure locking consistency (if they even communicate with each otehr at all)?

Or there wont be such situation because there are separate schema for ABAP stack and Java stack?

Your help is greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Vincent,

> If an ABAP program and a Java apps access the same DB

> table,

short answer: they don't. It's forbidden. Completely. No sharing of tables.

> Or there wont be such situation because there are

> separate schema for ABAP stack and Java stack?

Correct. Every stack has it's own schema. If you want to access ABAP data you got to use BAPI/RFC.

Regards,

Benny

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi frd,

If ABAP and Java stack having different tables then to access transactional tables Java stack have to call ABAP BAPI/RFC then it will decrease the performance of java application, calling BAPI/RFC from Java and other application id one and the same.

How does the java development will be advantageous for SAP?

Regards,

Atul

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

For business software development it is not advantageous for SAP at all. But there are several other areas:

-for customers who want to use Java.

-for any development that goes near system level.

-future development (most new technology projects are written in Java)

Regards,

Benny

Former Member
0 Kudos

Hi Vincent,

You are thanking a poster for his answer.

Please next time also give him points.

See: /people/mark.finnern/blog/2004/08/10/spread-the-love

This time I did it for you.

Remember: When you ask a question you also assume the responsibility to assign points.

Please check your other questions and if the answers were good, spread the love and give some points.

Thanks in advance, Linda.

former_member185943
Participant
0 Kudos

Hello!

A while ago I was a subject to criticism too for not granting points to helpfull answers. I appeared to be ungratefull, but I'm actually not (I guess the same goes for Vincent). I absolutely agree that good people who provide helpfull answers deserve (at least) points, but I didn't quite get the whole idea with points untill I was explicitly warned. I took some time to correct this and I granted points for all my past questions, generously, with "interest rates" for waiting.

My point is:

The pointing system is good, but unintuitive and not documented. I suggested this at that time, and I see that nothing has changed since. I see also that I'm not the only one who has experienced missunderstandings.

I repeat the message to SDN people: Please provide some info on pointing system! A few sentences behind a "What's this?" link would do. It's not such a hard work.

Thanks!

Kind regards,

Igor Barbaric

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Igor,

thanks for this hint. I gave you points this time for that valuable information. I'll check with forum personal to provide that.

Regards,

Benny