cancel
Showing results for 
Search instead for 
Did you mean: 

Development of WebDynpro Java with NWDS 7.1 for WebAS 7.0 possible?

JK
Contributor
0 Kudos

we have different J2EE Servers on different SAP Releases / Patch Levels (7.0 and 7.1)

can we use newest development studio 7.1 SP5 and develop webdynpros that are running with

old web as releases? or at least old patch levels?

any experience or recommendations on this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

No, the NWDS must not be newer than the server runtime. Otherwise the NWDS will generate code against new APIs that are not existing in the older runtime.

Armin

Former Member
0 Kudos

Thats a good point!! I tried developing a process and then deploying it onto NW 7.0 and it was a failure.

Edited by: Arafat Farooqui on Apr 28, 2009 4:37 PM

Former Member
0 Kudos

What about the other way round? Can I deploy DCs (e.g. Web Dynpro) developed in NWDS 7.0 or 6.40 on AS Java 7.1?

Former Member
0 Kudos

Yes.

Armin

Former Member
0 Kudos

Are different service releases a problem, too? For example, currently I am developing in NWDS 7.1 SR5 for an AS Java 7.1 SR3. So far, it seems to work, but I am not sure if some bugs that I encountered are to blame on the version difference.

Tobias

Former Member
0 Kudos

Different SPs in the same release are ok. Which bugs did you encounter?

Armin

Former Member
0 Kudos

Thank you for the fast response!

The bugs that I mentioned were various small bugs, but mostly in the NWDS. Right now I can't remember

any specific ones which could possibly have something to do with the version difference.

Different but related question: All my Web Dynpro projects contain warnings about divergent versions of

some DCs. Here is the result of "Check Project Archive Versions":


Checking project [DDI_TESTWDA_D] testwda_wd


[Info]: Checking archive 'webdynpro_runtime_repository_api_api.jar' :
    Path in Developer Studio: 	    
        plugins/com.sap.tc_.wd_.rtgen_1.0.0.080222130515/lib/webdynpro_runtime_repository_api_api.jar
        Version info: Release: 7.10 , Changelist: 16182 , Codeline: NW07_05_REL
    Path in Classpath: 	    
        C:\nw_testworkspace.jdi\2\DCs\sap.com\tc\wd\api\_comp\gen\default\public\default\lib\java\sap.com~tc~wd~api~default.jar
        Version info: Release: 7.10 , Changelist: 23163 , Codeline: NW07_06_REL
[Warning]: Versions of 'com.sap.tc_.wd_.rtgen' are different.

[Info]: Checking archive 'webdynpro_runtime_repository_gci_api.jar' :
    Path in Developer Studio: 	    
        plugins/com.sap.tc_.wd_.rtgen_1.0.0.080222130515/lib/webdynpro_runtime_repository_gci_api.jar
        Version info: Release: 7.10 , Changelist: 16182 , Codeline: NW07_05_REL
    Path in Classpath: 	    
        C:\nw_testworkspace.jdi\2\DCs\sap.com\tc\wd\api\_comp\gen\default\public\gci\lib\java\sap.com~tc~wd~api~gci.jar
        Version info: Release: 7.10 , Changelist: 23163 , Codeline: NW07_06_REL
[Warning]: Versions of 'com.sap.tc_.wd_.rtgen' are different.

[Info]: Checking archive 'com.sap.dictionary.runtime.mod_api.jar' :
    Path in Developer Studio: 	    
        plugins/com.sap.dictionary.runtime_10.0.0.080222130515/lib/com.sap.dictionary.runtime.mod_api.jar
        Version info: Release: 7.10 , Changelist: 17161 , Codeline: NW07_05_REL
    Path in Classpath: 	    
        C:\nw_testworkspace.jdi\2\DCs\sap.com\tc\ddic\runtime\facade\_comp\gen\default\public\runtime\lib\java\dictionary.runtime.facade.filter.jar
        Version info: Release: 7.10 , Changelist: 24044 , Codeline: NW07_06_REL
[Warning]: Versions of 'com.sap.dictionary.runtime' are different.

[Info]: Checking archive 'com.sap.dictionary.services_api.jar' :
    Path in Developer Studio: 	    
        plugins/com.sap.dictionary.services_10.0.0.080118105715/lib/com.sap.dictionary.services_api.jar
        Version info: Release: 7.10 , Changelist: 15789 , Codeline: NW07_05_REL
    Path in Classpath: 	    
        C:\nw_testworkspace.jdi\2\DCs\sap.com\tc\ddic\runtime\facade\_comp\gen\default\public\runtime\lib\java\dictionary.services.facade.filter.jar
        Version info: Release: 7.10 , Changelist: 23102 , Codeline: NW07_06_REL
[Warning]: Versions of 'com.sap.dictionary.services' are different.

[Info]: Checking archive 'com.sap.tc.cmi_api.jar' :
    Path in Developer Studio: 	    
        plugins/com.sap.tc.cmi_10.0.0.080222130515/lib/com.sap.tc.cmi_api.jar
        Version info: Release: 7.10 , Changelist: 15711 , Codeline: NW07_05_REL
    Path in Classpath: 	    
        C:\nw_testworkspace.jdi\2\DCs\sap.com\tc\cmi\_comp\gen\default\public\default\lib\java\com.sap.tc.cmi.jar
        Version info: Release: 7.10 , Changelist: 20994 , Codeline: NW07_06_REL
[Warning]: Versions of 'com.sap.tc.cmi' are different.

Apparently we imported SCs with SP number 6 into our NWDI tracks. What do you recommend me to do?

Ignore the warnings? Or look for SP5 versions of the affected components and import them into the track?

Tobias

Former Member
0 Kudos

Hi Joreg,

I think that if you are developing something in NWDS 7.1 that was supported by NWDS 7.0 then it should definitely work on NW 7.0. But if you try to run somehing that is a new addon in NWDS 7.1 then it would be an issue.

Like if you ant to develop a process using Process Composer and deploy it on NW 7.0, then it would be a problem.

Hope this helps!!

Cheers,

Arafat