‎2008 Jan 04 5:30 AM
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
‎2008 Jan 04 5:44 AM
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.
‎2008 Jan 04 5:38 AM
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
‎2008 Jan 04 5:38 AM
Hi,
Use select options for both Design mix and project quantity.
Use the multiple options against each field to enter more than 1 value.
‎2008 Jan 04 5:44 AM
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.
‎2008 Jan 04 5:45 AM
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
‎2008 Jan 04 5:50 AM
Hi,
U cannot create the table control in the selection screen u need to create it in another screen.