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 features of abap/4 dictionary? : abap data dictionary
What is bdc programming? : abap bdc
Under Data Transfer Portion of ABAP, what do you mean by DX Project
What is a help view? : abap data dictionary
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How is conversion of data types done between abap/4 & external level? : abap data dictionary
How do you do bdc for a table control? : abap bdc
What are match codes? describe?
What is logo in sap script?
Can a transparent table exist in the data dictionary but not in the database physically?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
Some Realtime Examples on Exits .
Have you set up a back ground job ? How to create a background job without a variant ?
How we format the data before writing a statement in the report?