hello,
Detailed description of my problem.
there a few entries in production which needs to be entered in Sap.
ztable is to be made for that.
along with each entry there is a bmp picture that also need to be stored.
-------------------------------
as the server space is limited and it would be inconsistent to upload each time a bmp picture
along with each entry, moreover the space consumed will be huge.
------------------------------------
What i want,
in a module pool program(to be made for data entry) ,
a pushbutton will be made and on click of pusbutton
-->> ms paint opens ( i prefer not as dialog but on sap screen like text editor)
and end user draws image on paint screen and finally saves (image will be saved in sap in compressed form)
and finally a report which displays the image.
two main hurdles:
1 display the ms paint on sap screen, not as a separate dialog.
OR -->> some other option is sap where free hand image is allowed to be drawn.
2 how to save that image in sap and atlast display the same in report.
suggest some solutions if any of above could be possible.