2012 Apr 30 10:50 AM
Dear SAP gurus...
We are receiving inbound email, and we are planning to develope a rule in transaction SO50 for saving the email as a DMS document...
Please advice.
method if_inbound_exit_bcs~process_inbound.
try.
data: document type ref to if_document_bcs.
document = io_sreq->get_document( ).
*-------and now run a bapi for creating a dms document ???
Regards,
Erik
2012 Apr 30 10:59 AM
2012 Apr 30 11:17 AM
Thanx for information....
I guess I can run method AS_MIMEDOCUMENT and receive MIME_DATA (data stream), but how can I create a DMS from a data stream ?