‎2008 Jun 11 10:25 AM
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 16 12:27 PM
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
‎2008 Jun 16 12:27 PM
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