Dear All;
l have the following requirement for Content Server;
- Generate the PR/PO form via print program.
-Approver's signature will be display accordingly by the approval level. EG: 1st level approver 'A' have been approved. Signature of approver 'A' will be display on the generated PR/PO form. - Convert the generated form into PDF format. -To attach the supporting document via Generic Object Services (GOS). -To store the PDF form & attached documents into Archived Link content server with URL address returned.
-An notification mail will send to respective approver based on release strategy configuration.
Basically it is Workflow integrate with Content Server. There are few thing for me to do here:
1. Store the PO/PR document into Content Server
2. Run the workflow and view the attachement and add new attachement to Content Server from the Workflow process.
3. Return the URL address to the user for the document that saved into Content Server
l'm trying to do the first requirement now.
The user will create the PR in tcode ME52N and PO in tcode ME22N, they can create the attachement and view the attachement, and the attachement are stored in the ECC6 database.
l have installed the Content Server 6.40 with Filesystem (not the MaxDB) cause user do not want to buy the MaxDB license.
The Content server 6.4 installation is completed, l can configure the CSDMIN in ECC6,
In OAC0, l have created the Content Repository=ZA,
Document Area = ARCHIVELINK
Storage type = 04 HTTP Content server
Version=0046
Http Server = 10.120.0.10
Port Number = 1090
HTTP Script= ContentServer/ContentServer.dll
Transfer drctry =
10.100.0.10\cm\exdir /# \cm\exdir is a directory in Content Server. #/
the physical directory created in the Content Server as
10.120.0.10\cm\za
In OAC2, l have created a new Document type=ZCS, the document class=PDF
In OAC3, l have created the following:
Object Type= BUS2012, Document Type= ZCS, Link=X, Cont.Rep.ID=ZA, Link=TOA01, Rentention=99
Object Type= BUS2105, Document Type= ZCS, Link=X, Cont.Rep.ID=ZA, Link=TOA01, Rentention=99
(Honestly, l'm not quite sure the BUS2012 will work, it created by functional team, which l'm sure it actually represent the business object for PO and PR)
With these, l think the linkage between business object and logical archive is established, but when l saved the attachement in ME22N and ME52N, the document still save into ECC6 Database, not the Content Server, because in the /cm/za directory in the Content server still empty.
Anyone please advise any documentation/steps do store the document in Content Server from PO/PR and with returned URL to the users.
Please help..
Many thanks
Jordan