What is the best method to store Word documents on SAP? I have a requirement for developers to create unit test scripts and then load them into SAP to enable them to be referenced by other programs. They will have to be stored within a certain hierarchy as well like a directory structure.
Any help much appreciated!
Hi!
You can inspect BDS (Business Document Service) utilities (Transaction: OAER).
Or it may be a solution to store your files in cluster tables (For more details: Get help about IMPORT/EXPORT statements in ABAP).
Add a comment