Report zabc.
Top-of-page.
Write : 'Hello'.
End-of-page.
What is the output of the program.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / nagarjuna
NO OUTPUT....program will not be executed....
Is This Answer Correct ? | 14 Yes | 3 No |
Answer / muthukumar
There is no output.Because,Top-of-page triggered when first write statement encountered.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / n.n.
The above code wont work as START-OF-SELECTION is not
mentioned.
Unless that is mentioned, the code does not produce any output.
Is This Answer Correct ? | 6 Yes | 6 No |
Top-of-page Event is triggered so the out put is 'HELLO'
Is This Answer Correct ? | 0 Yes | 19 No |
Which event in Reports is equal to PBOin Module Pool Program?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
Which type of tables used this buffer?
what are the important fields while preparing sales order,inquiry?
Difference between Occurs0,occurs10 and occurs100?
what r the services have to implemented in SAP R/3?
How many rediobutton groups can be there in a module pool program and in a report?
2 Answers BOC, BPCL Bharat Petroleum,
State the differences between database view & projection view? : abap data dictionary
Explain about drill down report?
Explain the difference between a dialog program and a report?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
what is the use of select for all entries in an internal table?