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

sub screen

Former Member
0 Likes
346

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
Read only

Former Member
0 Likes
316

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
Read only

Former Member
0 Likes
317

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