Suppose in an ALV report in grid we have to disply matnr,
ernam,ebeln,ebelp etc.But when we bring the cursor on that
specified field it will show "material number" for matnr,
"purchase Document Number" for ebeln etc. how do you acheive
this?
Answer Posted / jaswant sahjlan
You can handle it by using button_click event of class cl_gui_alv_grid
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between Blocked ALV and interactive ALV?
What is the disadvantage of a call by reference? : abap modularization
what is difference between (internal table types)standard table and sorted table in sap abap....
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
Define abap/4 layer?
What are the basic objects of the data dictionary? : abap data dictionary
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
How to eliminate duplicate entries in internal tables?
what next in SAP-ABAP/4 is it going to be change?
How to create a link between modified form and modified print program?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
Explain enhancements
What are two methods of modifying sap standard tables?
What is pass by value and what is pass by reference? Which is better?