The first two should have a character type and the last two a
numeric type. Separate each pair in the selection screen using selection screen blocks. Both blocks
should contain a frame so it's possible to see the separation between them. Each frame should have
a title. Also, define a text for each parameter label using text elements.
Solution:
REPORT z_abap101_084.
SELECTION-SCREEN BEGIN OF BLOCK b01 WITH FRAME TITLE text-b01. " Define in text
elements
PARAMETER p_text TYPE string. " Define in text elements
PARAMETER p_char TYPE c LENGTH 10. " Define in text elements
SELECTION-SCREEN END OF BLOCK b01.
SELECTION-SCREEN BEGIN OF BLOCK b02 WITH FRAME TITLE text-b02. " Define in text
elements
PARAMETER p_int TYPE i. " Define in text elements
PARAMETER p_p TYPE p LENGTH 10. " Define in text elements
SELECTION-SCREEN END OF BLOCK b02.

Serkan AKKAVAK
Computer Engineer
ABAP Developer & SAP S/4 HANA Logistics Consultant
Contact : serkurumsal@yandex.com