Submitted Questions

  • In ALV GRID is it possible to update database?

    Murthy PNVS

    • Sep 8th, 2015

    Using editable ALV we can get the inputs from the user and by using check_changed_data method we can get the entered/changed values from the front end grid and explicitly we have to write the code to modify the entries in to the data base.

    Aditi

    • Jul 3rd, 2015

    Yes it is possible, In case of editable ALV we have to write flush commands to update database as per any Enteries on click and save button.