what is the use of start-of-selection event?
what is the difference betn end-of-page and end-of-selection?
Answers were Sorted based on User's Feedback
Answer / lakshmi
Start-of-Selection-This event gets triggered when the user
clicks on execute button on Selection screen. All the Data
retrieval and data processing logic will be written in this
event.
End-of-page- This event is used to print page footers for a
report
End-of-selection- Any processing required before exiting the
report is done in End-of-Selection.
Is This Answer Correct ? | 19 Yes | 3 No |
Answer / sampath
in general in sap data is divided into blocks to activate blocks we need to use start_of_selection,generally this is used for subroutines
Is This Answer Correct ? | 0 Yes | 4 No |
how ro trigger a top of page in alv report?
how many indexes can be created for a table?
Explain how to write a bdc - how do you go about it?
How do you import pay scale data from non sap to sap? : sap abap hr
Suppose in the Report Program I want to pass data to another Report Program ..how will you do that one?
at the same time can i call two transactions in bdc call transaction method?what happens if use like that?
parter profiles are stored in which table?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
ALV's?
How to run a report in background??and if we try to run in foreground it says"this report sud be run in background".what can be done in this case?? 2-And how sud we stop a report running in background??
What will happen if we run call Transaction in BDC for large volume of data?
2 Answers Thomson Reuters, Vinyl Tubes,
6. what are the differences between scripts & smart forms?