what is the difference between function module alv and oop alv.
Answer Posted / sashi
The function module ALV uses FM to trigger display and
sorting appending think for alv report,
where as Methods are used in the OOPs concept fo the ALV.
the other difference is the user has more flexablity fi he
uses the OOPS ALV than the FM ALV.
| Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What are the different types of view?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Explain how is batch input process different from processing on line?
Does the external program run in the same sap luw as the caller, or in a separate one?
Name the abap/4 modularization techniques? : abap modularization
What are the check tables?
Explain get cursor field?
In the MM module for finding out the standard cost what is the view one has to look at?
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
Static and instance variable and method with live example. Why and when to use
What is the difference b/t Session method and call transaction method ??
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
Can we access static attribute from instance method