what class is used to display the ALV grid control?
Answer Posted / kumar
Use the Class CL_GUI_ALV_GRID To display the ALV grid
control and call Method SET_TABLE_FOR_FIRST_DISPLAY.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
How will you define org structure in MM?
What are the different types of luws. What are they?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Explain what are the various types of selection screen event?
Which function module would you use to check the user’s authorization to access files before opening a file?
In ALV reporting when u execute your report which event gets triggered.
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Workbench request are client dependent or client independent
how can you display data say "your name"in sap script without print program or driver program??
What are the payroll related Infotypes
What are Table control and tab strip control in dialog programming ?
Explain the difference between domain and data element?
How would you suppress the display of a parameter on the selection screen?
How can we upload a text file having delimiters in to legacy system? : abap bdc