
This procedure describes how to integrate and use the available KM services and complex types in your composite application. You can use these predefined services in associations with custom-defined business objects or in the implementation of the application services you created in your composite application.
To use Knowledge Management (KM) in CAF you need to configure SAP NetWeaver 7.0 to serve as a provider system for your SAP NetWeaver Composition Environment. We refer to SAP NetWeaver 7.0 as a provider system and to SAP NetWeaver Composition Environment as a consumer system. You must have configured access rights and created default users for the provider and the consumer systems.
More information: Configuring CAF for Knowledge Management Integration .
More information: Creating Business Objects .
with the quick info text Add Dependency.More information: Creating Application Services .
with the quick info text Add Dependency.DocumentServiceLocal docSvc = getDocumentService(); Document docCr = docSvc.create(getFileName(DocFilePath),null) ;
DocumentServiceLocal docContentLocal = getDocContentService();
More information: Predefined Services and Data Types .
More information: Creating a Technical User .
More information: Configuring CAF Security and Repository Managers.
More information: Cleaning Temporary Documents in KM .
You can test your application in the Service Browser.
After you have integrated a KM Document in your composite application you can create versions and lock and unlock the document.
More information: