Application Development 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: 

Selection screen inside a custom container

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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