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
Can we create an abap program without using y or z?
Can we set page headers to details lists?
What are the functional modules used in sequence in bdc? : abap bdc
What is alv programming in abap?
What is collective search help? : sap abap data dictionary
What are logical databases? : abap hr
What are the advantages and disadvantages of ABAP query tool?
What are the differences between interactive and drill down reports?
What are the value tables?
What is a collect statement?
Can you create a table with fields not referring to data elements? : abap data dictionary
what is diff between idocs,bdc,rfc and bapi. give real time answer
8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?
What are the various events associated with screen programming?
What is the difference between call transaction method and the session method? : abap bdc