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

Which bdc you prefer? : abap bdc

705


Explain about workbench request and customization requests?

607


What is difference between check table and value table ?

635


How will you transfer data into a file in application server?

583


What is difference between dialog program and a report?

587






hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me

1766


What are the types of data types in the sap abap?

472


Some Realtime Examples on Exits .

1714


How to combine multiple billing into one RV document ( Step by Step)?

1533


what is defference between repository and non repository Object?

6679


What is personnel sub are

1570


what is user specific parameter?

1668


What is the last entry in all bdc tables? : abap bdc

590


How to get that a secondary index is attached to a select query?

939


What is the reserve command?

660