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

SELECT ROWID using ABAP without Native SQL ?

Former Member
0 Likes
460

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
Read only

ThomasZloch
Active Contributor
0 Likes
332

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