To my knowledge I have never hit the wall, but you must realize that the more records, the more time it will take to render the ALV grid as well as scroll thru it, sort it, subtotal it, filter it, etc. You should try to keep the size to a manageable size, also, what user will scroll thru thousands of rows in an ALV Grid? Right?
How many lines are we talking about? 10,000? ALV grid will display this many, but performance may be an issue, and more so as the size goes up.
Regards,
Rich Heilman
Hi,
As per the SAP documentation You can have any number of lines..
The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
Single-level lists contain any number of lines that have no hierarchical relationship to each
other.
Multilevel sequential lists consist of any number of lines that have two hierarchical levels.
Multilevel lists have header rows and item rows; the item rows are subordinate to the header
rows. For each header row there can be any number of subordinate item rows.
Thanks,
Naren
Hi,
Yes..You can remove the buttons..You can copy existing Standard SAP GUI status (STANDARD)and create a new one
and remove the buttons...
In the parameter I_CALLBACK_PF_STATUS_SET of the FM..GIve a form name..
IN the form use command SET PF-STATUS to call the new one that you created..
Thanks,
Naren
Message was edited by: Narendran Muthukumaran
Add a comment