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: 

SELECT ROWID using ABAP without Native SQL ?

Former Member
0 Kudos

Hi All,

is that possible to query Oracle ROWID from ABAP without using Native SQL ? Please advise.

Thank You and Best Regards

FL

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

Since this is usually not relevant for application programming and also database specific, I'm fairly sure this information hidden by the DBI and you cannot access it via Open SQL, so native SQL seems to be your only choice.

Thomas