How to remove spacing and underline between label and value at selection-screen of subscreen?

Hi, experts.
How to remove spacing and underline between label and value at selection-screen of subscreen?

 

SELECTION-SCREEN : BEGIN OF SCREEN 247 as SUBSCREEN.
PARAMETERS : werks type ekpo-werks,
matnr type matnr,
lgort type EKPO-LGORT.
SELECT-OPTIONS : so_data for budat.
SELECTION-SCREEN : END OF SCREEN 247.

 

PROCESS BEFORE OUTPUT.
MODULE STATUS_0240.
call SUBSCREEN sub
INCLUDING sy-repid ‘0247’.
PROCESS AFTER INPUT.
call SUBSCREEN sub.
MODULE USER_COMMAND_0240.
Scroll to Top