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

How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

567


can anyone please tell me, in orient paper mill project which fields exits for creating report.

1278


What are the functional modules used in sequence in bdc? : abap bdc

582


How to Raise a Particular Ticket in Realtime ?

1638


What is the Process to transfer IDOC from Outbound System to Inbound system.

1679






send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2419


What is the difference between function group and function module?

522


Explain enhancements

876


How do you use structures in the abap programs?

598


Which transaction code can I use to analyze the performance of abap program?

558


What are the two different ways of building a match code object?

592


What is tcode se16?

603


Explain the disadvantages of logical databases?

555


What are the organizational related Infotypes

1568


what is mean be On Change of in Control Break statement

853