Skip to Content
1
May 07, 2018 at 11:04 AM

Storage consumption of file GUI_UPLOAD & SCMS_BINARY_TO_XSTRING

283 Views

Dear experts,

In our business process, there is no Document Management System or external SAP Content server.

I am using GUI_UPLOAD function to attach a PDF file from user PC to SAP and convert the Binary content to XString through SCMS_BINARY_TO_XSTRING function.

Then, I move the XSTRING Hexadecimal content to a custom database table field (Type: RAWSTRING) & store it. Everything works fine.

  1. Now, I want to check the Memory storage consumption of my Production SAP system which has over 200 documents now. Please guide me how would I do it?
  2. Is there any better method than this to store user application files if there is no separate SAP content server?