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 in ALV

Former Member
0 Likes
399

Hi all!!

I've an ALV and i want to call a perform when it clicks on Save button, but I have a problem.

If I set this:

gt_layout-edit = 'X'.

It can modify the info, and it can't be possible...

But if i dont set it with 'X', the save button is disable...

How can i do this??

I think i should to modify a status with my own button...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
364

Using the Fieldcatalog edit option you can do that.

x_fieldcat-edit = 'X'.

This too will activate the Save button.

1 REPLY 1
Read only

Former Member
0 Likes
365

Using the Fieldcatalog edit option you can do that.

x_fieldcat-edit = 'X'.

This too will activate the Save button.