Hi Team,
My requirement is to point a custom local dcs code to new ECC System
Let me summarize my understanding
I need to check that ABAP team has transported all RFCs, tables, to the new ECC System and client
I need to check one appBaseID kept in this custom code stored in ABAP tables
I need to check that
manager = wdComponentAPI.getMessageManager();
manager.reportSuccess("system name comp1 :"+WDProtocolAdapter.getProtocolAdapter().getRequestParameter("sysName"));
manager.reportSuccess("system client comp1 :"+WDProtocolAdapter.getProtocolAdapter().getRequestParameter("sysClient"));
to check the values are coming to model node
Those statements can be used as debugging statements
Do I need to reimport the model in web dynpro Java local dc from the new ECC System and client
web dynpro java application url creation for log off and other purposes as it is already present in the code for other ecc systems
there is web dynpro java model data and metadata creation
There is web dynpro Java iView creation
Kindly tell me if I am pointing to correct direction
Best Regards
Kaushik Banerjee