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 is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What is sapnet?
Explain open dataset in sap abap?
Select query optimisation
What does the insert statement in extract datasets do?
Can we reuse a userexit?
What is an abap/4 query? : abap hr
Explain what is step-loop?
What are extracts?
How to find the return code of a statement in abap programs?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
Why cant we use Normal function module for data transfer?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What is the Process to transfer IDOC from Outbound System to Inbound system.
Explain the difference between open_form and close_form?