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 ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the modes in which any update tasks work?
How do you execute the payroll
What are internal tables? : abap hr
What is the disadvantage of a call by reference? : abap modularization
What takes most time in SAP script programming?
What are conditional chain statement?
What are th control break events in abap?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
How can we create callable modules of program code within one abap/4 program?
Explain the disadvantages of logical databases?
What are the events used for logical database?
What is view proxy in abap?
What are data classes? What are the various data classes available for selection? : abap data dictionary
What are the aggregate objects in data dictionary? : sap abap data dictionary
What is a predefined type in abap?