Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Urgent....

Former Member
0 Likes
435

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
417

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.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
417

Try with simple way of as checkbox in the script.

Read only

Former Member
0 Likes
418

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.