cancel
Showing results for 
Search instead for 
Did you mean: 

How to turn a Portal application module to Portal Application Standalone?

Former Member
0 Kudos

Hello,

I have created an enterprise portal DC of type Portal application module. I would like to turn it into Portal Application Standalone so that it can be packed in SDA. Is there any "tweak" to change the configuration of the existing one? I prefer not to delete the existing one and recreate new one instead...

Thanks,

Roy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For those of you who are interested, the solution is to amend the .dcdef file under _comp directory:

replace:

<sub-type>Portal Application Module</sub-type>

with:

<sub-type>Portal Application Standalone</sub-type>

And replace:

<pns2:package-sources xmlns:pns2="http://xml.sap.com/2004/06/PortalPlatform">false</pns2:package-sources>

with:

<pns2:sda-type xmlns:pns2="http://xml.sap.com/2004/06/PortalPlatform">EAR</pns2:sda-type>