I have one selection screen field which is meant for only
display what will You do?
Answer Posted / gopalakrishna nagalla
At selection screen output .
Loop at screen.
if screen-name = 'Field'.
screen-input = '1'.
endif.
modify screen.
endloop.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to convert the Unit for 'Distance' (The value from one Unit to another).
Does every abap/4 have a modular structure? : abap modularization
Explain the different types of mode (run code) in call transaction method?
Explain the differences between interactive and drill down reports?
How can we create callable modules of program code within one abap/4 program?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
What are local objects?
What two statements would be used to exchange data between programs using abap memory?
Explain sap abap 3-tier architecture?
If yes then why do we require logical database
Explain the disadvantages of abap query tool?
How to get that a secondary index is attached to a select query?
How can we create callable modules of program code within one abap/4 program? : abap modularization
What are datasets in abap?