What are the difference between Interactive and Drill Down
Reports?
Answer Posted / guest
ABAP/4 provides some interactive events on lists such as AT
LINE-SELECTION (double click) or AT USER-COMMAND (pressing a
button). You can use these events to move through layers of
information about individual items in a list.
Drill down report is nothing but interactive
report...drilldown means above paragraph only.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What does an exec sql statement do in abap?
Do we create table fields with out data elements and domains?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What are spa/gpa parameters (sap memory)?
Can you print decimals in type n? What is difference between float and packed data type?
What is payroll driver ? : abap hr
What is the use of table control in bdc is it same in module pool table control? : abap bdc
What are Table control and tab strip control in dialog programming ?
What is the length of function code at user-command?
Why do we use types statement in abap programming?
What is the difference between a structure and a table? : abap data dictionary
What is a development class? : abap data dictionary
What is the function of the correction system? : abap data dictionary
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?