Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

accessing database table created using sql create table

Former Member
0 Likes
616

hi experts,

I have a different scenario to be addressed.the Java people are creating some tables in oracle using the SQL statements.

How to access these tables in Abap dictionary?

Any help will be rewarded

Thanx and Regards

Prajith

1 ACCEPTED SOLUTION
3 REPLIES 3
Read only

Former Member
0 Likes
590

Hi,

You can execute the SQL statements in ABAP using the Native SQL.

The following link you give you an idea on this

http://help.sap.com/erp2005_ehp_03/helpdata/EN/fc/eb3b8b358411d1829f0000e829fbfe/frameset.htm

Hope this is Helpful

Read only

Former Member
0 Likes
590

Hi Prajith,

Use the following link which will help you to create native sql statements.

http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb3b8b358411d1829f0000e829fbfe/content.htm

Thanks,

Naveen Kumar.