Dear All,
In transaction code DC20 we define optical archive, define front end servers(I am specifying two only). Is it required to configure them too along with T codes OAC0, OACT, OAC2, OAC3 for ARCHIVE LINK?
My problem is I am trying to attach documents in MIRO transaction code via archive link in the background. I am using an custom Z RFC for it(Z_XX_CREATE_FILE). Well what we are doing is we are giving the input parameters to this RFC as DOC TYPE, ARCHIVE OBJECT, OBJECT ID, and FILE PATH. Please note that for FILE PATH we are not putting the physical file but we are just passing the path where it is stored( It is stored in different server). So we are passing these input parameters into the RFC through JAVA with JCO.
- If I am trying it out through T code SE37 and just manually passing the values the document is getting attached.
- If I am trying manually by clicking the GOS tab its working.
- If I am trying to push it via JAVA then only it not attaching.
The point where I am not understanding is We have done the same thing in our personal sap system for presentation purpose and it amazingly fine. But the same thing we are doing it in the client server it's not working... . Please note that I am using an id with SAP ALL authorization. The only difference I can find is the configuration in DC20. I had the configuration in DC20 done in our system previously for some other DMS works. But for client it is not present.
So finally my question comes to as is DC20 really required for this kind of an scenario. In DC20 we have a place as define server front end where we have an option from SAP default as PC. The same is not present in the client but its present in my system from where its working.
Any Suggestions on such.