hi what is difference between REUSE_ALV_GRID_display and
reuse_alv_list_display .
Answer Posted / sateesh
By using REUSE_ALV_LIST_DISPLAY we can display only a
normal list it it not a user friendly .
but where as using REUSE_ALV_GRID_DISPLAY
we can calculate grand total ,sub totals,
and filter the fields with out using any functions.
Is This Answer Correct ? | 21 Yes | 10 No |
Post New Answer View All Answers
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Why cant we use Normal function module for data transfer?
What is the difference between data elements and domains?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What is the significance of the screen number ‘0’?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is the function of a domain?
Explain what is an rfc?
Explain the different types of view?
What are the different types of abap reports in sap?
What is the function of the transport system and workbench organizer?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What is a modification assistant?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?