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