I have one selection screen field which is meant for only
display what will you do
Answer Posted / a venumadhav
use the following code in PBO module.
AT SELECTION SCREEN ON
loo0p at screen.
screen-input = 0.
endloop.
modify screen.
OR
in run time u can change the fild in screen internal table
input value is 0.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to convert normal function module to bapi?
What is the master data necessary before you can start posting in MM?
Explain the difference between function group and function module?
What is an update type with reference to a match code id?
What is the difference between a structure and a table? : abap data dictionary
Explain the uses of the simple maintenance interface? : sap abap hr
function modules are also external subroutines. State true or false. : abap modularization
What is collective search help? : sap abap data dictionary
What happens if only one of the commands set screen and leave screen is used without using the other?
What is the definition of modification in an sap system and how do they impact an upgrade?
How did you test the form you developed? How did you taken print?
What are the major steps will you use for tuning?
what is user specific parameter?
What are the events in screen programming?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr