2008 Apr 04 6:33 PM
Hi,
I am creating one layout using SAP Scripts. In the requirement I have to put checkboxes.
So, Please help me how to put the check boxes in the text editor....
Provide me coding....
Thank you.
Kumar
2008 Apr 04 7:48 PM
hi it had many ways,
1 .In a window go for text elements & then go for change editor & use the following:
Insert->Characters->SAP symbols->SYM_CHECKBOX
It will not show checkbox in print preview. Take a printout.
2.There will be a ICON name for the Checkbox, may be using this we can do that. put the CANCEL there, this will be shown as Clicked checkbox in the output. for this one you need to you use the Function module 'ICON_CREATE'
regards,
venkat.
Hi,
I am creating one layout using SAP Scripts. In the requirement I have to put checkboxes.
So, Please help me how to put the check boxes in the text editor....
Provide me coding....
Thank you.
Kumar
2008 Apr 04 6:59 PM
2008 Apr 04 7:48 PM
hi it had many ways,
1 .In a window go for text elements & then go for change editor & use the following:
Insert->Characters->SAP symbols->SYM_CHECKBOX
It will not show checkbox in print preview. Take a printout.
2.There will be a ICON name for the Checkbox, may be using this we can do that. put the CANCEL there, this will be shown as Clicked checkbox in the output. for this one you need to you use the Function module 'ICON_CREATE'
regards,
venkat.