Which and How will you use function module for ALV
Interactive report?
Answer Posted / sivaramakrishna
in case of interactive alv to get all 17 events we use one
fm i.e reuse_alv_events-get .
using read table statement we read required event form
above itab to which all 17 events is exported in above fm.
using the reuse_alv_commentary_write fm to displa any thing
on list screen.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What are aggregated objects : abap data dictionary
What are the update types possible? : abap data dictionary
What are the events used in abap in the order of execution?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What are function modules?
When the top-of-page event does get triggered?
What are the types of subroutines? : abap data dictionary
What are match codes? describe?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
Performance tuning techniques
Abstract class and interface, multiple inheritance, live example
What is sql trace? : abap data dictionary
What are the uses of secondary indexes?
What are the arithmetic operators in the sap abap?