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 will happen when we use fully buffered in abap?
What is use of transparent table in abap? How it is different from pool tables?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
What are user exits? What is involved in writing them? What precations are needed?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is retro active accounting
What is For-period and In-period
Why is pretty printer user in abap?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What is img? : sap abap hr
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
Explain how many types of tables exist and what are they in data dictionary?
What is the use of the raising exception? : abap modularization