Create SAP DMS document using xstring If you want to create SAP DMS document tor just creation of file using binary data, this FM code will help you in that. You can also use this code in API to integrate with non SAP system. This FM first generates the file on application server using binary data, ...
ABAP Code to Read SAP DMS Document Binary Output If you have a requirement, to read the SAP DMS document data in any rest api or odata service by passing the DMS document number as input and getting binary output in xstring format , you can use this Function Module Code Source code _________________...