‎2008 Sep 22 4:32 AM
hi experts,
is there any way to change my screen single input fields to mutiple input fields
best regards
zlf
‎2008 Sep 22 7:37 AM
if the Field is present on the normal screen (not selection screen) then you can check the below thread..
https://forums.sdn.sap.com/click.jspa?searchID=15000207&messageID=1501162
‎2008 Sep 22 5:19 AM
Hi,
Could you be a bit more clear.?
Do you mean like changing parameters to select-options
then go to your screen layout
give one more input field with same data type and length to look like select options.
and change your select statemnt accordingly using between
regards
prasanth
Edited by: Prasanth Kasturi on Sep 22, 2008 6:49 AM
‎2008 Sep 22 5:46 AM
Hi
This option will give multiple selection option.
select-options : s_matnr for mara-matnrThis option will give single parameters.
parameters: p_matnr like mara-matnr.
‎2008 Sep 22 7:37 AM
if the Field is present on the normal screen (not selection screen) then you can check the below thread..
https://forums.sdn.sap.com/click.jspa?searchID=15000207&messageID=1501162
‎2008 Sep 22 12:58 PM