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
Difference between domain and data element? What are aggregate object?
What is a function group? : abap modularization
What is function group?
What are the different methods of passing data?
How to write a code in tab control? : abap bdc
What is the significance of the memory table ‘screen’?
What is abap work bench?
what is leave to TRANSACTION?
What is sequence of event triggered in report?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What is value table?
Explain what is sap script?
How to find the return code of a statement in abap programs?
What are screen painter? Menu painter? Gui status?
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?