cancel
Showing results for 
Search instead for 
Did you mean: 

Exporting Java Add in and Importing to Standalone Java system

Former Member
0 Kudos

Hi,

I have a requirement to export Java system which is ABAP+JAVA and build a new standalone Java system through import. Is it possible, if so please provide any documents or links.

Thanks

Shiv

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

1) you have to install a java standalone from scratch ,

2) use the 'system copy/source sytem' option of the sapinst tool to export the java schema

3) with the 'system copy/target system'' option , import your schema on the standalone WAS

4) Reconnect your WAS JAVA standalone to your WAS Abap if necessary .

Former Member
0 Kudos

Hi Shiv,

I've never heard that it's possible, but you could install a new Java system and import the self devloped components of your java software there (e.g. in SLD you can export a software component and then import it somewhere else). For database tables you might use an export- import function of your database, but I'm not sure about that.

Regards

Cornelia