1.How can u set more than one selection screen for one
report?
2.Where u can provide initial values other than in
INITIALIZATION event?
Answer Posted / laxmanrao949
1. Selection-screen beging of blockb1 with frame title text_001.
Select-options ….. for ….
Selection-screnn end of block b1.
Selection-screen beging of block b2 with frame title text_001.
parameters ….. type ….
Selection-screnn end of block b2.
2. using variant creation
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a table pool? : abap data dictionary
Explain how to Handle the internal tables in ABAP?
Reports: Event functionality.
What are the different types of parameters? How can you distinguish between different kinds of parameters?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What is meant by authorization? : sap abap hr
What will you code in start-of-selection & end-of-selecton & why?
How to create a link between modified form and modified print program?
What are indexes? : sap abap data dictionary
What does the extract statement do in extract datasets?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
When was the sap abap being created?
What are client dependant objects in abap/sap?
Which function module reads the data for particular infotype ? : abap hr
What are the different types of views and their definition?