Question:
I want to know how do I enable for input a single cell of a single row. I know to do it for all the rows, but not for a single one.
thanks
_________________
Angeles
Answer:
I want to know how do I enable for input a single cell of a single row. I know to do it for all the rows, but not for a single one.
thanks
Thanks, but with input = 'X' you apply the input for all the registers and I only want some registers with the input enable.
I know it is possible but don't know how to do it.
_________________
Angeles
Answer:
try fieldcat-edit = 'X'
Answer:
I don't know if it is possible in an ALV report. In a table control, you have to loop at the screen within the individual row in order to turn a single cell on/off. There might be an analog for the ALV, but it's not something I have seen.
I would probably do this by allowing the field to be modified, but setting it right back if it was an off-limits cell. That is certainly easy enough to do, but not very clean.
Then again, I'm only a hack. Maybe an actual ABAPer will know of a way.
_________________
Need a new tagline...
Answer:
Look at BCALV_EDIT_02 in 4.6c
Answer:
Great tip. I'm going to remember that one!
_________________
Need a new tagline...