1.How to pass the variables to form?
2. How did you test the form you developed?
3.what are the outpout types and tcodes?
4.what mean by performance analysis?
Answer Posted / bandivenkateswarlu
1. by using the call by value and call by reference we can
pass the data into the form.
2. by using the debug statement.
3. output types are the whenever display the document the
output is assosiated with the form. so output type is one
type of standard program sap will provided.
4. performance analysis is used to how much time ur program
to execute at the runtime of the system. using the
transaction code is SE30
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
when do you need to create an internal table with header line ? and with out a header line?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
Explain what are the system fields? Explain?
What are the control break events in abap? : abap data dictionary
Explain how do you use structures in the abap programs?
What are the data types of the abap/4 layer?
What is is a match code? : abap data dictionary
If yes then why do we require logical database
What is the differences between structure and table in the data dictionary in abap?
Explain the data types of internal tables?
How would you set the formatting options statically and dynamically within a report?
What are control tables?
What is a multiple line field? : abap bdc
How do you document abap/4 programs? Do you use program documentation menu option?
Differentiate between the uline and write: sy-uline statements if any?