2012 May 08 9:47 AM
HI
i have created one alv report and edited one colum in that particular user will enter the quantity after tha it have to store to my ztables, i have created my ztables also now my save button is not working, please let me know the steps please help.
Thanks,
suja
Moderator Message: What is you effort in realizing this requirement? Did you troubleshoot why your custom button is not working? Don't expect forum members to spoonfeed you.
Message was edited by: Suhas Saha
2012 May 08 10:59 AM
If using FS-ALV, the displayed internal table is automatically updated with the new values. The updated internal table could be used to save the data in the ztable.
2012 May 09 7:50 AM
Had you used Module pool Or not.
it can be done by writing code in PAI and PBO after clicking SAVE button.
OR
use editable ALV cl_gui_alv
2012 May 09 9:32 AM
Hi Sachin,
First check why your save button is not working.
If you are using Module Pool then check your code in PAI or in PBO.
And if you are using Report to implement this then check user-command.
Debug your code and check the value of OK Code whether it is correct or not then only proceed.