cancel
Showing results for 
Search instead for 
Did you mean: 

fetching record from another program

Former Member
0 Kudos

hi all,

is it possible to fetch a record from SAP database,

using .NET program.....

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

why not. Just add a user to the database and limit the rights of that user (for example just reading permisson on certain tables). Then you can connect from any .Net program. However, I wouldn't write into the database bypassing SAP.

Regards,

Sven

Former Member
0 Kudos

Hi Sven,

can u pls tell me more clear,

the object is :

There will be batch program in .NET, it has to check the SAP database for any updates....is it possible to fetch record without SAP's restricition......

Former Member
0 Kudos

Hi Bharanidaran,

I am talking about reading (!!!) the database. SAP will (probably) not support that, since they don't know what you are exactly doing. But it is possible. There are no build-in restrictions or something like that. You should have an eye on the performance of your statements. Moreover you must make sure that there are no blockings or other negative effects on the database disturbing SAP operations.

But, if you mean any legal restrictions... I don't know.

Regards,

Sven