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

table control

Former Member
0 Likes
272

hi

how to check dat data is really pulled from db?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
250

Hi Pragaty,

After ur select query chech sy-subrc.

If sy-subrc is 0 then data is selectfrom db otherwise not.

Regards

Abhishek

1 REPLY 1
Read only

Former Member
0 Likes
251

Hi Pragaty,

After ur select query chech sy-subrc.

If sy-subrc is 0 then data is selectfrom db otherwise not.

Regards

Abhishek