Application Development 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: 

oracle table details

Former Member
0 Kudos

Hi experts,

I have connected external oracle database and there is a table ABC.How can i find structure of the ABC table in abap?

Do i need to use Describe table statement in

EXEC

ENDEXEC ??

If it is how to??

Reward Guaranteed

thanks

kaki

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

Hello,

In between EXEC and ENDEXEC you can write the same query which we can write in Oracle.

regards,

Naimesh