What is the sequential order of triggering events in
interactive report?
Answer Posted / naresh.k.dasari
Load-of-Program
(DESCription:-The purpose of load of program is to load the
program into system memory so that the program can be
executed)
Initialization
at selection screen
start-of-selection
end-of-selection
top-of-page
top-of-page during line selection
end-of-page
at line-selection
at user command
at pf
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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.
What are system variable in abap?
Is the basic list deleted when the new list is created?
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
Explain the difference between call screen and leave screen?
What is screen flow logic? What are the sections in it?
How to insert a line into abap internal tables?
In delivery processing which step comes first picking, packing, posting goods issue ?
Explain the advantages and disadvantages of different types of bdc's?
What is the use of the raising exception? : abap modularization
Difference between Insert, Update and Modify?
Explain different types of attributes of function module?
Explain the concept of clusters in payroll
What is the difference between sum and collect?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc