The default and minimum values of multiple start items of the date-select-option

Source: Internet
Author: User

Minimum entry: ************************ * *************** SELECTION-screen begin of block block1 with frame title text-001. "SELECT Screen Block SELECT-OPTIONS: s_xianb FOR zppr003-xianb OBLIGATORY.SELECT-OPTIONS: s_date FOR zppr001-riqi OBLIGATORY. SELECTION-screen end of block block1. **************************************** * *************************** INITIALIZATIONINITIALIZATION. DATA p_ I _day_start LIKE sy-datum. DATA p_ I _day_end LIKE sy-datum. CONCATENATE sy-datum + 0 (6) '01' INTO p_ I _day_start. call function 'rp _ LAST_DAY_OF_MONTHS 'EXPORTING day_in = p_ I _day_start IMPORTING last_day_of_month = p_ I _day_end. s_date-low = p_ I _day_start. s_date-high = p_ I _day_end. APPEND s_date. default values for starting multiple items: ************************ * *************** SELECTION-screen begin of block block1 with frame title text-001. "SELECT Screen Block SELECT-OPTIONS: s_xianb FOR zppr003-xianb OBLIGATORY.SELECT-OPTIONS: s_date FOR zppr001-riqi OBLIGATORY. SELECTION-screen end of block block1. **************************************** * *************************** INITIALIZATIONINITIALIZATION. s_xianb-low = '10 '. s_xianb-option = 'eq '. s_xianb-sign = 'I '. append s_xianb. s_xianb-low = '20 '. s_xianb-option = 'eq '. s_xianb-sign = 'I '. append s_xianb.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.