cancel
Showing results for 
Search instead for 
Did you mean: 

​How do we handle namespace in WEBIDE

former_member604020
Discoverer
0 Kudos

How do we handle namespace in WEBIDE if we have a namespace named " /ABC/ " ? We can put namespace/projectname under project name and

namespace/packagename name under package name while creating new BSP application on-premise through eclipse.How do we achieve samething from webIDE full stack?

Accepted Solutions (1)

Accepted Solutions (1)

gregorw
Active Contributor

For the namespace in your UI5 Project you should use the naming convention used in Java i.e.:

com.company.project.app

When deploying to the ABAP backend you can use the ABAP namespace for the created BSP application and place that in an existing package of your ABAP namespace.

Answers (1)

Answers (1)

former_member604020
Discoverer
0 Kudos

Thanks Gregor.

What if we have already created some projects with namespace of some other name and if we wanted to rename namespace to another, will it be ok if i rename namespace in all files in the entired project? Will they register namespace in any registry or some where while creating a project other than in files?