In select-options,how to make high as madatory.....?if we use
obligatory we'll get the low as madatory by default?

Answer Posted / rahaman shariff

This is much simpler..
AT SELECTION-SCREEN OUTPUT.

LOOP AT SCREEN.

IF screen-name = 'S_DATE-HIGH'.
screen-required = 1.
MODIFY SCREEN.
ENDIF.

ENDLOOP.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the update types possible?

601


What is the use of the raising exception? : abap modularization

509


What are different ABAP editors? What are the differences?

584


How do you set up background jobs in sap?

559


What are the drill-down features provided by abap/4 in interactive lists?

588






Explain what are extracts?

622


What is the transaction for recording bdc ? : abap bdc

598


Can you delete data element, which is being used by table fields. : abap data dictionary

658


What are the names of the function modules that will be generated upon activation of a lock object?

542


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

699


hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.

1539


What are the two levels in defining a match code? : abap data dictionary

595


In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.

1588


What is SAP Data conversion ?

627


hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display

2551