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 its? : abap hr
What is a match code? : abap data dictionary
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Where do you find info on new developments in SAP?
What is an abap instance?
What is Buffering Concept? When should a Table be buffered?
Can a transparent table exist in the data dictionary but not in the database physically?
How to handle error in session method? : abap bdc
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What is web dynpro for abap?
What are aggregated objects
Explain what are the system fields? Explain?
Name a few data dictionary objects?
How we format the data before writing a statement in the report?