Please List ALL Events in Interactive Report & Classical
Report in CORRECT ORDER.

Answer Posted / bachina rajesh

interactive report events:
at line-selection
at user-command
at pf-status
top-of-page during line-selection

CLASSIC REPORTS EVENTS:
LOAD-OF-PROGRAM
INTIALIZATION
At selection-screen
Start-of-selection
TOP-OF-PAGE
END-OF-PAGE
END-OF-SELECTION

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different methods of passing data?

607


How would you define the exponents for a type ‘f’ field?

626


What are table clusters?

601


What is the first thing you do after vendor setup is complete?

892


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

608






What are the basic components of dialog program?

698


Can we include customizing include or an append structure with pooled or cluster tables?

671


How do you find the information on the current screen? : abap bdc

611


Explain different types of locks?

573


What is a development class? : abap data dictionary

708


Did you create help views?

556


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1768


What is tcode se16?

603


What is is a match code? : abap data dictionary

687


How can we upload a text file having delimiters in to legacy system? : abap bdc

616