cancel
Showing results for 
Search instead for 
Did you mean: 

Howto read standard sap table

Former Member
0 Kudos

Hi.

Does anybody know how to read a SAP standard table on the java stack.

I am trying to read one of the XI tables - xi_af_msg.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

its pretty simple.

Create a JDBC Connection to the SAP DB.

Once the connection is succesfull based on authorization one can read using

select queries.