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

table in selection screen...

Former Member
0 Likes
870

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.

1 ACCEPTED SOLUTION
Read only

bpawanchand
Active Contributor
0 Likes
654

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]

6 REPLIES 6
Read only

bpawanchand
Active Contributor
0 Likes
655

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]

Read only

0 Likes
654

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?

Read only

0 Likes
654

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

Read only

0 Likes
654

hi Arindam,

yes,it is possible through module pool.i want to know it is possible throught selection screen?

Read only

0 Likes
654

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

Read only

0 Likes
654

I think it is not possible . For this kind of requirement we always go for table control.