‎2007 Nov 07 5:31 AM
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
‎2007 Nov 07 5:34 AM
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.
‎2007 Nov 07 6:39 AM
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.