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

Answer Posted / sagar

Yes,You are right.If we write statement as :
Select-options : vbeln for vbrk-vbeln obligatory.
then low value gets mandatory.

We have to write as :
Select-options : vbeln for vbrk-vbeln.
Now vbeln field is not mandatory.
Now we have to explicitly write code for making high value
mandatory in AT SELECTION-SCREEN event.

At selection-screen.
loop at vbeln where high is initial.
endloop.
IF SY-SUBRC ne 0.
MESSAGE 'HIGH VALUE CAN NOT BE BLANK' TYPE 'E'.
ENDIF.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of parameters? How can you distinguish between different kinds of parameters?

542


What is maintenance view?

593


Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr

632


how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul

3410


What is the difference between a structure and a table?

548






Which FM do you use to find out who is reporting to whom

5168


What are the 2 other types of views, which are not allowed in release 3.0?

623


How to convert the Unit for 'Distance' (The value from one Unit to another).

1430


Specify the types of data dictionary objects.

507


What are the check tables?

554


How do you get the number of lines in an internal table?

614


What is the use of table maintenance allowed?

541


If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?

559


What is a data element?

534


What are the disadvantages of different types of bdc's?

614