cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Java dictionary from pure J2EE App

Former Member
0 Kudos

Hi,

Is there a API to access table definition from Java dictionary in a J2EE application? I want to get the metadata of the application tables deployed on the server but i cannot access standard DBC extractable on an Open SQL connection. I understand this feature is available from a WebDynpro application. Does any one have any alternatives?

Thanks in advance,

Nitin

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Nitin,

Using the java.sql.ResultSetMetaData you can get the metadata of the tables that you are querying. Please refer to the link below:

http://help.sap.com/saphelp_nw04s/helpdata/en/6e/4dd08c6c28484db98d7c83ba2fb50e/content.htm

This link refers to NW2004s documenatation. However please refer to documentation relevant for your SP level.

You could also post this in Java forum to get more responses.

Regards

Sidharth