Hello,
I have displayed an ALV grid having three columns: LIFNR, NAME and ADRESS.
I want to add a row or update an existing row and the modification should be done also for the database.
does anyone know how to update the database through alv r...
Hello community,
I am trying to use OO and I am wondering How can I implement crud operations in a global class and after that I can use it in a report?
Do you have an example similar to my situation.
Thank you,
Thank you Sandra for your answer, Yes I know how to update database with update,...But I am trying to get used with events and I want to know how it can be done with Handle_data_changed and Handle_data_changed_finished.
I am used to add crud operations directly in the report like in this example Create, Read, Update & Delete - CRUD Operations in ABAP Report - Go Coding , when I implement CRUD operations (UPDATE for example) in the report directly I get the new value...