InterviewSolution
| 1. |
What Is A Screen Group? How It Is Useful? |
|
Answer» SCREEN group is a field in the Screen Attributes of a screen. Here we can define a string of up to four characters which is AVAILABLE at the screen RUNTIME in the SY-DNGR field. Rather than maintaining field SELECTION separately for each screen of a program, we can combine logically associated screens together in a screen group. Screen group is a field in the Screen Attributes of a screen. Here we can define a string of up to four characters which is available at the screen runtime in the SY-DNGR field. Rather than maintaining field selection separately for each screen of a program, we can combine logically associated screens together in a screen group. |
|