Hello everybody,
There's my problem :
- I've 3 tabstrips :
- One with a layout containing infocube data (ALV format)
- One with a layout containing infocube and master data mixt (ALV format)
- One including a BSP application into a iframe (BSP with a controller)
BSP application contains a tableview editable where users can change some master data like last name of employees.
Once data are changed into tableview, user clicks on a save button including in BSP application (into iframe I mean).
Data are well updated into master data and maintained into cube too (with POST and REFRESH functions API_SEMBPS*).
But, when user go on first or second tabstrip, data are not reloaded from cube/master data.
I need something to obtain this refresh.
Any idea of how to do? I've tried so many things.
Thx !