Difference between Drill Down and Interactive Reports,
Events triggered in both reports
Answers were Sorted based on User's Feedback
Answer / manoranjan
Interactive report means ,suppose in 1st list u have to show some header details and show item details in futher list.But drill down list means if u click on the field specified,it will take u to the corresponding transactions like MM01,XK01 etc by calling the transactions and set parameter.In both cases we use 'REUSE_ALV_GRID_DISPLAY'(I_CALLBACK_USER_COMMAND).IN normal interactive report,we use the events like at line-selection,at user-command.
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / ankur gupta
in drilldown reports we write statement 'as listbox visible length 5.
in interactive reports we us at line selection even and function module 'reuse_alv_grid_display' or 'reuse_alv_list_display
Is This Answer Correct ? | 7 Yes | 13 No |
What is IMG in SAP?
how should post data from my internal table to flat file manually in bdc .please explain step by step
Exception handling and how does it transfer from called method to calling method?
what is mean by table control, where it is used? why it is use?
what are the characteristics of a bapi?
What are the diferent types of internal table available? How can we know the size of the internal tables?
How do you define an internal using types?
If your project is support project ? when is your implementation has completed ?
What is abap work bench?
In sap script how to print bar code in vertical manner
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What are internal tables?