Greetings Abapers
Im having a bit of trouble with my selection screen. Currently it includes to input boxes but i only want it to include one. The code is:
selection-screen: begin of block b01 with frame title text-b01.
select-options: p_appl for tcacs_appl-applkernel obligatory.
*PARAMETERS: lv_appl LIKE lt_CACS_STMRNJO-appl OBLIGATORY.
lv_appl = p_appl-low.
selection-screen: end of block b01.
Any help will be greatly appreciated.