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: 

Calling a selection screen in a subscreen of a tabstrip

Former Member
0 Kudos

hi,

I have created a tabstrip where i have included a subscreen.

I want to create and call a selection screen within that subscreen.

Can anybody tell me the steps required?

thanks in advance,

Abhishek

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

good

try this

In the same way that you can define a screen as a subscreen in the Screen Painter, it is now possible to define selection screens as subscreens in an ABAP program:

SELECTION-SCREEN BEGIN OF SCREEN scrn AS SUBSCREEN

[NO INTERVALS]

[NESTING LEVEL n].

...

SELECTION-SCREEN END OF SCREEN scrn.

go through this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm

http://sap.niraj.tripod.com/id40.html

thanks

mrutyun^

4 REPLIES 4

Former Member
0 Kudos

Hi

You will call the screens which are of type subscreens in to the subscreen area of tabstrip, so selection screen is not a subscreen, it will not come.

Regards

Haritha.

former_member735409
Participant
0 Kudos

u can use

Sumit <Program> via selection-screen.

Former Member
0 Kudos

hi

good

try this

In the same way that you can define a screen as a subscreen in the Screen Painter, it is now possible to define selection screens as subscreens in an ABAP program:

SELECTION-SCREEN BEGIN OF SCREEN scrn AS SUBSCREEN

[NO INTERVALS]

[NESTING LEVEL n].

...

SELECTION-SCREEN END OF SCREEN scrn.

go through this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm

http://sap.niraj.tripod.com/id40.html

thanks

mrutyun^

0 Kudos

Thanks a lot Mrityunjaya for solving my problem.

Its done.

I have awarded points to u.