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 |
What are the select-option fields?
what is actaul procedure of session method of bdc. pls me complete steps.
How to upload data using CATT ?
what is the process of dialog program from first to last?
what is version in reports?
what is at new carrier
which commands are allowed if you are working with an internal table of type sorted?
Explain get cursor field?
How to upload more than 2GB file from External Source to SAP?
variant attached in the report. can be transportable from one server to another server
what are different types of message types available for ale/idocs
how to retrieve the field label of data element in reports.(not in alv)