cancel
Showing results for 
Search instead for 
Did you mean: 

The implementation could not be updated since there are errors ( check task

Former Member
0 Kudos

Hi

Then i changed the BAPI and re-imported the model.

After that my Iview implementation is giving me errors like on IPrivateFirstView, this.wdThis and this.wdContext etc.

public FirstView(IPrivateFirstView wdThis)

{

this.wdThis = wdThis;

this.wdContext

......

Along with this, an error comes in Task bar stating that "The implementatio could not be updated since there are errors (See Task List)".

Can anyone suggest on this.

Thanks

Ali

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Right click on project and do Repair --> Structure and classpath.

Regards,

Charan

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

You might have missed some mapping of action to button or missing in dictionary simple type which is mapped to the type of conetxt value attribute.

Regards,

H.V.Swathi

Former Member
0 Kudos

Issues were resolved by repair and organize imports.

Thank you.

Ali

Former Member
0 Kudos

close your Developer Studio and open it again

also See Task List and find any reelevant error

Former Member
0 Kudos

Hi Charan,

I did same but no effect. I started the J2ee also.

How to solve this issue

Thanks

Ali

Former Member
0 Kudos

Hi,

check all bindings.if all are ok. then check system generated java code.

sometime during reimport, some code errors occur. So only solution is

start with a new project & copy ur code thr.