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

urgent...........please help

Former Member
0 Likes
998

i want to no the advantage of oops concept over slis concept while using ALV. its very important . this should be something that cannot be done efficiently using slis concept

thanx in advance...points will be rewarded

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
964

HI

There are no advantages of alv oops...

1)Rows and cells can be made editable...

2) Sorting , filtering is easier.

3) Multiple functionalities can be added...

4) Rows and cells can be assigned a different layout

Please reward if useful

Dinesh

i want to no the advantage of oops concept over slis concept while using ALV. its very important . this should be something that cannot be done efficiently using slis concept

thanx in advance...points will be rewarded

8 REPLIES 8
Read only

Former Member
0 Likes
964

Hi,

using OO alv you can have more than one ALV in the screen..

Meaning you can have two containers in the screen..and have two alv grids..

Thanks,

Naren

Read only

Former Member
0 Likes
964

Through oops in ALV,

1) You can design more number of grids on same screen through oops .

2) We cant do tree format ALV through FMs.

Regards,

donepudi

reward, if its useful

Read only

Former Member
0 Likes
965

HI

There are no advantages of alv oops...

1)Rows and cells can be made editable...

2) Sorting , filtering is easier.

3) Multiple functionalities can be added...

4) Rows and cells can be assigned a different layout

Please reward if useful

Dinesh

Read only

Former Member
0 Likes
964

hi soniya,

check this to know about advantages of oops concept,

https://forums.sdn.sap.com/click.jspa?searchID=3085652&messageID=3456103

regards,

seshu.

Read only

Former Member
0 Likes
964

HI,

using oo alv we can display grid on screen(or sub screen) whereas using fms it is not possible.

using oo alv we can display only grid,list display is not possible.

we can display any number of grids in the same screen.

rgds,

bharat.

Read only

Former Member
0 Likes
964

Hi,

The ALV object Grid methods allow the same functionality as ALV grid report function modules but are displayed within

a screen (dialog program). SAP has provided a suit of programs which demonstrate how to For examples see standard SAP

programs as detailed below:

BCALV_EDIT_01 This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.

BCALV_EDIT_02 This report illustrates how to set chosen cells of an ALV Grid Control editable.

BCALV_EDIT_03 In this example the user may change values of fields SEATSOCC (occupied seats) and/or PLANETYPE.

The report checks the input value(s) semantically and provides protocol messages in case of error

BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to

implement the saving of the new data.

BCALV_EDIT_05 This example shows how to use checkboxes within an ALV Grid Control. You learn:

(1) how to define a column for editable checkboxes for an attribute of your list

(2) how to evaluate the checked checkboxes

(3) how to switch between editable and non-editable checkboxes

BCALV_EDIT_06 This example shows how to define a dropdown listbox for all cells of one column in an editable ALV

Grid Control.

BCALV_EDIT_07 This example shows how to define dropdown listboxes for particular cells of your output table.

Regards

Read only

Former Member
0 Likes
964

answered

Read only

0 Likes
964

hi soniya,

reward the points for all helpful answers.