
In order to be able to implement your own bundle files in Knowledge Management, you must create a project in the SAP NetWeaver Developer Studio. You can then integrate your bundle files into this project.
Below you can find out which steps are necessary to do this.
SAP NetWeaver Developer Studiois installed. The following settings have been configured there:
Proceed as follows to create a new project:
Choose Next.
Create an empty project
SDA archive properties: deployment type EAR SDA
Choose Finish.
You have now created a new project.
Carry out the following steps to modify this project:
<services> <service name="RFServiceWrapper"> <service-config> <property name="className" value="com.sap.netweaver.rf.wrapper.RFServiceWrapper"/> <property name="startup" value="true"/> </service-config> </service></services>
Then enter the name of your company for the generic placeholder customer:
You have created an example project and can now modify the bundle files.
By default, the bundle files are located at kmbundle → src.api → com.<%your company name%>.km.resource.bundle.
Change the existing bundle files or create new ones in this folder.
See also:
Changing Labels for Properties
Changing Labels and Symbols for Entry Points
Changing the Labels of Commands