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


Please Help Members By Posting Answers For Below Questions

What is open sql?

572


What is the difference between sy-tabix and sy-index? Where it is used?

749


What are the different abap editors? What is the used of different editors in abap?

564


What is the difference between semi-monthly and Bi-weekly payroll area

3009


What is the difference between collect and sum?

568






What are the components of sap scripts? : abap hr

578


Of the two call transaction and session method, which is faster?

685


Explain Singleton class

831


Did you create help views?

547


What are the disadvantages of logical databases?

659


How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?

1670


What is sapnet?

875


What are the domains and data elements?

912


Explain what are standard layouts sets in the sap script?

931


Can a domain, assigned to a data element be changed?

626