What are dynamic modifications of a screen? explain in detail?
Answer Posted / 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 |
Post New Answer View All Answers
Can a domain, assigned to a data element be changed?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
How to pass data from list to report?
What is the logo in sap script?
What are the components of sapscript?
What is difference between check table and value table ?
What are the two statements which are required in an abap program to output an icon using a write statement?
What is step-loop?
How we format the data before before write statement in report ?
What is a maintenance view? : abap data dictionary
What is the difference between field-group header and other field groups?
What are the different types of locks? : abap data dictionary
What is the different between template and a table?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What is buffering in abap?