- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Multiple ALV grids on a single screen in SAP ABAP
It is not possible to resize or place the grid at the particular position using function modules as ALVs are always displayed in the Fullscreen by using function modules.
One of the method this can be done is that you create a screen using custom container and then use the class CL_GUI_ALV_GRID to attach the ALV grids to this container at desired positions.
- Related Articles
- Difference between class alv and function alv in SAP ABAP?
- Call screen on clicking the button in SAP ABAP
- Suppressing duplicate entries in classical and ALV report in SAP ABAP
- How to switch between different views in ALV Grid in SAP ABAP?
- How to write on selection screen after giving any user input in SAP ABAP
- Replacing multiple occurrence by a single occurrence in SAP HANA
- Writing at the end of report without clearing current screen in SAP ABAP
- Changing Parameters on the screen in SAP
- Double click on ALV Grid to call Transaction and pass information in SAP
- Creating a Radio button group in ABAP Screen Painter
- Error while using enter "!" on selection screen in SAP.
- Skipping mandatory fields in an ABAP screen
- How to create an ALV in docking container in SAP?
- Getting error not assigned on running SAP ABAP program
- Defining a variable reference in SAP ABAP

Advertisements