Answer Posted / preethi
INITIALIZATION IS THE FIRST EVENT WHEN U R WRITING THE
REPORT.
IT WILL TRIGGERS BEFORE DISPLAYING THE SELECTION SCREEEN.
THIS EVENT IS USED TO PROVIDE DEFAULT VALUES TO THE
SELECTION SCREEN.
BUT DIRECTLY WE GIVE DEFAULT VALUES TO THE SELECTION SCREEN
USING DEFAULT KEY WORD FOR SELECT-OPTIONS STATEMENT.
THE USE OF INITIALIZATION EVENTS IS WE HAVE TO CALCUTATE
THE LOW AND HIGH VALUES IN THE INITIALIZATION EVENT THEN IT
WILL DISPLAY ON THE SELECTION SCREEN.
FOR EX:
LOW = SY-DATUM.
HIGH = 10 + SY-DATUM.
HERE WE ARE NOT GIVING DIRECT VALUES TO THE SELECTION SCREEN
WE ARE CALCULATING THE HIGH VALUE THEN AFTER WORDS WE ARE
GIVING THE HIGH VALUE TO THE SELECTION SCREEN.
SELECT-OPTIONS : EVBELN FOR VBAK.
INITIALIZATION.
EVBELN-LOW = '7580'.
EVBELN-HIGH = '7590'.
EVBELN-SIGN = 'I'.
EVBELN-OPTIONS = 'BT'.
I MEANS INCLUDE. THOSE 7580 AND 7590 ARE INCLUDED.
IF WE USE E EXCLUDE.
BT MEANS BETWEEN .
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the types of data types in the sap abap?
How to add a column to a table control while using alphanumerical layout editor ?
Differentiate database index and match code.
Which transaction code can I used to analyze the performance of ABAP program.?
Difference between sap script and report?
What is a transport?
What are the function modules used to create batch input session? : abap bdc
How the at-user command serves mainly in lists?
What are the uses of secondary indexes?
Explain the difference between get and get late?
How the transaction that are programmed by the user can be protected?
Can matchcode object contain ids with different update types? : abap data dictionary
What are the contents in technical specifications?
Can you define a field without a data element?
What is a batch input session? : abap hr