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

ALV List display using Classes and Objects

0 Likes
1,859

Hi Experts,

Is this possible to display the ALV list using Classes and Objects?

If yes please advice.

Thanks.

4 REPLIES 4
Read only

Sijin_Chandran
Active Contributor
0 Likes
1,391

Hello Rajan ,

I guess you are asking for ALV coding using ABAP OO approach.

If yes ,

Then this is a very basic question and before this thread gets locked let me provide you with these helpful links for learning ALV using ABAP OO approach.

http://wiki.sdn.sap.com/wiki/display/ABAP/ALV+Grid+Report+-+with+Object+Oriented+SALV+Classes

http://help.sap.com/saphelp_nw04/helpdata/en/29/e9eb40c4f8712ae10000000a155106/frameset.htm

Read only

0 Likes
1,391

Hi,

Thanks for your reply.

Sorry for my explaination if unclear.

I have to display the output in ALV list insted of ALV grid.

I have three radio buttons left side of the screen, based on the selection of the radio button i have to populate the output table and to display as a list in the same screen.

Ragards,

Rajan.

Read only

Former Member
0 Likes
1,391

Search in the Forum first before new post, you will get your answer.

Read only

Former Member
0 Likes
1,391

dear arv,

We can diplay ALV usin class and objects, basic sequence is :

create a screen,

create a container in that screen

Create reference objects for ALV , conatiiner

Fetch data

create Field catalog

pass field catalog , data to container & ALV display.

mail me : goudhamvel.88@gmail.com for detail coding

regards

goudham