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: 

GUI control to draw free-style lines, polygons etc. on SAP screen

Former Member
0 Kudos

Hi,

I wonder if there is an existing GUI component to draw free-style lines, polygons etc. on SAP screen. CL_GUI_PICTURE, CL_GUI_HTML_VIEWER are not sufficient for my requirement. I want to call methods of the component to draw the shapes, prodiving the coordinates, line thickness and color features. So the component must provide a canvas-like attribute and some proper methods for the drawing operations. For example, in .NET, Panel component provides Graphics component in its Paint event which exposes methods like DrawLine, DrawPolygon with some input parameters for developers to make drawing on Panel object.

Kind regards,

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

i feel this can be done using the bsp or webdynpro. not using ABAP purely.

Former Member
0 Kudos

hi,

SAP is not suport for this requierment. but you can try OLE concept. it may help you.