Application Development and Automation 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: 
Read only

multiple fields

Former Member
0 Likes
645

hi experts,

is there any way to change my screen single input fields to mutiple input fields

best regards

zlf

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
599

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

4 REPLIES 4
Read only

prasanth_kasturi
Active Contributor
0 Likes
599

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

Read only

Former Member
0 Likes
599

Hi

This option will give multiple selection option.

select-options : s_matnr for mara-matnr

This option will give single parameters.

parameters: p_matnr like mara-matnr.

Read only

Former Member
0 Likes
600

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

Read only

Former Member
0 Likes
599

THANX Vijay Babu Dudla

BEST REGARDS

ZLF