Application Development 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: 

Save button in ALV

former_member329522
Participant
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

Using the Fieldcatalog edit option you can do that.

x_fieldcat-edit = 'X'.

This too will activate the Save button.

1 REPLY 1

former_member188685
Active Contributor
0 Kudos

Using the Fieldcatalog edit option you can do that.

x_fieldcat-edit = 'X'.

This too will activate the Save button.