I have one selection screen field which is meant for only
display what will you do
Answers were Sorted based on User's Feedback
Answer / p.lokesh
field to be display but no value is inputed into that
field :.
Ex: code :
parameters : p_matnr like marc-matnr modif id S1.
At Selection-Screen Output.
loop at screen.
if screen-group1 = 'S1'.
screen-input = '0'.
modify screen.
endif.
endloop.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
How to disable the function in alv tool bar.
how to debug a popup window?
Explain data dictionary in abap?
what is template in smartform?
by which function module we are going to put data into sapscript ?
what is the standard script for picking list?
how can we print both side in smartforms? what connects smartform to it's driver program? in which event validation is done?
How do you write a squential file
What is PNP-SW-FOUND
What is the difference between tables and structures?
What is performance tuning?
what are the fields in BDC Data?