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.