cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.tut......

Former Member
0 Kudos

hi

my application is needed to have com.sap.tut package

plz tell me how to get this package and where can i get

this package.

Accepted Solutions (0)

Answers (1)

Answers (1)

MG3
Contributor
0 Kudos

You would have to specify the package while you are creating your component.

Say, for example, if you are creating a DC Project, you would give the vendor's name as com.sap and name as tut/...

If it is not a Development Component(DC) project, simply create a webdynpro project, and while you are creating the component, specify the package com.sap.tut.<name> in the Component Package field.

or if you are looking at renaming an existing package name to com.sap.tut, there is a long process that includes:

1. copy your src folder, open the files under packages with a text pad, search for the occurences of the old package name and replace with the new package name.

2. After this is done, create a new DC project with the required package name, navigate to the project folder and replace the new modified src folder with the old src folder.

3. Open the project in webdynpro perspective and build it, reload+rebuild, repair it a couple of times.

This should solve the package renaming problem.

Regards,

oj