How many times we can use At Selection Screen Output and on
field event in report?
Answers were Sorted based on User's Feedback
Answer / abdul sameer
At Selection Screen Output can be used only once in the
report program.
At Selection Screen On field can be used mutilple times if
the fields are different.
e.g
At Selection Screen On field1
if field1 is empty display error message.
At Selection Screen On field2
if field2 is empty display error message.
Is This Answer Correct ? | 23 Yes | 0 No |
Answer / nageswar
At selection-screen out put is used to hide the partichlat
input variable.we can use one time in the report
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / venkateswarlu
we can use at any times in the repot.
AT SELECTION-SCREEN on output is used to change the
selection screen dynamically.
Is This Answer Correct ? | 2 Yes | 14 No |
what will happen if you don't give occurs clause while creating an internal table?
What is the master data necessary before you can start posting in MM?
What are the different types of abap/4 programs?
which table stores the online messages?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What is the advantage of structures? How do you use them in the ABAP programs?
Can we write inner join between transparent table and cluster table? If both having common fields?
A report has statements like: top-of-page. write :/. End-of-page. write:/. But the end-of-page is not displayed ?please verify?
Polindrome Program for string and Polindrome Program for numbers in ABAP
What are the disadvantages of abap query tool?
most commonly used command in Interactive Reporting?
What is the advantage of structures?