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
Can you delete data element, which is being used by table fields?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What is the syntax for ‘call transaction’?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
Explain the inside concept in select-options?
How to transfer data into line items using batch input session method? : abap bdc
What is the use of 'for all entries'?
What are client dependent objects in abap/sap?
Different types of luws. What are they?
What is the use of buffering?
What are the differences between a database index and a match code? : abap data dictionary
What are the value tables?
What actually happens in real-time recruitment? : sap abap hr
Explain what are the events used for logical database?
Which table stores the programs created?