How can you change properties of screen elements dynamically
in Module pool Programming ?
Answer Posted / vijeta aharwar
In PBO event , loop at screen & modify different screen
element.
eg.-> deactivate a parameter
loop at screen.
if screen-name = 'Material Number'.
screen-Input = 0.
screen-active = 0.
endif.
endloop.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the different between abap and ooabap? Why do we use ooabap?
What is a subroutine?
What are advantages and disadvantages of logical data base
How do you save data in bdc tables? : abap bdc
What does the extract statement do in extract datasets?
What are the steps in a bdc session? : abap bdc
What are the events in screen programming?
What are the events used in abap in the order of execution?
What are the system fields? Explain?
What is meant by a schema? : sap abap hr
What are the drill-down features provided by abap/4 in interactive lists?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
Setting up a BDC program where you find information from?
Can matchcode object contain ids with different update types? : abap data dictionary
In a loop of an internal table, what is the use of at first & at last statements?