In alv Reports,how the Output is displayed ad editable and how
i can edit the same and how it will reflect the DB?Please
help...........
Answer Posted / buddula15
It is possible to save in the database also by using OO ALV
by using event DATA_CHANGED and method CHECK_CHANGED_DATA
from class CL_GUI_ALV_GRID.
Buddula15
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are different data types in abap/4?
what will happen if called program is not executable ?
Explain the advantages/disadvantages of logical databases?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
How to find the return code of an stmt in abap programs?
What is the advantage of structures?
How can we use multiple transactions by using bdc_insert? : abap bdc
What is append structure?
How to convert normal function module to bapi?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is the significance of the memory table ‘screen’?
What is a modification assistant?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What is constructor expression in nw abap 7.4?
what is abstract classes