2006 Jul 19 8:57 AM
Hi all!
Which is fesible in case of large amount of data?
and why?
2006 Jul 19 9:13 AM
Hi prasad,
1. Which is fesible in case of large amount of data?
If u only want to display the data,
then traditional method (using FM)
will be simpler & faster.
2. If u want data entry,
then OOPS will provide more features, flexibility.
3. If data is VERY LARGE, (for entry purpose)
then TABLE CONTROL is suitable,
bcos it reduces network traffic,
as compared to grids.
regards,
amit m.
Hi prasad,
1. Which is fesible in case of large amount of data?
If u only want to display the data,
then traditional method (using FM)
will be simpler & faster.
2. If u want data entry,
then OOPS will provide more features, flexibility.
3. If data is VERY LARGE, (for entry purpose)
then TABLE CONTROL is suitable,
bcos it reduces network traffic,
as compared to grids.
regards,
amit m.
2006 Jul 19 9:01 AM
From a data perspective either of them should be OK.
However, I would personally prefer using OO method as it gives a lot of flexibility to develop the user friendly features.
Regards,
Ravi
Note : Please mark all the helpful answers
2006 Jul 19 9:02 AM
Hi,
oops is new concept in abap so better use it. It have more options than the function module technique. like event capturing, and others.
Regards,
Wasim Ahmed
2006 Jul 19 9:04 AM
Both r equally good.
OO ALV gives more control over the ALV Grid.
<b>Reward Points & Mark Helpful Answers</b>
2006 Jul 19 9:08 AM
2006 Jul 19 9:08 AM
Hi,
Both are good, But Coming to Features <b>OO ALV has lot of extra features</b> than Traditional ALV Grid/LIST
Regards
vijay
2006 Jul 19 9:09 AM
Hi,
Both can be equally used for constructinjg ALV display
But OO method has many advantages:
· · It frees the programmer of the ABAPs runtime implicit control of program flow.
· · ABAP Objects offer better syntax and semantic rules. Most of the error prone concepts (e.g.:- header, for all entries command) are not permitted in the ABAP classes.
· · ABAP Objects is the only platform on which we can use the new SAP technologies like NetWeaver, and all the new advanced GUI concepts like DOI (Desktop Office Integration), BSP (Business Server Pages), CFW (SAP Control Frame Works) etc.
With regards to ALV , oo method is highly flexible compared to traditional method using FM's
Regards,
Sharat
2006 Jul 19 9:12 AM
Hi,
I would suggest you to go for Object Oriented ALV. It gives lot of facilities and also easy to develop.
Check the transaction DWDM for many exercises with source code.
Regs,
Venkat Ramanan N
2006 Jul 19 9:13 AM
Hi prasad,
1. Which is fesible in case of large amount of data?
If u only want to display the data,
then traditional method (using FM)
will be simpler & faster.
2. If u want data entry,
then OOPS will provide more features, flexibility.
3. If data is VERY LARGE, (for entry purpose)
then TABLE CONTROL is suitable,
bcos it reduces network traffic,
as compared to grids.
regards,
amit m.
2006 Jul 19 9:18 AM
Prasad
OO way of designing ALV is the best practice !!!
As of the Industy Standards are moving or using more of OO features, It is recommended to use the OO way of ALV.
But Still FM based ALV offers good Program Development Support.(As it is the traditional)
From the Data point of view, both are same !!!!
Thanks
Jack
<b>Allot points if my post helps !!!!</b>
2006 Jul 19 9:43 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |