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
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Can we use on change of between select and endselect?
What are the different types of work process?
Explain the advantages/disadvantages of logical databases?
Module Pool Programming: Events and Table Control handling.
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
What are the types of bdc s?
What actually happens in real-time recruitment? : sap abap hr
What is lock mechanism? How do we create lock objects in abap?
What are client dependant objects in abap/sap?
Difference between BDC vs Direct Loads?
When the top-of-page event does get triggered?
What is interactive reporting?
Differentiate between transparent tables, cluster tables and pooled tables