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
What are the dynamic actions and how to configure it? : sap abap hr
Name a few data dictionary objects? : abap data dictionary
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Explain Catch Command in ABAP?
How many primary keys can be created for a table?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
What are screen painter? Menu painter? Gui status?
Where do you create indexes in abap?
what is difference between set screen and call screen ?
What is the reserve command?
What is a table pool?
What is occurs in internal table?
What is buffering in abap?
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
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?