2019 Sep 05 7:19 AM
Hi,
I want to upload a scanned document directly as an attachment in Tcode FB01 or other Standard Tcodes. Let me explain completely about my requirement. SAP has given provision to attach a document in tcodes like FB01 or Me21n. We need to click on add attachment from toolbar and then select the file from the local computer to attach the file. But my requirement is to have a menu button and once user click on this button, then one more screen will be called. There will be 2 buttons on this screen 1.Upload from Scanner 2. Webcam. Once someone select the scanner button, the document will be scanned and this scanned document will be attached with the PO/Accounting document as an attachment. Once we save the PO/Accounting document, the scanned document will also be saved in sap. Please tell me from an ABAP point of view that How to get this functionality?
Regards
Kumar
2019 Sep 05 7:51 AM
Perform some search there are many threads and wiki already written on
There are much less documents on driving a device such a scanner or a webcam but there are some
2019 Sep 10 5:19 AM
Sorry I didn't get your answer. I want to send a scan request from my ABAP program and receive the scanned document in my program. How to achieve this functionality in abap.