I have one selection screen field which is meant for only
display what will you do
Answer Posted / 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 |
Post New Answer View All Answers
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
How can you distinguish between different kinds of parameters?
What are the parameter types for a method?
Tell me a scenario where did you use secondary index?
What are the attributes of a field that can be activated or deactivated during runtime?
What are the uses of interactive reporting?
What is the tcode to create indexes?
What is a size category?
What are the different types of the variable in the sap abap?
What are pooled tables?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
List some of the many different ways that the sap standard functionality can be changed by a customer?
How do you set up background jobs in sap? What are the steps?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
How will you insert record in a sorted table