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 screen inside a custom container

Former Member
0 Likes
1,039

hey guys,

I have a requirement to display a selection-screen inside a container,How can we solve this problem?

Hey guys Help me out.

Regards,

Midhun Abraham

Edited by: Midhun Abraham on Oct 7, 2008 7:08 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
699

not exactly you can show similar to selection screen.

may be you can try with class cl_dd_document , you can show list box, i am not sure of the input fields etc.

SE80 selection of objects built based on the class cl_dd_document.

2 REPLIES 2
Read only

Former Member
0 Likes
700

not exactly you can show similar to selection screen.

may be you can try with class cl_dd_document , you can show list box, i am not sure of the input fields etc.

SE80 selection of objects built based on the class cl_dd_document.

Read only

Former Member
0 Likes
699

you can call a selection screen in sub screen area

declare selection screen as

begin of selection-screen 0100 as subscreen.

end of selection-screen...

then,

in flow logic of your module pool screen

PBO

call subscreen <sub_area> including sy-repid '0100'.

" at selection-screen output event is called

PAI.

call subscreen <sub_area>.

"at selection-screen is called