cancel
Showing results for 
Search instead for 
Did you mean: 

Make A cell Editable

09-26-2022 2:31 PM
sumeyye_1634 Participant
912 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi experts,

I have a program . This programs calculate values of a vehicle when the vehicle enters and leave.

The leaving screen i need to make a field to be able to fullfill. I mean i would like to open a field and write a value always.

There are 2 buttons:

But when i click the

button this field appears editable:

When i open

button this field is not able to be edited:

Is it possible to make this field editable in the Related Screen Layout?

Thanks&Have a nice day!

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

RobertVit
Active Contributor
0 Likes

Hi,

you can try something like this

LOOP AT SCREEN.
CHECK screen-group1 = ???
screen-input = '1'.
// screen-invisible = '1'.
MODIFY SCREEN.
ENDLOOP.