cancel
Showing results for 
Search instead for 
Did you mean: 

Reimport the Bapi and Deployed the Appliaction I got this errors

Former Member
0 Kudos

Hi Friends,

Note : I was u201Creimportu201D the BAPI from R/3 System and doing mapping also and deployed the Application. I got lot of Errors

Kind Status Priority Description Resource In Folder Location

Error The import coats.sbi.component.reportingdelays.wdp.IPrivateComp_ReportingDelays cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 18

Error IPrivateComp_ReportingDelays cannot be resolved (or is not a valid type) for the field Comp_ReportingDelays.wdThis Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 64

Error IPrivateComp_ReportingDelays cannot be resolved (or is not a valid type) for the field Comp_ReportingDelays.wdContext Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 77

Error IPrivateComp_ReportingDelays cannot be resolved (or is not a valid type) for the argument wdThis of the method Comp_ReportingDelays Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 96

Error wdThis cannot be resolved or is not a field Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 98

Error wdContext cannot be resolved or is not a field Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 99

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 117

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 123

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 134

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 144

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 256

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 257

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 258

Error wdThis cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 259

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 278

Error IPrivateComp_ReportingDelays cannot be resolved or is not a type Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages/coats/sbi/component/reportingdelays line 280

Error wdContext cannot be resolved Comp_ReportingDelays.java ReportingDelays/gen_wdp/packages

How to Solve this Problem

Regards

Vijay Kalluri

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Vijay,

I think issue with context mapping as per the error message. Please re-check all context node mapping from component controller context to Views Contexts.

Hope it helps

Regards

Arun

Answers (2)

Answers (2)

Former Member
0 Kudos

Vijay,

If you change the structure of the BAPI in the back end and re-import to WDJ,

you need to invalidate the cache, please go thr this link will explain diff scenarios to invalidate cache

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10465350-b4f5-2910-61ba-a58282b3b...

Thanks,

Sreeni.

Former Member
0 Kudos

Hi,

There is a need to restart the portal system to clear the cache. Once its done your application would work fine.

Another thing that you can try to clear the cache is

1. Go to link http://<servername>; : <portname> /webdynpro/dispatcher/sap.com/tcwdtools/WebDynproConsole

2. Click on the last link in detail navigation "Invalidation of ARFC Metadata Cache"

3. From "Adaptive RFC Metadata Cache Invalidation " tray, choose the JCO that you are using

4. From " Dictionaries Cache Invalidation" tray, choose the dictionary(model) whose cache you want to clear.

The above option saves time but in case it doesn;t work, you can go in for Portal restart. It would surely work.

Regards,

Sruti