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

Subscreens in module pool program

Former Member
0 Likes
450

Hi everybody,

please let me know, how to use subscreens in the modulepool program, and what would be actual client requirement regarding this, please let me know

Thanks & Regards,

Siddivinesh.jogu

2 REPLIES 2
Read only

Former Member
0 Likes
428

HI,

sub screens we will call on to the sub screen areas in the screen.

see this link for more info

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm

rgds,

bharat.

Read only

Former Member
0 Likes
428

Hi,

calling a subscreen:

In the PBO event of the flow logic of a screen, you can call a subscreen using the following statement:

CALL SUBSCREEN <area> INCLUDING [<prog>] <dynnr>.

The screen of a subscreen that you call is placed in the subscreen area <area> on the main screen.

If you do not specify a program <prog>, the system uses a screen from the current ABAP program. If you do specify a program <prog>, the system uses a screen from the program <prog> for the subscreen. This program is treated in the same way as an external subroutine call. In other words, it is loaded into the program group of the calling program, or, if it is a function group, as its own program group in the same internal session as the calling ABAP program.

For Client requirements it depends on what is being asked.

Reward points if found useful.

Regards,

Booma Ganesan.