InterviewSolution
| 1. |
What Is The Difference Between At Selection Screen And At Selection Screen Output? |
|
Answer» AT SELECTION-SCREEN OUTPUT is like Process Before Output Event. This WOULD get triggered before screen is DISPLAYED. This can be used to make fields invisible/visible based on selection. AT SELECTION-SCREEN: This would be triggered if you hit anything (Enter, Drop-Down, Help, EXECUTE) after the selection screen is displayed. AT SELECTION-SCREEN OUTPUT is like Process Before Output Event. This would get triggered before screen is displayed. This can be used to make fields invisible/visible based on selection. AT SELECTION-SCREEN: This would be triggered if you hit anything (Enter, Drop-Down, Help, Execute) after the selection screen is displayed. |
|