what is the default event that is triggers in report?
Answer Posted / arjun manglekar
LOAD-OF-PROGRAM and
START-OF-SELECTION
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the different message types available in the abap/4 ?
How to find the return code of a statement in abap programs?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is a data dictionary? : sap abap data dictionary
What are the different types of view?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
What is a batch input session? : abap hr
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
Have you printed any report?
How are the function code handles in flow logic?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
How many types of size categories and data classes are there?
When the top-of-page event does get triggered?