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

data retrival through OO

Former Member
0 Likes
574

can we retrive data from three tables through OO without alv?????

if yes can any body help me hw to write the code for that???

thanx in advance,

abhi...!

3 REPLIES 3
Read only

Former Member
0 Likes
473

Hi Abhilash,

what exactly do you mean by retriening data through OO, data retrieval is same as we do in Procedural ABAP, only thing is in ABAP object code will be written in Classes instead of FMs.

Thanks,

Prashanth

Read only

Former Member
0 Likes
473

Hi Abhilash,

Yes you can definitely access database tables through ABAP OO! You can write code to access tables in the methods of classes.

Reward points if helpful.

Regards,

Renuka.

Read only

GrahamRobbo
SAP Mentor
SAP Mentor
0 Likes
473

Check out Object Services.

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/ab/9d0a3ad259cd58e10000000a11402f/frameset.htm">SAP Help</a>

There was a good weblog on this a while back but I can't seem to find it.

Cheers

Graham