Application Development 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: 

how to draw polygon in screen ?

Former Member
0 Kudos

HI,everyone,

Can anyone tell me how to draw polygon in screen ?

anything is helpful.

ths!

1 ACCEPTED SOLUTION

LucianoBentiveg
Active Contributor
0 Kudos

May be you can take something from report:

GRSTAT_2

Regards.

6 REPLIES 6

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

In a list report? Using WRITE statements? Or in a dynpro. If in a dynpro, you can implement a picture control using CL_GUI_PICTURE. Please see transaction DWDM for examples.

Regards,

Rich Heilman

0 Kudos

ths!

but can't resolve my problem .

but thank you very much!

0 Kudos

Ok, what <u>exactly</u> are you trying to do?

Regards,

Rich Heilman

0 Kudos

X-man,

ABAP is a business language. It is NOT a graphical language.

To Rich's point, what are you trying to do?

Might I suggest VB or VC++ instead?

0 Kudos

Hi,

Have you tried using the standard icon 'ICON_DRAW_POLYGON' which is available in the ICON table?


REPORT  ZPICON.
INCLUDE ICONS.
write: / ICON_DRAW_POLYGON as icon.

Regards,

Suresh Datti

LucianoBentiveg
Active Contributor
0 Kudos

May be you can take something from report:

GRSTAT_2

Regards.