I have one selection screen field which is meant for only
display what will You do?

Answer Posted / gopalakrishna nagalla

At selection screen output .
Loop at screen.

if screen-name = 'Field'.

screen-input = '1'.

endif.

modify screen.

endloop.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define abap/4 layer? : abap data dictionary

595


How to create any functions?

546


Which infotype records can not be deleted ? : abap hr

596


Name some system global variables you can use in abap programs?

540


How do you execute the payroll

2094






After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?

1446


What is an abap dictionary? : abap data dictionary

588


What is human resource information systems (chris)? : sap abap hr

533


Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary

606


What are the uses of the information in the data dictionary? : abap data dictionary

716


What is the purpose of at first and at last?

587


What is the significance of the memory table ‘screen’?

592


What will exactly the hide statement do?

569


What is help view?

552


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

1798