hi what is difference between REUSE_ALV_GRID_display and
reuse_alv_list_display .
Answer Posted / sharath chandra
reuse_alv_list_display gives u the the normal list display
where as REUSE_ALV_GRID_display gives u the grid as
display with more graphical options like some features in
layout
| Is This Answer Correct ? | 60 Yes | 7 No |
Post New Answer View All Answers
What do you do when the system crashes in the middle of a BDC batch session?
What abap statement will trigger list generation?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Example of table cluster and cluster tables.
What are the data types of the external layer? : abap data dictionary
Explain how to write a bdc - how do you go about it?
How can we access the correction and transport system?
What is update task
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is an “on input filed” statements?
What are aggregated objects : abap data dictionary
wat is the default file name of BAPI trace?
What is the syntex used to call a screen as dialog box (pop up)?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
Explain the types of bdc's?