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
415

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

Former Member
0 Likes
389

Hi,

What SAP can do with graphics is summarized in transaction GRAL.

To do 2D graphics i think the only solution is to use the function module GRAPH_HPGL (see exemple program GRHPGL_1).

Instructions to plot a graphic using HPGL can be found on the internet

Check this link to start:

[http://lprng.sourceforge.net/DISTRIB/RESOURCES/HPGL_short_summary.html|http://lprng.sourceforge.net/DISTRIB/RESOURCES/HPGL_short_summary.html]

Regards

1 REPLY 1
Read only

Former Member
0 Likes
390

Hi,

What SAP can do with graphics is summarized in transaction GRAL.

To do 2D graphics i think the only solution is to use the function module GRAPH_HPGL (see exemple program GRHPGL_1).

Instructions to plot a graphic using HPGL can be found on the internet

Check this link to start:

[http://lprng.sourceforge.net/DISTRIB/RESOURCES/HPGL_short_summary.html|http://lprng.sourceforge.net/DISTRIB/RESOURCES/HPGL_short_summary.html]

Regards