Skip to Content
0
Former Member
Jul 14, 2008 at 02:54 PM

Declaring a checkbox parameter

37615 Views

I know you can do this via GoTo in the menu in the top, but I'm wondering how do you code a checkbox parameter that would show a text longer than 8 characters.

Example:

SELECTION-SCREEN BEGIN OF BLOCK selection1 WITH FRAME.
SELECT-OPTIONS s_vbeln FOR vbak-vbeln.
SELECTION-SCREEN SKIP.
PARAMETERS p_chkbox AS CHECKBOX DEFAULT ''.
SELECTION-SCREEN END OF BLOCK selection1.

I want my checkbox to be displayed as "Click here if you could code me so I have more than 8 characters !"

How do I code that ?

Thanks in advance

Avraham