‎2007 May 14 3:20 PM
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
‎2007 May 14 3:24 PM
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
‎2007 May 14 3:27 PM
no, not interactive,
just a simple checkbox, like a small square.
is there a symbol to insert to achieve this?
thanks
‎2007 May 14 3:31 PM
Hi Roxani,
i thinks it's this (SYM_LARGE_SQUARE):
<727>
for example:
<727> &EKPO-MATNR&
Regards, Dieter
‎2007 May 14 3:38 PM
‎2007 May 14 3:50 PM
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
‎2007 May 14 4:26 PM
Thank you Dieter,
I do that but I cannot see it in my print priview...I see an unidentified character in its place.
‎2007 May 15 8:40 AM
Hi Roxani,
you can see the box only when you print it, not in preview.
Test it.
Regards, Dieter