cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Web IDE Deployment to ABAP Repository

0 Kudos

HI Experts,

Please guide me how to deploy my application to ABAP Repository. I am getting below information message and after pressing OK, Wizard to download in ABAP repository is not coming. I would like to store this application as local. I do not want to set-up a project for deliverable to customers.

As per information given, I added sap-ide-external=true in URL. But that is also not working.

https://webidecp-i071652sapdev.dispatcher.int.sap.hana.ondemand.com/sap-ide-external=true

Regards,

Ashutosh

Accepted Solutions (0)

Answers (2)

Answers (2)

michal_keidar
Active Contributor

Hi,

Please add the sap-ide-external=true parameter in order to CREATE an external project from a template, not in order to deploy an internal one. This is not valid.

When working in an internal Web IDE, projects created from a template are generated in a Maven structure (i.e. with a pom.xml).

These projects are to be deployed via the internal mechanism and NOT via Web IDE, that is why we block this option.

You should do the following:

1. Work in an external-like Web IDE (e.g. your trial account). If you can't for some reason, then turn your internal environment into an external one by adding the sap-ide-external=true parameter.

2. Create your project from a template

3. Deploy it

*Notice that sap-ide-external=true is a URL parameter, so you need to add '?' before adding it, according to URL conventions.

Regards,
Michal.

cain_sun
Participant
0 Kudos

Hi Michal, I am a little bit confused by the versions of web IDE. what is the meaning of the word 'Internal' here? for an SAP internal employee, which version shall we use? a trial or a paid version?

michal_keidar
Active Contributor
0 Kudos

You can use your own trial account either on the productive landscape on hanatrial or the internal trial on Canary landscape.

Regards,
Michal.

cain_sun
Participant
0 Kudos

Thanks for your reply.

0 Kudos

Thank you very much. Its working now.