cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 and JAVA Query Example

Former Member
0 Kudos

Hello. I have a Java Application which connect to a SAP BO Database using JCO and DI API. I found select query on this link

https://archive.sap.com/discussions/thread/1030291

Thanks jane.jing

Now I wand write insert and update Any help in this regard would be appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

edy_simon
Active Contributor
0 Kudos

Hi Ekaterina,

Insert and Update, you will just need to change the "SELECT * FROM RDR1 ... " to an insert and update SQL statement.
Do note however that Insert and Update statement to SBO System Table will void your SAP maintenance.

Regards
Edy