cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh in a WDA grid

Former Member
0 Kudos

Hello I develop a WDA, it's a simple exctractor, it return some fields about Cproject application.

this is my problem:

when I run the application at the first time it's all ok, but when I change the fields value in Cproject (and save), my WDA exctractor doesn't work, it return the old fields value, to have the correct values I must close my custom application and re-execute the extration, why??? I think there's a buffer problem...how to solve it ?

to extract the fields I use some standard BAPI.

Thank's!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

When you execute Cproject application, there is some standard object/event(some standard compoenetn) that gets triggered

every time you need to read this object and check for the values.

Regards,

Lekha.

Former Member
0 Kudos

So, to have the correct vaules i must include this object/event in my WDA application? Do you know wihc object/events?

Former Member
0 Kudos

Hi,

You have to check them in debugging which standard compoenent is being called internally.

The MAIN cpro has internally many component usages. check them out.

Check out classes CL_DPR*

Regards,

Lekha.