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
What is view? Different types of view. Explain?
What are the client dependant objects in abap / sap?
What is web dynpro for abap?
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
when do you need to create an internal table with header line ? and with out a header line?
What are the different types of the variable in the sap abap?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are the requirements a dialog program must fulfill?
How many default tab strips are there? How to insert more tabs in it?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
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
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
How many structures can be created in a Ztable ?
What is design pattern? Provide example .Why are we using it?
What is the significance of delivery class?