In select-options,how to make high as madatory.....?if we use
obligatory we'll get the low as madatory by default?
Answer Posted / rahaman shariff
This is much simpler..
AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
IF screen-name = 'S_DATE-HIGH'.
screen-required = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
SAP query how to use end users?
Search help exit details.
Select up to 1 row and select single difference ?
How will you transfer data into a file in application server?
What are the list of screen elements?
How is conversion of data types done between abap/4 & db layer?
What are secondary indexes. How can we know which index is being used in a select query?
Different types of luws. What are they?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
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
How will you define posting procedures?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
Difference between .Include and .append?
How do I find the output type of a table or a program?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc