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


Please Help Members By Posting Answers For Below Questions

What is its? : abap hr

802


What is a match code? : abap data dictionary

839


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?

948


Where do you find info on new developments in SAP?

1751


What is an abap instance?

818


What is Buffering Concept? When should a Table be buffered?

12308


Can a transparent table exist in the data dictionary but not in the database physically?

815


How to handle error in session method? : abap bdc

929


While sorting field groups we cannot use more than one key field. State true or false. : abap modularization

791


What are the two ways for restricting the value range for a domain? : sap abap data dictionary

978


What is web dynpro for abap?

785


What are aggregated objects

742


Explain what are the system fields? Explain?

754


Name a few data dictionary objects?

835


How we format the data before writing a statement in the report?

700