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

include checkbox in sapscript?

former_member537489
Participant
0 Likes
1,162

Dear experts,

please help me in the following matter:

I need to include a checkbox in tha MAIN window of a sapscript. This is dynamic which means I cannot use the box command.

Can you refer another way?

Thank you in advance,

Roxani Athousaki

7 REPLIES 7
Read only

Former Member
0 Likes
885

Hi Roxani,

do you mean an interactiv in/out-Field as checkbox in abap

or

a simple output-box as 1 character-field?

Regards, Dieter

Read only

0 Likes
885

no, not interactive,

just a simple checkbox, like a small square.

is there a symbol to insert to achieve this?

thanks

Read only

0 Likes
885

Hi Roxani,

i thinks it's this (SYM_LARGE_SQUARE):

<727>

for example:

<727> &EKPO-MATNR&

Regards, Dieter

Read only

0 Likes
885

so, what exactly should I write into my sapscript window?

Read only

0 Likes
885

Hi Roxani,

look at my example line.

or do this:

go with SE71 to your sapscript. Go to Windows and mark f. example

MAIN and press F9.

go to the line where you want to insert the box.

Than take INSERT->CHARACTERS->SAP-SYMBOLS.

Here you see a list of possible Sysmbols.

Take doublle-Click of SYM_LARGE_SQUARE

and you get it.

Hope it helps.

Regards, Dieter

Be careful, you see the only when sapscrip is printed,

not on disply-mode (screen).

Regards, Dieter

Message was edited by:

Dieter Gröhn

Read only

0 Likes
885

Thank you Dieter,

I do that but I cannot see it in my print priview...I see an unidentified character in its place.

Read only

0 Likes
885

Hi Roxani,

you can see the box only when you print it, not in preview.

Test it.

Regards, Dieter