What are dynamic modifications of a screen? explain in detail?
Answers were Sorted based on User's Feedback
Answer / ashokabap
Change Screen based on user actions....this can be done by using AT SELECTION-SCREEN OUT PUT event....
Referance:
http://www.sapnuts.com/courses/core-abap/classical-reports/classical-report-events.html
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sm
based on the user action the screen should be changed.
eg. let us take a scenario there is a check box and five field in a screen. my requirement is when the check box is checked first two fields should be disabled and other field should be enabled.
so to achieve this action function code should be written to the check box. when the user checks the check box. the function code will be triggered.
if the function code is triggered then the screen field of the first two field should be set as 0.and other screen field should be set input as 1.this is a way if dynamic modification of screen
Is This Answer Correct ? | 7 Yes | 1 No |
What is the definition of modification in an sap system and how do they impact an upgrade?
Explain the disadvantages of abap query tool?
What are the functional areas? User groups?
what are ALV reports? how they are different from normal reports?
What are the types of table fields in the sap abap?
How to create Reports with Radio Buttons, which gives sales information, Delivery information and Billing information. plz mention the detail coding Tahnks, Rahul
Explain get cursor field?
How do you retrieve the data for repetitive structures ? : abap hr
the control commands in the report program are atfirst,atnew,atlast,atend of and what is the difference between them
Significance of Hide?
Explain the differences between interactive and drill down reports?
On which event we can validate the input fields in module programs?