2007 May 01 4:03 PM
Hi,
I've created an ALV table using the CL_SALV_TABLE class. I'm now trying to include an input field within the ALV toolbar. I would also require this field to do an F4 to obtain its values. Can anyone help me?
Thanks and regards,
Adeline.
Hi,
I've created an ALV table using the CL_SALV_TABLE class. I'm now trying to include an input field within the ALV toolbar. I would also require this field to do an F4 to obtain its values. Can anyone help me?
Thanks and regards,
Adeline.
2007 May 01 4:07 PM
2007 May 01 5:06 PM
Hi,
And what about creating an input field within one of the ALV columns itself? Please note that I've used the CL_SALV_TABLE class to create the ALV output.
Thanks and regards,
Adeline.
2007 May 01 8:14 PM
2007 May 01 5:21 PM
Hello,
The latest OO implementation of ALV does not allow inut fields.
Perhaps with the next release.
Regards
Greg Kern
2007 May 01 8:46 PM
Hi Adeline,
as Rich explained: Not inside ALV toolbar. If you do not use full screen display but have a screen container for this, you may define a subscreen area on top of ALV container. Use CALL SUBSCREEN <area> INCLUDING <prog> <dynp> syntax to process the subscreen. Define PROCESS ON VALUE-REQUEST for F4. In PAI (PROCESS AFTER INPUT) you can modify the table displayed in the grid and do a new display.
Regards,
Clemens