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 structure of bdcmsgcoll? : abap bdc
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What is the differences between structure and table in data dictionary in abap?
How do you find the information on the current screen? : abap bdc
SAP query how to use end users?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Explain the differences between at selection-screen and at selection-screen output?
Explain the properties of selection screen?
Can i Have Some Examples on Enhancements.
Can you create an internal table dynamically?(at run time)
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Can you set up background processing using call transaction?
Can i have some Realtime Scenarios on Reports.
What are the update types possible? : abap data dictionary