‎2009 Jan 02 3:58 AM
Dear Abapers,
Is it possible to get the table in selection screen,I want to give input from table in selection screen itself.Can anyone suggest some ideas pl?
Thanks in Advance.
‎2009 Jan 02 4:01 AM
I think it is not possible thorugh selection screen but you can make use of the Dialog programming control [Table Control |http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm]
‎2009 Jan 02 4:01 AM
I think it is not possible thorugh selection screen but you can make use of the Dialog programming control [Table Control |http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac1d35c111d1829f0000e829fbfe/frameset.htm]
‎2009 Jan 02 4:10 AM
Hi Pavan,
Thanks for ur reply.But here my problem is i want to give multiple inputs(like plant,material,auantity).is it possible to give multiple inputs from selection screen other than select-options?
‎2009 Jan 02 4:20 AM
Hello,
Yes it is possible using Module pool programming. You can use table control for your multiple inputs.
Then loop throgh the table control to populate table control data(input data) to your internal table for further use in PAI of the screen.
Regards
Arindam
‎2009 Jan 02 4:29 AM
hi Arindam,
yes,it is possible through module pool.i want to know it is possible throught selection screen?
‎2009 Jan 02 4:36 AM
Hi,
i guess, its possible even in a Report program also..
Just 'CALL SCREEN XXXX' and design a table in that screen.
based on the inputs and action in the calling screen call another screen for output.
hope it helps.
Regards,
Pavan
‎2009 Jan 02 4:58 AM
I think it is not possible . For this kind of requirement we always go for table control.