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: 

sub screen

Former Member
0 Kudos

Hi all,

I want to display sub screen in the output.

For example:

Tables: vbap.

select-options:s_vbeln for vbap-vbeln.

Here when I hit F8. it need to display sub screen with 2 radio buttons.

Can any body tell me how I need to do..

thank u

sunny.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

When you create a screen you have an option to make it subscreen. If you make it a subscreen then it cannot have its own PF-STATUS, No next screen can be specified. It can be included in a normal screen. In the normal screen you have to create a subscreen area.

Then in the PBO of the main screen you can include this subscreen using

CALL SUBSCREEN <area_name> includeing <program_name> <subscreen_number>.

IN the PAI .

CALL SUBSCREEN <area_name>.

vikranth

1 REPLY 1

Former Member
0 Kudos

hi

When you create a screen you have an option to make it subscreen. If you make it a subscreen then it cannot have its own PF-STATUS, No next screen can be specified. It can be included in a normal screen. In the normal screen you have to create a subscreen area.

Then in the PBO of the main screen you can include this subscreen using

CALL SUBSCREEN <area_name> includeing <program_name> <subscreen_number>.

IN the PAI .

CALL SUBSCREEN <area_name>.

vikranth