Report zabc.
Top-of-page.
Write : 'Hello'.
End-of-page.
What is the output of the program.
Answer Posted / xikelai
Event Top-of-page is not triggered. Thus you will not get
the expected output (without linefeed!) 'Hello'.
You need a WRITE statement between Report and Top-of-page
statement (implicit START-OF-SELECTION) to trigger the
Top-of-page event. Explicit START-OF-SELECTION or
END-OF-SELECTION can also be used for WRITE.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is the lock object?
What is your current client number?
What is netweaver???what is the relationship with ABAP?
What are base tables of an aggregate object?
What is bdc programming? : abap bdc
What is meant by authorization? : sap abap hr
What are the differences between the table and the structure in the data dictionary in the sap abap?
What will happen when we use single buffered selected?
How will you insert record in a sorted table
What are the different types of parameters? How can you distinguish between different kinds of parameters?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What are clustered tables?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
How many types of data classes are there in sap?
What is buffering in abap?