difference b/w classical report and intractive report
Answer Posted / uday
In case pf alv grid in dialog programming we can improve
performance by avoiding LOOP and ENDLOOP and MOVE statements
while transfering data to alv grid control.
where as table control for transfering data to table control
we use loop and endloop and move statement which can degrade
performance.
| Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
What is the use of 'for all entries'?
How to read files and process BDC's automatically ?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is pretty printer?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What is sap locking?
Explain the disadvantages of logical databases?
java script for push button in adobe forms.
Explain the function module in bdc?
What is a report?
Why is pretty printer user in abap?
What are the contents in technical specifications?
What is a development class? : abap data dictionary
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?