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
What are different ABAP editors? What are the differences?
What are the differences between a database index and a match code? : abap data dictionary
What are the fields in a bdc_tab table? : abap bdc
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What happens if a function module runs in an update task?
What is the structure of bdcmsgcoll? : abap bdc
What is bdc programming? : abap bdc
Under Data Transfer Portion of ABAP, what do you mean by DX Project
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
What is a 'z' report?
What is the meaning of sap r/3?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is projection view?
What is the role of ‘refresh’ in internal table?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.