cancel
Showing results for 
Search instead for 
Did you mean: 

customizing brconnect check (Java)

philipp_schweizer
Participant
0 Kudos

Hello folks,

in SAP systems based on ABAP I have the possibility to customize brconnect checks within transaction DB17.

How can this be done on Java systems?

thank you for your input!

Best regards

Philipp

Accepted Solutions (1)

Accepted Solutions (1)

JamesZ
Advisor
Advisor
0 Kudos

Hi Philipp,

You can integrate java to a dbacockpit (abap system). Then follow dbacockpit-> alerts-> check conditions to do the same.

How to integrate java to dbacockpit, please check SAP note 1261329.

Best regards,
James

philipp_schweizer
Participant
0 Kudos

Hello James,

unfortunately, it is not an option to connect all of our Java systems to ABAP systems.

I hope there is a solution where I can cutomize these check conditions directly to a Java system.

I guess these settings are stored in a database table that is read by brconnect.

Best regards

Philipp

JamesZ
Advisor
Advisor
0 Kudos

hi Philipp,

If so, install brtools as per note 320457. Then adjust table DBCHECKORA (SAP note 403704, 892294 ).

Best regards,
James

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Phillip,

you can do it directly on database level.
For instance there is a some example how you can insert something in it
Database System Check with BRCONNECT - SAP Database Guide: Oracle - SAP Library

The same way you can update already existing values.
You can also check inside the scrits from note "403704 - BRCONNECT - enhanced function for Oracle DBA" , scripts are attached to it.

P.S. was in writing mode, when James wrote the same note.

BR, Sergo.