Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Refresh control in another subscreen

jasonwangcn
Participant
0 Likes
1,547

Hi All Expert,

I refreshed control in total subscreen from items screens with

refresh control 'LINKAGE' FROM screen '0103'.

But it does not refresh the display in control LINKAGE.

May u know how to realize it?

Hi All Expert,

I refreshed control in total subscreen from items screens with

refresh control 'LINKAGE' FROM screen '0103'.

But it does not refresh the display in control LINKAGE.

May u know how to realize it?

5 REPLIES 5
Read only

venkateswaran_k
Active Contributor
0 Likes
1,421

Hi

You have to use this in PBO.

Please make sure you use it in the PBO event.

Regards,

Venkat

Read only

jasonwangcn
Participant
0 Likes
1,421

I did it in PBO of my items subscreen.But the total subscreen was not refreshed.

Read only

0 Likes
1,421

Please share your screen

Read only

1,421

Don't use the answer option for response, use comments section.

Answer section must only be used if you are contributing towards answer.

Regards!

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,421

Please, first understand what REFRESH CONTROL does, by reading the ABAP documentation of REFRESH CONTROL.

Why don't you simply clear the internal table connected to the table control? (if you have one? I can't be sure if you don't post the details)