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

selection field issue

0 Likes
621

Is it possible to display entry fields of selection screen in Table format ie in rows and columes form.So that user can enter more the one value for each field.

Exp..

Design mix & project qty. selection

Design Mix Project qty in M3 Q1 Project qty

A 20 30

B 40 60

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

Hi,

U can create the the table control for that screen, u cannot create the table control in the selection screen, but create a new screen then put the table control in that screen.

Plzz reward points if it helps.

5 REPLIES 5
Read only

Former Member
0 Likes
600

Hi,

when you declare and execute,

select-options: s_posnr type wa_vbap-posnr.

(where wa_vbap-posnr is the work area and s_posnr is the filter variable)

you will find an "-->" button at last of select-options output.

when you press that it will provide you to input more filtering values.

hope this helps.

Edited by: jagannathan krishnan on Jan 4, 2008 6:39 AM

Edited by: jagannathan krishnan on Jan 4, 2008 6:55 AM

Read only

Former Member
0 Likes
600

Hi,

Use select options for both Design mix and project quantity.

Use the multiple options against each field to enter more than 1 value.

Read only

Former Member
0 Likes
601

Hi,

U can create the the table control for that screen, u cannot create the table control in the selection screen, but create a new screen then put the table control in that screen.

Plzz reward points if it helps.

Read only

0 Likes
600

Thank you for quick response.

Here the colume field values have one to one relationship can't use select option.

Just want to clear . CAN WE YOU TABLE CONTROL IN SELECTION-SCREEN.

ie for entering values using table control in selection screen.

pls help.

many thanks

Read only

0 Likes
600

Hi,

U cannot create the table control in the selection screen u need to create it in another screen.