In select-options,how to make high as madatory.....?if we use
obligatory we'll get the low as madatory by default?
Answer Posted / anand
There is only one change required in the given code and
that is IF SY-SUBRC eq 0.
Then the code will look like this
At selection-screen.
loop at vbeln where high is initial.
endloop.
IF SY-SUBRC EQ 0.
MESSAGE 'HIGH VALUE CAN NOT BE BLANK' TYPE 'E'.
ENDIF.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What happens if we use leave to list-processing without using suppress-dialog?
In the MM module for finding out the standard cost what is the view one has to look at?
What is generic area buffering in abap?
What is the difference between a dialog program and a report?
How many default tab strips are there? How to insert more tabs in it?
What is foreign key relationship? : abap hr
Explain read dataset in sap abap?
Explain the different types of view?
What is a 'z' report?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is a table pool?
What is a help view? : abap data dictionary
What is a table attribute? : abap data dictionary
How do you execute the payroll
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?