Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

save button

Former Member
0 Likes
429

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

3 REPLIES 3
Read only

former_member196490
Active Participant
0 Likes
387

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.

Read only

Former Member
0 Likes
387

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

Read only

0 Likes
387

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.