In select-options,how to make high as madatory.....?if we use
obligatory we'll get the low as madatory by default?
Answer Posted / ravindra
SELECT-OPTIONS s_matnr for mara-matnr.
AT SELECTION-SCREEN.
if s_matnr-high is INITIAL.
message 'high cant be empty' TYPE 'E'.
ENDIF.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How do you write a function module in sap?
Can you create an internal table dynamically?(at run time)
How many types of tables exists and what are they in data dictionary? : abap data dictionary
What is the collect statement?
What are the different software packets available in the market? : sap abap hr
Abstract class and interface, multiple inheritance, live example
What is abap?
What work you have done in HR module
What are th control break events in abap?
What are the dynapro keywords?
What is the syntax for call transaction? : abap bdc
What are system variable in abap?
Events that can be used in both the classical and interactive reports
In Table Field when display the Name, whose first charecter should be capital letter and rest will be small letter.
What is the disadvantage of using exec sql statement in abap?