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 is the process of creating quotation using BAPIs.
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What statement will be found in an sap application program that implements a function module exit?
What is the difference between a pool table and a transparent table?
How we can retrieve data using secondary index. Explain with simple example?
How would you define the exponents for a type âfâ field?
How can you distinguish between different kinds of parameters?
Why do we use Abstract classes give an example from your project?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What is the function of the transport system and workbench organizer?
What are the aggregate objects in the dictionary? : abap data dictionary
Some Realtime Examples on Exits .
What is the use of at new statement ?
What is use of transparent table in abap? How it is different from pool tables?