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
When you prefer lsmw?
How to know if the value entered contains records or not?
How do you find out who has transported a transport request?
Can a transparent table exist in the data dictionary but not in the database physically?
What are the list of screen elements?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
Explain about Recording Function?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
How does the interface between the dynpro and the abap/4 modules take place?
Control Break statements- At new...endat.
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is the meaning of client independent?
Explain what is the purpose of sap script?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me