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

2 D Graphics

atul_pande
Explorer
0 Likes
403

Hi All,

I have some requirement from pharmaceutical client.They have developed software for Medicine Tablet Cover Packing.

I need to map this software functionality in SAP.

They have defined length and width of printed sheets,later in process these has been shaped in Packets / Boxes for packing the medicines strips.

Software works like as below

User inputs values for Column and Rows on a sheet.All boxes on a sheet manages as per row and colm.

Suppose sheet has 14" x 10" dimensions , after cutting the sheet by box / packets size ,software gives how much space on sheet is being used,other remainig part will be wastage in percentage and also gives 2 D graphical presentation for number of boxs on sheet.

In what way shall i developed the same in ABAP?

or Is it possible in ABAP?

Please guide me.

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
385

easy solution: display an ALV grid with number of rows and columns as calculated by the program

hard solution (but nice to see) is to display a HTML page into an embedded HTML viewer. The graphics are generated either by javascript either in SVG format

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
386

easy solution: display an ALV grid with number of rows and columns as calculated by the program

hard solution (but nice to see) is to display a HTML page into an embedded HTML viewer. The graphics are generated either by javascript either in SVG format