Events in Reports?
Answers were Sorted based on User's Feedback
Answer / guest from dli
In Classical reports:
Initialization
At-Selection-Screen
Start-of-Selection
Top-of-Page
End-of-Page
End-of-Selection
In Interactive reports:
At-Line-Selection
Top-of-Page during Line-Selection
At PF
At User-Command
Thanx.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / shubham dhumal
Classical Report Events
Load-of-program
Initialization
At selection-screen output
At selection-screen value request on <field>
At selection-screen Help request on <field>
at selection-screen
start-of-selection
end-of-selection
top-of-page
end-of-page
Interactive report Events
At line-selection
at user-command
at pf
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sridhar kasthuri
Classical Report Events
Load-of-program
Initialization
At selection-screen
At selection-output
At selection-screen on-field
start-of-selection
top-of-page
end-of-page
end-of-selection
Interactive report Events
At line-selection
at user-command
at pf
Is This Answer Correct ? | 1 Yes | 3 No |
What is the significance of delivery class ? : sap abap data dictionary
what are the two methods of modifying sap standard tables ?
if data is inserted only using bdc open and bdc insert and not bdc close session funx module wat will happend? will data b inserted?
what are the steps in oops alv reports?
What is the t-code for transaction recorder? : abap bdc
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
most commonly used command in Interactive Reporting?
Suppose if I’ve 10 records, I don’t want to update 9th record? How can we do that?
what is set cursor and get cursor command in module pool
In sap script how to print bar code in vertical manner
Why do we use Abstract classes give an example from your project?
difference between type and like in detail way