1.how to developed inreractive report
2.how to developed classicall report.
Answer Posted / bandivenkateswarlu
if u want to develop a classical report we should use these
events.
these events are given below.
initialization
at selection-screen
at selection-screen on <field>
start-of-selection
top-of-page
end-of-page
end-of-selection.
BY using these events we should develop the classical reports.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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 are the types of indexes in abap?
How can we use / display table in a screen?
What are the different types of the sap abap data dictionary objects?
What is view? Explain the different types of view?
singleton class
Can multiple abap systems connect to abap database?
How can we create callable modules of program code within one abap/4 program?
What is a database view? : abap data dictionary
What are smart forms?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
How to Raise a Particular Ticket in Realtime ?
Explain the advantages of logical databases?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?