Application Development 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: 

multiple fields

Former Member
0 Kudos

hi experts,

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

best regards

zlf

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

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

prasanth_kasturi
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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.

former_member188685
Active Contributor
0 Kudos

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

Former Member
0 Kudos

THANX Vijay Babu Dudla

BEST REGARDS

ZLF