cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh the Iview without using Timer Control

dhruv_shah3
Active Contributor
0 Kudos

Hi all,

I have a requirement where i am updating a data which is directly getting updated in the R/3.

Data is getting updated in backend, but i am not able to see it on Iview.

When i am doing CTRL + F5 then i am able to see the updated data.

I dont want to use the Timer Control.

Without using timer how can i achieve this?

So can anybody has gone to this type of issue.

Pls help me out...ASAP

Thanks & Regards,

Dhruv Shah

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

it is not possible to refresh the data without using Timer

Plz close this thread because you already opended one more Thread on this issue.

Regards,

Govindu

dhruv_shah3
Active Contributor
0 Kudos

Hi,

I also tried using the Timer control but i am unable to get the Updated data in the Iview.

I went across the Blogs and links from the SDN but same problem remains same.

If you have any model which has used Timer control then send me link for that.

Thanks & Regards,

Dhruv Shah

Former Member
0 Kudos

Hi,

Can send your ZIP file of your model which you designed with Timer to govindunagotla at gmail.com.

I will check it and let you know where is the problem.

tthen i will tell the solution

Regards,

Govindu

dhruv_shah3
Active Contributor
0 Kudos

Hi,

I have sent you the .GML file of the Model.

Hope to have a solution soon.

Thanks & Regards,

Dhruv Shah

Former Member
0 Kudos

Hi ,

I saw your model.

Follow the below steps in your model:

->Drag a Timer control ->add it to input port of Zemployee Getdata Com New.

->Click on the line connecting b/w the data service and the time->go to configure Tab.

->Map the Employee_ID,FSTAME and LSTNAM to corresponing values like @#[XXXX]Employee_ID,@#[XXXX]FSTNAM and @#[XXXX]LSTNAM.

->Set interval (how frequent you want to refresh i.e for every 2 mint or 3mint )and initial delay(put zero for this field) values.

Then deploy and run

for examle if interval == 2 Minute for every 2 min the dtaa will be refreshed.

Regards,

Govindu

dhruv_shah3
Active Contributor
0 Kudos

Hi,

I follow the steps but to my hard luck its not getting the update d data from the R/3.

So now wht should i do?

give some workaround for procedding....

Thanks & Regards,

Dhruv Shah

Former Member
0 Kudos

Hi Dhruv,

On action (Update data into the R3), using a signal out (EPCF event) refresh the field so that the value gets updated and also the field gets refreshed at the same time. and you can see the new value in the specified field.

Regards,

Divya

dhruv_shah3
Active Contributor
0 Kudos

Hi Divya,

I have to signal out from the Form which is for Updating Data right...?

Now from that form i also have the out port configured to the Update RFC of R/3.

Guide me...

Thanks & Regards,

Dhruv Shah