cancel
Showing results for 
Search instead for 
Did you mean: 

Perform ABAP function on MaxDB

Former Member
0 Kudos

Hi,

I am new in MaxDb development.

I search if I can perform ABAP RFC Function on MaxDB database, and how?

Thanks for help.

Regards

Roland

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Roland,

First let me welcome to SDN and MaxDB Forum.

The query you have posted does not convey your requirement very clearly.

MaxDB is a database similar to Oracle, MS SQL or MySQL, which is used as backend for application. MaxDB can be used for all the SAP Solutions and hence there will be no real big issue in that i suppose.

Cheers

Kathir~

Former Member
0 Kudos

Thanks Kathirvel,

I am new at SAP Technology.

I thought there was a way to perform ABAP functions with MaxDB in backend mode.

Now, I realize it is not that simple.

I am going to get minisap purchased, which I believe is the best way to resolve my problem.

Thanks for your help.

Best regards.

manuelhildemaro_ramossanc
Active Participant
0 Kudos

Hi Kathir..

I have a question, i need access a MySQL DB from abap using for example Native Sql, but

MySQL not in table DBCON. I need install Max DB for to do this ?

Thanks 4 u reply.

Regards,

Manuel H.

lbreddemann
Active Contributor
0 Kudos

Hi Manuel,

please be aware that mySQL != MaxDB.

There is no client library for the SAP disp+work processes available to connect to mySQL, so you cannot use it via DBCON.

You may connect to a mySQL via JDBC in the J2EE stack.

MaxDB would only be an option for you, if you want to migrate your mySQL DB to MaxDB.

regards,

Lars

manuelhildemaro_ramossanc
Active Participant
0 Kudos

Thanks Lars,

I'm searching information about how do this via JDBC.

Regards,

Manuel H.

lbreddemann
Active Contributor
0 Kudos

HI Manuel,

what exactly is it you want to do via JDBC with MaxDB?

regards,

Lars