Answer Posted / sumanthpachika
1) create a module pool and link it to the report like
screen 100.
2) Place custom controller on the screen and name it.declare
reference variable and create the instance for container
class.In PBO module
3) Declare reference variable and create instance for ALV
Grid and custom container object in PBO module.
4) since alv grid instance is ready now we can call methods
i.e to display,layout etc.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What are the main events of which are used for logical database?
What is the difference between sy-tabix and sy-index? Where it is used?
what is a text table ?
How to write a code in tab control? : abap bdc
What are the different types of the sap abap data dictionary objects?
What are the different window types in sapscript?
What are the differences between a database index and a match code?
What is meant by read lock? : sap abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What do you understand by work area and internal tables in abap? Why do we use it?
how do you call third selection screen ?
What is design pattern? Provide example .Why are we using it?
Explain what is sap script? What is the purpose of sap script?
Difference between Insert, Update and Modify?
What is the difference b/t Session method and call transaction method ??