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


Please Help Members By Posting Answers For Below Questions

What are the different types of operators in the sap abap?

558


What is the disadvantage of a call by reference?

644


If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?

569


Explain get cursor field?

682


Can a domain, assigned to a data element be changed?

634






Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?

575


​​What is view proxy in abap?

797


Which function module reads the data for particular infotype ? : abap hr

565


How to create a check box/option button in a list?

2468


What are the different abap/4 editors?

589


Rp_provide_from_last contains how many parameters ? : abap hr

893


What are the different abap editors? What is the used of different editors in abap?

580


What is the difference between ABAP and HR ABAP

2997


how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran

2052


What are the attributes of the data? : abap data dictionary

656