‎2008 Jun 11 1:20 PM
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.
‎2008 Jun 13 2:17 PM
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
‎2008 Jun 13 2:17 PM
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