on ‎2015 Jun 02 9:41 AM
Request clarification before answering.
Hello,
To the best of my knowledge the files shown under UJFS are not actually saved in the file system. You can check and verify this. All sap related files are saved in specific directories. You can use t-code AL11 to check the diretory path for all SAP files. As far as I know the content of the files are saved in tables as blobs and they are found through unique ids. At least that is the way it used to be in the early days of BPC on NW platform.
Regards,
Leila
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank You for your quick reply.
So need your confirmation if you have come across any of these functionalities in SAP BPC. I am not talking about Embedded BW / IBP on S4HANA.
- Document archiving using ArchiveLink functionality (out of the box in SAP ERP)
- Post processing framework (PPF): For Output Management
- SAP DMS: PLM functionality to integrate external content server, file server etc.
Br,
Santanu
Hi Apoorva,
I'm sure you can try debug the standard UJBR and see how SAP is reading the documents, then you can use those code to create your program to save to a server somewhere.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Apoorva,
"My requirement is to archive them" - what do you mean by archive? You can backup the whole environment or you can download the documents from UJFS... What's the issue?
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Vadim,
Sorry so late reply!!!
By archiving, I mean to keep the documents saved on server only at some other location not at tables so that they can be accessible by all users for future reference.
As you have mentioned to download the document, but that would be on specific machine, but the requirement is to keep them on server so that can be access by any user.
Regards,
Apoorva
Hi Vadim,
The main requirement from the Client was to attach the documents with Journals posted in BPC.
So with the help of below link I have given them a workaround as mentioned
http://scn.sap.com/thread/1011329
But now client has question on performance of the system by following this approach, as they have many docments to attach. So they are asking if archiving is possible for the same.
Regards,
Apoorva
Vadim,
We are running BPC 10.1 on top of BW Hana database. AS mentioned by other colleagues, the Documents attached to BPC are not stored in any application file system in Netweaver. They are stored in tables UJF_DOC and UJF_DOCTREE. Now from a performance perspective, If I keep attaching 10000 files a month, which is our requirement, it will start consuming HANA memory and it may cause performance issues with UJFS.
When you say generic file server, can you provide some more details about it? I would like to understand how attachments loaded to BPC and saved in these two tables can easily be moved to an alternative storage/generic file server/archive link/data content management, preserving the context you added to the document when using EPMCellContextDocument to upload it.
Thanks.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.