basic steps for creating subscreen?

Answer Posted / k.nagalakshmi

1.create a module pool program.
2.go with se51.provide module pool program name that we r
created in previous step.and give screen number as ex.100.
3.go with layout.
4.select subscreen area button (from last to fifth one)
drop it in layout.
5.double click on subscreen area and define properties
name:it should be any name.
6.check and activate and go back.
7.go with screen painter.
provide screen no as 4 ex:110.and go for create
8.select screen type as subscreen.
9.go with layout and provide options as u required.
10.activate.
11.go to screen 100.
12.select flow logic.provide code according to the
requirement in PBO and PAI.
13.provide the following statement in PBO statement.
CALL SUBSCREEN <subscreen name> INCLUDING 'sy-repid' '110'.
14.activate.

Is This Answer Correct ?    26 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the dynamic actions and how to configure it? : sap abap hr

832


Name a few data dictionary objects? : abap data dictionary

893


What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary

741


Explain Catch Command in ABAP?

1019


How many primary keys can be created for a table?

789


Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?

771


What are screen painter? Menu painter? Gui status?

785


Where do you create indexes in abap?

839


what is difference between set screen and call screen ?

735


What is the reserve command?

846


What is a table pool?

840


What is occurs in internal table?

825


What is buffering in abap?

861


How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc

765


HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?

1835