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

Grafics on Screen

joerg_arndt
Participant
0 Likes
648

Hi Friends,

I want to develope something like a screen and on this screen I want to show some moveable Rectangles.

So I can pick and move the rectangles from one place to another within the screen.

Kind of graphicle developement.

I don't know where to start from.

Thanks for a hint.

Rg. Jimbob

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

Hello Jimbob,

SAP Dialog programming doesn't allow moving object on screen. I think this is not possible.

Thanks,

Augustin.

Hi Friends,

I want to develope something like a screen and on this screen I want to show some moveable Rectangles.

So I can pick and move the rectangles from one place to another within the screen.

Kind of graphicle developement.

I don't know where to start from.

Thanks for a hint.

Rg. Jimbob

4 REPLIES 4
Read only

Former Member
0 Likes
594

Hello Jimbob,

SAP Dialog programming doesn't allow moving object on screen. I think this is not possible.

Thanks,

Augustin.

Read only

alejiandro_sensejl
Active Participant
0 Likes
593

Hello jimbob,

with classical dynpros this isn't possible, but this can be done with Web Dynpro (ABAP) and the help of Adobe Flash Islands! For more information about this crazy technique you can have a look at the Blog [Adobe Flash Islands For Web Dynpro ABAP - eLearning|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11900] [original link is broken] [original link is broken] [original link is broken]; by Thomas Jung or the [UI Section|] of SDN.

IIRC drag and drop is also going to to be implemented in Web Dynpro ABAP itself with NW 7.02 (EhP 2).

Best Regards,

Alej

Read only

Former Member
0 Likes
593

Hi,

Yes SAP does not allow Graphis on module pool / SAP screens. If you are able to code something in HTML the whole logic of yours.

you can use HTML controller on the Screen. and display HTML page within this area.

Like this you will be able to have Graphis within regular Screens.

For reference you can see program SAPHTML_EVENTS_DEMO

Regards

Read only

huseyindereli
Active Contributor
0 Likes
593

Moving graphics on screen is not possible. But if you have a gif file and you put this file inside an html container on a screen than you've got your graphic moving.

On the other hand , if you like these things to be dragged and dropped you need to use alv tree or alv grid controls. You can pick any icon within your items(nodes,cells) . Items can be dragged and dropped any location as configured inside these controls. By the help of these controls you can handle drag-drop events.